Changeset 4851


Ignore:
Timestamp:
Mar 18, 2024, 6:19:30 PM (7 weeks ago)
Author:
asima
Message:

Correction to avoid crash with "More processors requested than permitted" on Jean-Zay.
The problem seemed solved by rev 4796, but apparently it was a short-time solution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup/script_SIMU

    r4796 r4851  
    2222# Number of MPI processes :
    2323ntasks=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)
     26export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
     27## number of OpenMP threads 
     28##nthreads=8
     29##export OMP_NUM_THREADS=$nthreads
     30
    2831# private memory for each thread
    2932export OMP_STACKSIZE=800M
Note: See TracChangeset for help on using the changeset viewer.