Changeset 1172 in lmdz_wrf


Ignore:
Timestamp:
Oct 11, 2016, 3:12:48 PM (8 years ago)
Author:
lfita
Message:

Fixing comopilation for foudre

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Makefile.foudre

    r1155 r1172  
    22# Compilation of all required Fortran modules in `foudre' with gcc compilers
    33# A following python 'library' creation is required
    4 # f2py -m module_ForDiagnostics --f90exec=/usr/bin/gfortran-4.7 -c module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py.log
    5 # f2py -m module_ForInterpolate --f90exec=/usr/bin/gfortran-4.7 -c module_generic.F90 module_ForInterpolate.F90  >& run_f2py.log
     4# Diagnostics compilation _______
     5# f2py -m module_ForDiag -h module_ForDiag.pyf module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py_ForDiag_wrapper.log
     6# make
     7# f2py -m module_ForDiag -c --f90exec=/usr/bin/gfortran-4.7 module_ForDiag.pyf module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py_ForDiag_compile.log
     8# Interpolation compilation _______
     9# f2py -m module_ForInt -h module_ForInt.pyf module_generic.F90 module_ForInterpolate.F90  >& run_f2py_ForInt_wrapper.log
     10# f2py -m module_ForInt -c --f90exec=/usr/bin/gfortran-4.7 module_ForInt.pyf module_generic.F90 module_ForInterpolate.F90  >& run_f2py_ForInt_compile.log
    611
    712FC              = gfortran-4.7
Note: See TracChangeset for help on using the changeset viewer.