- Timestamp:
- Mar 18, 2024, 6:19:30 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/LMDZ_Setup/script_SIMU
r4796 r4851 22 22 # Number of MPI processes : 23 23 ntasks=8 24 # number of OpenMP threads 25 nthreads=8 26 export OMP_NUM_THREADS=$nthreads # for Jean-Zay it would be recommendend to use : 27 # export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK 24 25 # For Jean-Zay (replacing the next 3 lines, commented out) 26 export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK 27 ## number of OpenMP threads 28 ##nthreads=8 29 ##export OMP_NUM_THREADS=$nthreads 30 28 31 # private memory for each thread 29 32 export OMP_STACKSIZE=800M
Note: See TracChangeset
for help on using the changeset viewer.