Changeset 4944


Ignore:
Timestamp:
May 17, 2024, 6:10:23 PM (4 weeks ago)
Author:
asima
Message:

Removing the "-n $ntasks" option for "srun" :
a hopefully more durable solution to avoid crashing with message
"srun: error: Unable to create step for job 431140: More processors requested than permitted"

Location:
BOL/LMDZ_Setup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup/lmdz_env.sh

    r4615 r4944  
    2929                groupe=`idrproj | grep active | awk '{ print $1}'`
    3030                submit="sbatch -A ${groupe}@cpu "
    31                 run="srun --label -n "
     31                run="srun --label "
    3232                # Espaces suivants definis par defaut en fonction du groupe actif,
    3333                #  par exemple : SCRATCHD=$SCRATCH is /gpfsstore/rech/$groupe/$login
  • BOL/LMDZ_Setup/script_SIMU

    r4851 r4944  
    307307echo '##################################################################'
    308308
    309 time $run $ntasks ./gcm.e > listing
     309time $run ./gcm.e > listing
    310310if [ ! -f restartphy.nc ] ; then
    311311echo PROBLEME PAS DE FICHIER RESTARTPHY
Note: See TracChangeset for help on using the changeset viewer.