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

Changeset 4218


Ignore:
Timestamp:
2013-11-15T15:41:23+01:00 (10 years ago)
Author:
poddo
Message:

Files for compilation and sette job at CMCC in athena machine

Location:
branches/2013/dev_CMCC_INGV_2013/NEMOGCM
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_CMCC_INGV_2013/NEMOGCM/ARCH/CMCC/arch-athena-xios.fcm

    r4201 r4218  
    3030#  - fcm variables are starting with a % (and not a $) 
    3131# 
    32 %NCDF_HOME           /users/home/sco003/mylib 
    33 %XIOS_HOME           /users/home/sco003/XIOS 
     32 
     33%NCDF_HOME           /users/home/ans040/local 
     34%HDF5_HOME           /users/home/ans040/local 
     35%XIOS_HOME           /users/home/ans040/SOFTWARE/XIOS/trunk 
    3436 
    3537%NCDF_INC            -I%NCDF_HOME/include 
    36 %NCDF_LIB            -L%NCDF_HOME/lib -lnetcdf -lnetcdff -lhdf5_hl -lhdf5 
     38%NCDF_LIB            -L%NCDF_HOME/lib 
     39 
     40%HDF5_INC            -I%HDF5_HOME/include 
     41%HDF5_LIB            -L%HDF5_HOME/lib -lhdf5_hl -lhdf5 
     42 
    3743%XIOS_INC            -I%XIOS_HOME/inc 
    38 %XIOS_LIB            -L%XIOS_HOME/lib -lxios -lstdc++ -lz -lcurl 
     44%XIOS_LIB            -L%XIOS_HOME/lib -lxios 
    3945 
    40 %FC mpiifort 
    41 %FCFLAGS -r8 -O3 -xHost -fp-model source -traceback 
    42 %FFLAGS %FCFLAGS 
    43 %LD %FC 
    44 %FPPFLAGS -P -C -traditional 
    45 %LDFLAGS  -lnetcdf -lnetcdff -lhdf5_hl -lhdf5 -lxios -lstdc++ -lz -lcurl 
    46 %AR ar 
    47 %ARFLAGS -r 
    48 %MK gmake 
    49 %USER_INC %NCDF_INC %XIOS_INC 
    50 %USER_LIB %NCDF_LIB %XIOS_LIB 
     46%FC                  mpicc 
     47%FC                  mpif90 
     48%FCFLAGS             -fdefault-real-8 -fno-second-underscore -Dgfortran 
     49%FFLAGS              %FCFLAGS 
     50%LD                  %FC 
     51%LDFLAGS 
     52%FPPFLAGS            -x f77-cpp-input 
     53%AR                  ar 
     54%ARFLAGS             rs 
     55%MK                  gmake 
     56%USER_INC            %XIOS_INC %NCDF_INC %HDF5_INC 
     57%USER_LIB            %XIOS_LIB %NCDF_LIB %HDF5_LIB  -lnetcdff -lnetcdf -lstdc++ -lz -lcurl -lgpfs 
Note: See TracChangeset for help on using the changeset viewer.