# Source env modules (to be adapted if necessary) source /lus/work/CT1/cin0391/jmauxion/src/trunk/ICOSAGCM/arch/arch-ADASTRA-gnu.env ulimit -s unlimited # The code is compiled with omp and will expect these environment variables export OMP_STACKSIZE=400M export OMP_NUM_THREADS=1 # HAS TO BE 1. DO NOT LAUNCH IN PARALLEL (NEITHER MPI NOR OMP) # Launch newstart ./icosa_newstart_lmdz.exe 2>stderr.out # Some hdf5 warnings may be raised. No impact on the code (linked to netcdf/hdf5 modules compatibility).