Changeset 4989 for BOL/LMDZ_Setup
- Timestamp:
- Jun 18, 2024, 5:42:40 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/LMDZ_Setup/setup.sh
r4988 r4989 816 816 #SBATCH -A "$groupe"@cpu 817 817 #SBATCH --ntasks=1 # Nombre de processus MPI 818 #SBATCH --cpus-per-task=1 6# nombre de threads OpenMP818 #SBATCH --cpus-per-task=1 # nombre de threads OpenMP 819 819 # /!\ Attention, la ligne suivante est trompeuse mais dans le vocabulaire 820 820 # de Slurm "multithread" fait bien référence à l'hyperthreading. … … 880 880 if [ $ok_guide != y ] ; then # Running first simulation automatically except for nudging 881 881 cat <<...eod>> tmp 882 $submit tmp_$SIM 882 # unset "tmp" job options before submitting tmp_$SIM ; 883 # otherwise, "--cpus-per-task" is "inherited" by tmp_$SIM regardless of the value in his own header 884 bash -c 'unset \$(env | egrep "SLURM_|SBATCH_|SRUN_"| cut -d= -f1) ; $submit tmp_$SIM' 883 885 ...eod 884 886 fi
Note: See TracChangeset
for help on using the changeset viewer.