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 9817 for branches/UKMO/dev_r5518_nemo2cice_prints/NEMOGCM/ARCH/CMCC/arch-ifort_athena_xios.fcm – NEMO

Ignore:
Timestamp:
2018-06-21T11:58:42+02:00 (6 years ago)
Author:
dancopsey
Message:

Merged in GO6 package branch up to revision 8356.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_nemo2cice_prints/NEMOGCM/ARCH/CMCC/arch-ifort_athena_xios.fcm

    r4997 r9817  
    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 NETCDF/parallel-netcdf-1.7.0 HDF5/hdf5-1.8.11_parallel 
    3537 
    36 # Environment variables set by user. Others should automatically define when loading modules. 
    37 # export XIOS=/users/home/models/nemo/xios 
     38# NETCDF and PNETCDF should be set automatically when loading modules. 
     39# The following environment variables must be set by the user. 
     40#export XIOS=/users/home/models/nemo/xios 
     41#export HDF5=/users/home/opt/hdf5/hdf5-1.8.11_parallel 
    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 -I${PNETCDF}/include 
     44%NCDF_LIB            -L${NETCDF}/lib -lnetcdff -lnetcdf -L${PNETCDF}/lib -lpnetcdf 
     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 
     
    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.