Changeset 1670 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Oct 18, 2017, 3:56:20 PM (8 years ago)
Author:
lfita
Message:

Adding compilation for skogul, CIMA server

File:
1 copied

Legend:

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

    r1667 r1670  
    1 # L. Fita, LMD. January 2017
    2 # Compilation of all required Fortran modules in `hydra' with ifort compilers
     1# L. Fita, CIMA. October 2017
     2# Compilation of all required Fortran modules in `hydra' with gcc compilers
    33# A following python 'library' creation is required
    44# Diagnostics compilation _______
     
    1414LIB_INC =
    1515RM              = rm -f
    16 F2PY            = /opt/anaconda3/bin/f2py
     16F2PY            = /usr/bin/f2py2.7
    1717#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/lib
    19 NCINCFOLD       = /opt/anaconda3/include
     18NCLIBFOLD       = /usr/lib/x86_64-linux-gnu
     19NCINCFOLD       = /usr/include
    2020LIB_NETCDF      = -L$(NCLIBFOLD) -lnetcdff -lnetcdf -I$(NCINCFOLD)
    2121
Note: See TracChangeset for help on using the changeset viewer.