Changeset 6237 for IOIPSL


Ignore:
Timestamp:
09/15/22 14:57:56 (20 months ago)
Author:
jgipsl
Message:

Add compile options for Spirit and Spiritx at IPSL ESPRI Mesocenter

Location:
IOIPSL/tags/v2_2_5/arch
Files:
2 copied

Legend:

Unmodified
Added
Removed
  • IOIPSL/tags/v2_2_5/arch/arch-ifort_MESOIPSL.fcm

    r6058 r6237  
     1# Compile options for Spirit and Spiritx at IPSL ESPRI Mesocenter  
    12%COMPILER            mpif90  
    23%LINK                mpif90  
  • IOIPSL/tags/v2_2_5/arch/arch-ifort_MESOIPSL.path

    r6058 r6237  
    1 NETCDF_INCDIR=$(nf-config --fflags) 
    2 NETCDF_LIBDIR=$(nf-config --flibs) 
    3 NETCDF_LIB="" 
     1# Compile options for Spirit and Spiritx at IPSL ESPRI Mesocenter  
     2NETCDF_INCDIR="-I${NETCDF_FORTRAN_ROOT}/include " 
     3NETCDF_LIBDIR="-L${NETCDF_FORTRAN_ROOT}/lib" 
     4NETCDF_LIB="-L${NETCDF_FORTRAN_ROOT}/lib -lnetcdff" 
    45 
    5 MPI_INCDIR="" 
    6 MPI_LIBDIR="" 
    7 MPI_LIB="" 
    86 
    9 HDF5_INCDIR="" 
    10 HDF5_LIBDIR="" 
    11 HDF5_LIB="" 
    12  
Note: See TracChangeset for help on using the changeset viewer.