Changeset 1162 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Oct 8, 2016, 5:14:41 PM (8 years ago)
Author:
lfita
Message:

Right compilation steps

File:
1 edited

Legend:

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

    r1161 r1162  
    55# FOLLOWING: http://stackoverflow.com/questions/17156125/f2py-exposing-parameters-from-used-modules
    66# 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
     7# f2py -m module_ForDiag -h module_ForDiag.pyf module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py_wrapper.log
    88# 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
    10 # 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
     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
    1110
    12 FC              = gfortran
     11FC              = /usr/bin/gfortran
    1312FCFLAGS         = -c -fPIC
    1413LIB_INC         = -L/opt/canopy-1.3.0/Canopy_64bit/System/lib/ -L/usr/lib64/ -L/opt/canopy-1.3.0/Canopy_64bit/System/lib/
Note: See TracChangeset for help on using the changeset viewer.