Changeset 1161 in lmdz_wrf


Ignore:
Timestamp:
Oct 7, 2016, 6:19:31 PM (9 years ago)
Author:
lfita
Message:

Keep trying to compile it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Makefile.camelot.gcc

    r1156 r1161  
    22# Compilation of all required Fortran modules in `camelot' with gcc compilers
    33# A following python 'library' creation is required
     4
     5# FOLLOWING: http://stackoverflow.com/questions/17156125/f2py-exposing-parameters-from-used-modules
     6# FOLLOWING: http://osdir.com/ml/python.f2py.user/2006-08/msg00019.html
     7# f2py -m module_ForDiagnostics -h module_diagnostics.pyf module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90
     8# make
     9# f2py --f90flags="-fPIC -lm  -llapack -lf77blas -lgfortran" --f90exec=/usr/bin/gfortran -L/opt/canopy-1.3.0/Canopy_64bit/System/lib/ -L/usr/lib64/ -L/opt/canopy-1.3.0/Canopy_64bit/System/lib/ -c module_diagnostics.pyf module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py.log
    410# f2py --f90flags="-fPIC" --f90exec=/usr/bin/gfortran -L/opt/canopy-1.3.0/Canopy_64bit/System/lib/ -L/usr/lib64/ -L/opt/canopy-1.3.0/Canopy_64bit/System/lib/ -m module_ForDiagnostics -c module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py.log
    5 # f2py --f90flags="-fPIC" -L/opt/canopy-1.3.0/Canopy_64bit/System/lib/ -L/usr/lib64/ -L/opt/canopy-1.3.0/Canopy_64bit/System/lib/ -m module_ForInterpolate -c module_generic.F90 module_ForInterpolate.F90
    611
    712FC              = gfortran
Note: See TracChangeset for help on using the changeset viewer.