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 4997 – NEMO

Changeset 4997


Ignore:
Timestamp:
2014-12-22T16:20:41+01:00 (9 years ago)
Author:
lovato
Message:

Update of the CMCC arch file with XIOS support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/ARCH/CMCC/arch-ifort_athena_xios.fcm

    r4865 r4997  
    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 
    4345%CPP                 cpp 
    4446%FC                  mpiifort 
    45 %FCFLAGS         -g -r8 -O3 -xHost -fp-model source -traceback 
    46 %FFLAGS       -g -r8 -O3 -xHost -fp-model source -traceback 
     47%FCFLAGS             -r8 -O3 -xHost -fp-model source -traceback 
     48%FFLAGS              %FCFLAGS 
    4749%LD                  mpiifort 
    4850%FPPFLAGS            -P -C -traditional 
Note: See TracChangeset for help on using the changeset viewer.