Ignore:
Timestamp:
04/14/23 10:09:04 (13 months ago)
Author:
jgipsl
Message:
  • Removed set -e : set +e is needed to allow error messages from module purge(in LMDZ) and also from netcdf(in XIOS)
  • Homogenized with arch files in IPSLCM6.2
Location:
CONFIG/UNIFORM/v6/LMDZOR_v6.4/ARCH
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/ARCH/arch-X64_IRENE-AMD.env

    r6382 r6392  
    1 # Compile and running environnemnet at Irene Amd Rome redhat8 
    2  
    3 # Allow error messages related to purge 
    4 set +e   
     1# Compile and running environnemnet at Irene Amd / TGCC on redhat8 
     2set +e  
    53module purge 
    6 set -e 
    7  
    84module load intel/20.0.0 
    95module load mpi/openmpi/4.1.4 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/ARCH/arch-X64_IRENE.env

    r6382 r6392  
    1 # Compile and running environnemnet at Irene Skylake redhat8 
    2  
    3 # Allow error messages related to purge 
    4 set +e   
     1# Compile and running environnemnet at Irene SKL / TGCC on redhat8 
     2set +e  
    53module purge 
    6 set -e 
    7  
    84module load intel/20.0.0 
    95module load mpi/openmpi/4.1.4 
Note: See TracChangeset for help on using the changeset viewer.