New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 6808 for branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/CMCC/arch-ifort_athena_xios.fcm – NEMO

Ignore:
Timestamp:
2016-07-19T10:38:35+02:00 (8 years ago)
Author:
jamesharle
Message:

merge with trunk@6232 for consistency with SSB code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/CMCC/arch-ifort_athena_xios.fcm

    r4997 r6808  
    2525# USER_INC    complete list of include files 
    2626# USER_LIB    complete list of libraries to pass to the linker 
     27# CC          C compiler used to compile conv for AGRIF 
     28# CFLAGS      compiler flags used with CC 
    2729# 
    2830# Note that: 
     
    3234 
    3335# required modules 
    34 # module load  INTEL/intel_xe_2013 NETCDF/netcdf-4.3_parallel NETCDF/parallel-netcdf-1.3.1 HDF5/hdf5-1.8.11_parallel 
     36# module load  INTEL/intel_xe_2013 NETCDF/netcdf-4.3_parallel_shared NETCDF/parallel-netcdf-1.3.1 HDF5/hdf5-1.8.11_parallel_shared 
    3537 
    3638# Environment variables set by user. Others should automatically define when loading modules. 
    37 # export XIOS=/users/home/models/nemo/xios 
     39#export XIOS=/users/home/models/nemo/xios 
     40#export HDF5=/users/home/opt/hdf5/hdf5-1.8.11_parallel_shared 
     41#export NETCDF=/users/home/opt/netcdf/netcdf-4.3_parallel_shared 
    3842 
    39 %NCDF_INC            -I$NETCDF/include -I$PNETCDF/include 
    40 %NCDF_LIB            -L$NETCDF/lib -lnetcdff -lnetcdf -L$PNETCDF/lib -lpnetcdf 
    41 %HDF5_INC            -I$PHDF5/include 
    42 %HDF5_LIB            -L$PHDF5/lib -lhdf5_hl -lhdf5 
    43 %XIOS_INC            -I$XIOS/inc 
    44 %XIOS_LIB            -L$XIOS/lib -lxios 
     43%NCDF_INC            -I${NETCDF}/include  
     44%NCDF_LIB            -L${NETCDF}/lib -lnetcdff -lnetcdf 
     45%HDF5_INC            -I${HDF5}/include 
     46%HDF5_LIB            -L${HDF5}/lib -lhdf5_hl -lhdf5 
     47%XIOS_INC            -I${XIOS}/inc 
     48%XIOS_LIB            -L${XIOS}/lib -lxios 
    4549%CPP                 cpp 
    4650%FC                  mpiifort 
    47 %FCFLAGS             -r8 -O3 -xHost -fp-model source -traceback 
     51%FCFLAGS             -r8 -O3 -xHost -fp-model source -traceback ${CFLAGS}  
    4852%FFLAGS              %FCFLAGS 
    4953%LD                  mpiifort 
    5054%FPPFLAGS            -P -C -traditional 
    51 %LDFLAGS             -lstdc++ -lz -lgpfs -lcurl 
     55%LDFLAGS             -lstdc++ -lz -lgpfs -lcurl  ${LDFLAGS} 
    5256%AR                  ar  
    5357%ARFLAGS             -r 
     
    5559%USER_INC            %XIOS_INC %NCDF_INC %HDF5_INC 
    5660%USER_LIB            %XIOS_LIB %NCDF_LIB %HDF5_LIB 
     61%CC                  icc 
     62%CFLAGS              -O0 
Note: See TracChangeset for help on using the changeset viewer.