Changes between Version 8 and Version 9 of Doc/ComputingCenters/IDRIS/JeanZay


Ignore:
Timestamp:
01/13/20 12:04:06 (4 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/IDRIS/JeanZay

    v8 v9  
    7373# /!\ Caution, "multithread" in Slurm vocabulary refers to hyperthreading. 
    7474#SBATCH --hint=nomultithread       # 1 MPI process per physical core (no hyperthreading) 
    75 #SBATCH --time=00:10:00            # maximum execution time requested (HH:MM:SS) 
     75#SBATCH --time=00:30:00            # maximum execution time requested (HH:MM:SS) 
    7676#SBATCH --output=TravailMPI%j.out  # name of output file 
    7777#SBATCH --error=TravailMPI%j.out   # name of error file (here, in common with output) 
     
    8585set -x 
    8686  
     87# source module environment, it must be the same as the one used for compilation 
     88. /gpfswork/rech/psl/commun/MachineEnvironment/jeanzay/env_jeanzay 
     89 
    8790# code execution 
    8891srun ./orchidee_ol 
     
    102105# /!\ Caution, "multithread" in Slurm vocabulary refers to hyperthreading. 
    103106#SBATCH --hint=nomultithread   # 1 thread per physical core (no hyperthreading) 
    104 #SBATCH --time=00:10:00            # maximum execution time requested (HH:MM:SS) 
     107#SBATCH --time=00:30:00            # maximum execution time requested (HH:MM:SS) 
    105108#SBATCH --output=Hybride%j.out     # name of output file 
    106109#SBATCH --error=Hybride%j.out      # name of error file (here, common with the output file) 
     
    114117set -x 
    115118  
     119# source module environment, it must be the same as the one used for compilation 
     120. /gpfswork/rech/psl/commun/MachineEnvironment/jeanzay/env_jeanzay 
     121 
    116122# number of OpenMP threads 
    117123export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK