Changeset 1164 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Oct 8, 2016, 5:18:56 PM (9 years ago)
Author:
lfita
Message:

Right `ciclad'-gcc compilation

File:
1 edited

Legend:

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

    r1155 r1164  
    22# Compilation of all required Fortran modules in `ciclad' with gcc compilers
    33# A following python 'library' creation is required
    4 # 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
     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_ForDiag -h module_ForDiag.pyf module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py_wrapper.log
     8# make
     9# f2py -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_ForDiag -c --fcompiler=gnu95 module_ForDiag.pyf module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py_compile.log
    610
    711FC              = gfortran
Note: See TracChangeset for help on using the changeset viewer.