Changeset 1670 in lmdz_wrf for trunk/tools
- Timestamp:
- Oct 18, 2017, 3:56:20 PM (8 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/Makefile.skogul.gcc
r1667 r1670 1 # L. Fita, LMD. January20172 # Compilation of all required Fortran modules in `hydra' with ifortcompilers1 # L. Fita, CIMA. October 2017 2 # Compilation of all required Fortran modules in `hydra' with gcc compilers 3 3 # A following python 'library' creation is required 4 4 # Diagnostics compilation _______ … … 14 14 LIB_INC = 15 15 RM = rm -f 16 F2PY = / opt/anaconda3/bin/f2py16 F2PY = /usr/bin/f2py2.7 17 17 #DBGFLAGS = g -Wall -Wextra -Warray-temporaries -Wconversion -fimplicit-none -fbacktrace -ffree-line-length-0 -fcheck=all -ffpe-trap=zero,overflow,underflow -finit-real=nan 18 NCLIBFOLD = / opt/anaconda3/lib19 NCINCFOLD = / opt/anaconda3/include18 NCLIBFOLD = /usr/lib/x86_64-linux-gnu 19 NCINCFOLD = /usr/include 20 20 LIB_NETCDF = -L$(NCLIBFOLD) -lnetcdff -lnetcdf -I$(NCINCFOLD) 21 21
Note: See TracChangeset
for help on using the changeset viewer.