Changeset 4990


Ignore:
Timestamp:
Jun 18, 2024, 5:53:02 PM (3 months ago)
Author:
asima
Message:

Cleaning a few lines in script_SIMU

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup/script_SIMU

    r4944 r4990  
    33#SBATCH --job-name=NOM_SIMU         # nom du job
    44#SBATCH -A groupe@cpu
    5 # Nombre de processus MPI :
    6 #SBATCH --ntasks=8
    7 ##### number of MPI processes per node : 40(procs/node on Jean-Zay) / cpus-per-task (ex : =5 for 8 OMP)
    8 ####SBATCH --ntasks-per-node=5    # if specified, also add "#SBATCH --nodes= ..."  with nodes=ntasks/(ntasks-per-node)
    9 # nombre de threads OpenMP
    10 #SBATCH --cpus-per-task=8
     5#SBATCH --ntasks=8                 # Nombre de processus MPI ; reecrit par $mpi calcule par setup.sh
     6#SBATCH --cpus-per-task=8          # Nombre de threads OpenMP ; reecrit par $omp defini dans setup.sh
    117# de Slurm "multithread" fait bien reference a l'hyperthreading.
    128#SBATCH --hint=nomultithread       # 1 thread par coeur physique (pas d'hyperthreading)
     
    3632simul=NOM_SIMU
    3733ulimit -s unlimited
    38 #### reste ada  : export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/smplocal/pub/NetCDF/4.1.3/lib:/smplocal/pub/HDF5/1.8.9/seq/lib
    39 
    4034
    4135reseau_local=0
Note: See TracChangeset for help on using the changeset viewer.