Changeset 1799 in lmdz_wrf


Ignore:
Timestamp:
Mar 12, 2018, 4:16:24 PM (7 years ago)
Author:
lfita
Message:

Getting module available netcdf for compilation

File:
1 edited

Legend:

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

    r1798 r1799  
    1616# 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
    1717#
     18# using netcdf4.3.3.1gfortran
     19## module load netcdf4/4.3.3.1-gfortran
    1820
    1921FC              = /usr/bin/gfortran
     
    2325F2PY    = /usr/bin/f2py
    2426#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/lib64
    26 NCINCFOLD       = /usr/include
     27NCLIBFOLD       = /opt/netcdf43/gfortran/bin/
     28NCINCFOLD       = /opt/netcdf43/gfortran/include/
    2729LIB_NETCDF      = -L$(NCLIBFOLD) -lnetcdff -lnetcdf -I$(NCINCFOLD)
    2830
Note: See TracChangeset for help on using the changeset viewer.