• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-Oct-2008-

MakefileH A D03-May-20221.9 KiB6436

READMEH A D05-Nov-1999328 138

dense.f90H A D26-Nov-20024.3 KiB11251

simple.f90H A D17-Sep-20102.7 KiB8348

simple77.fH A D05-Nov-19993.5 KiB8742

simplec.cH A D21-Feb-20013.5 KiB10977

README

1The directory contains three examples
2
3simple  -- a Fortran 90 example
4simplec -- a C example
5simple77-- a Fortran 77 example
6
7To generate the execulates, type
8
9make simple simplec simple77
10
11You might have to modify the Makefile or ../../Make.inc in order to
12reference the correct compiler and library needed by these programs.
13