Changeset 2256 for trunk/LMDZ.COMMON/ioipsl
- Timestamp:
- Mar 12, 2020, 8:33:43 AM (5 years ago)
- Location:
- trunk/LMDZ.COMMON/ioipsl
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/ioipsl/install_ioipsl_jeanzay.bash
r2253 r2256 4 4 5 5 #0. Preliminary stuff 6 module purge 6 source ../arch/arch-X64_JEANZAY.env 7 7 module load subversion 8 module load intel-all/19.0.49 module load hdf5/1.10.5-mpi10 module load netcdf/4.7.2-mpi11 module load netcdf-fortran/4.5.2-mpi12 8 13 9 … … 26 22 ## 3. build ioipsl: 27 23 cd ../modeles/IOIPSL/src 28 make24 gmake 29 25 ## Compile the rebuild tool: 30 26 cd ../tools 31 make27 gmake 32 28 33 29 if [[ -f ${whereami}/modipsl/lib/libioipsl.a ]]
Note: See TracChangeset
for help on using the changeset viewer.