Mex options

From LIBISIS
Revision as of 11:25, 15 February 2008 by Dickon Champion (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

gfortran

#            FC='gfortran'
#            FFLAGS='-fPIC -fno-omit-frame-pointer -fexceptions -ffree-form'
#            FLIBS="$RPATH $MLIBS -lm"
#            FOPTIMFLAGS='-O'
#            FDEBUGFLAGS='-g'

g95

#            FC='g95'
#            FFLAGS='-fPIC -fno-omit-frame-pointer -fexceptions -ffree-form'
#            FLIBS="$RPATH $MLIBS -lm"
#            FOPTIMFLAGS='-O'
#            FDEBUGFLAGS='-g'

Intel Fortran

the directory path defined here in FLIBS is of course specific to your own intel fortran distribution and release number

#            FC='ifort'
#            FFLAGS='-fPIC -u -w95 -free -warn all'
#            FLIBS='$RPATH $MLIBS -L/opt/intel/fce/9.1.045/lib  -lm'
#            FOPTIMFLAGS='-O2'
#            FDEBUGFLAGS='-g'