Compiler tips

Absoft Compiler, Osiris

Linking in Lapack

To compile "myprog.f90" to name "myprog" linking with Lapack subroutines:

f90 myprog.f90 -YEXT_SFX=_ -YEXT_NAMES=LCS -o myprog -llapack -lblas -L/opt/absoft-libs/lapack-3.0/lib