libsim
Versione 7.1.8
|
The libsim base library defines modules and classes of general use for scientifical applications in Fortran 90.
The libsim base library defines modules and classes of general use for scientifical applications in Fortran 90.
In order to compile and link programs using this library, you have to insert the required USE
statements in the program units involved, specify the location of module files when compiling (tipically -I/usr/lib/gfortran/modules
or -I/usr/lib64/gfortran/modules
or -I/usr/include
) and indicate the library name -lsim_base
when linking, assuming that the library has been installed in a default location.