Changeset 1169 in lmdz_wrf


Ignore:
Timestamp:
Oct 10, 2016, 1:11:55 PM (8 years ago)
Author:
lfita
Message:

Final working version of the compilation

File:
1 edited

Legend:

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

    r1166 r1169  
    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 # module load python/2.7.6-canopy-1.3
     7# module load gnu/4.4.7
     8# module load python/2.7-anaconda
     9# export LD_LIBRARY_PATH=/opt/anaconda/lib/:$LD_LIBRARY_PATH
    810# Diagnostics compilation _______
    911# f2py -m module_ForDiag -h module_ForDiag.pyf module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py_ForDiag_wrapper.log
    1012# make
    11 # 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_ForDiag_compile.log
     13# f2py -L/opt/anaconda/lib/ -m module_ForDiag -c --fcompiler=gnu95 module_ForDiag.pyf module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py_ForDiag_compile.log
    1214# Interpolation compilation _______
    1315# f2py -m module_ForInt -h module_ForInt.pyf module_generic.F90 module_ForInterpolate.F90  >& run_f2py_ForInt_wrapper.log
    14 # 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_ForInt -c --fcompiler=gnu95 module_ForInt.pyf module_generic.F90 module_ForInterpolate.F90  >& run_f2py_ForInt_compile.log
     16# f2py -L/opt/anaconda/lib/ -m module_ForInt -c --fcompiler=gnu95 module_ForInt.pyf module_generic.F90 module_ForInterpolate.F90  >& run_f2py_ForInt_compile.log
    1517#
    1618
    1719FC              = /usr/bin/gfortran
    1820FCFLAGS         = -c -fPIC
    19 LIB_INC         = -L/opt/canopy-1.3.0/Canopy_64bit/System/lib/ -L/usr/lib64/ -L/opt/canopy-1.3.0/Canopy_64bit/System/lib/
     21LIB_INC         =
    2022RM              = rm -f
    2123NCFOLD          = /usr
Note: See TracChangeset for help on using the changeset viewer.