Changeset 1799 in lmdz_wrf
- Timestamp:
- Mar 12, 2018, 4:16:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/Makefile.camelot.gcc
r1798 r1799 16 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 17 17 # 18 # using netcdf4.3.3.1gfortran 19 ## module load netcdf4/4.3.3.1-gfortran 18 20 19 21 FC = /usr/bin/gfortran … … 23 25 F2PY = /usr/bin/f2py 24 26 #DBGFLAGS = -g -Wall -Wextra -Warray-temporaries -Wconversion -fimplicit-none -fbacktrace -ffree-line-length-0 -fcheck=all -ffpe-trap=zero,overflow,underflow -finit-real=nan 25 NCLIBFOLD = / usr/lib6426 NCINCFOLD = / usr/include27 NCLIBFOLD = /opt/netcdf43/gfortran/bin/ 28 NCINCFOLD = /opt/netcdf43/gfortran/include/ 27 29 LIB_NETCDF = -L$(NCLIBFOLD) -lnetcdff -lnetcdf -I$(NCINCFOLD) 28 30
Note: See TracChangeset
for help on using the changeset viewer.