source: CONFIG/UNIFORM/v6/LMDZOR_v6.2/ARCH/arch-ifort_LSCE.env @ 4972

Last change on this file since 4972 was 4972, checked in by jgipsl, 4 years ago

Adaptation for compilation at obelix/LSCE:

  • Change to "bash -l" to otherwise the commande module is not known
  • Add "set +e" to allow error messages from compilation of LMDZ which will be the case when the compilation script tries to use the command module. This is necessary because the compilation script in LMDZ only uses bash (without -l).
  • Note at obelix there will still be error messages due to the command module when the other compilation scripts are launched (makeioipsl_fcm, makexios_fcm, makeorchidee_fcm, makelmdz_fcm). The compilation still works because the arch.env file is sourced from the main script compilation_lmdzor.sh
File size: 198 bytes
Line 
1# Compile and running environnemnet for obelix at LSCE
2set +e
3module purge
4
5module load openmpi/2.1.5
6module load hdf5/1.8.9p
7module load pnetcdf/1.5.0
8module load netcdf/4p
9module load gcc/5.2.0
10
Note: See TracBrowser for help on using the repository browser.