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 5208 for branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/ARCH/CMCC/arch-ifort_athena_xios.fcm – NEMO

Ignore:
Timestamp:
2015-04-13T15:08:59+02:00 (9 years ago)
Author:
davestorkey
Message:

Merge in changes from trunk up to 5021.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/ARCH/CMCC/arch-ifort_athena_xios.fcm

    r4494 r5208  
    3232 
    3333# 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  
     34# module load  INTEL/intel_xe_2013 NETCDF/netcdf-4.3_parallel NETCDF/parallel-netcdf-1.3.1 HDF5/hdf5-1.8.11_parallel 
    3535 
     36# Environment variables set by user. Others should automatically define when loading modules. 
     37# export XIOS=/users/home/models/nemo/xios 
    3638 
    3739%NCDF_INC            -I$NETCDF/include -I$PNETCDF/include 
    3840%NCDF_LIB            -L$NETCDF/lib -lnetcdff -lnetcdf -L$PNETCDF/lib -lpnetcdf 
    39 %HDF5_INC            -I/users/home/opt/hdf5/hdf5-1.8.11_parallel/include 
    40 %HDF5_LIB            -L/users/home/opt/hdf5/hdf5-1.8.11_parallel/lib -lhdf5_hl -lhdf5 
    41 %XIOS_INC            -I/users/home/ans040/SOFTWARE/XIOS_athena/trunk/inc 
    42 %XIOS_LIB            -L/users/home/ans040/SOFTWARE/XIOS_athena/trunk/lib -lxios 
     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 
     45%CPP                 cpp 
    4346%FC                  mpiifort 
    44 %FCFLAGS         -g -r8 -O3 -xHost -fp-model source -traceback 
    45 %FFLAGS       -g -r8 -O3 -xHost -fp-model source -traceback 
     47%FCFLAGS             -r8 -O3 -xHost -fp-model source -traceback 
     48%FFLAGS              %FCFLAGS 
    4649%LD                  mpiifort 
    4750%FPPFLAGS            -P -C -traditional 
Note: See TracChangeset for help on using the changeset viewer.