Ignore:
Timestamp:
Mar 12, 2020, 8:33:43 AM (5 years ago)
Author:
emillour
Message:

Common dynamics:
Add scripts and arch files to use the GCM with the PGI compiler on the Jean-Zay supercomputer.
EM

Location:
trunk/LMDZ.COMMON/ioipsl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/ioipsl/install_ioipsl_jeanzay.bash

    r2253 r2256  
    44
    55#0. Preliminary stuff
    6 module purge
     6source ../arch/arch-X64_JEANZAY.env
    77module load subversion
    8 module load intel-all/19.0.4
    9 module load hdf5/1.10.5-mpi
    10 module load netcdf/4.7.2-mpi
    11 module load netcdf-fortran/4.5.2-mpi
    128
    139
     
    2622## 3. build ioipsl:
    2723cd ../modeles/IOIPSL/src
    28 make
     24gmake
    2925## Compile the rebuild tool:
    3026cd ../tools
    31 make
     27gmake
    3228
    3329if [[ -f ${whereami}/modipsl/lib/libioipsl.a ]]
Note: See TracChangeset for help on using the changeset viewer.