Ignore:
Timestamp:
Nov 29, 2022, 5:07:39 PM (2 years ago)
Author:
abierjon
Message:

Mars GCM:
Add an example of setup in LMDZ.MARS/util/compile to compile utilitary programs
on Irene-Rome supercomputer.

AB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/util/compile

    r2817 r2834  
    7272# COMPILER="ifort"
    7373# COMPILER_OPTIONS="-O2 -ip"
     74#
     75# Example of a setup on the Irene-Rome supercomputer
     76# module unload netcdf-c netcdf-fortran hdf5 flavor perl hdf5 boost blitz mpi gnu
     77# module load flavor/buildcompiler/intel/20
     78# module load flavor/hdf5/parallel
     79# module load netcdf-fortran/4.4.4
     80# module load hdf5/1.8.20
     81# NETCDF_HOME=$NETCDFFORTRAN_ROOT
     82# COMPILER="ifort"
     83# COMPILER_OPTIONS="-O2 -ip"
    7484
    75 
Note: See TracChangeset for help on using the changeset viewer.