Skip to content
Snippets Groups Projects

Adding nvhpc to kuma

Merged Nicolas Richart requested to merge adding-nvhpc into main
Compare and Show latest version
5 files
+ 52
45
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 3
3
@@ -7,8 +7,8 @@ declare -A slurm_options
slurm_options["helvetios"]="-N1 -n1 -c 36"
slurm_options["izar"]="-c 40 --gpus 2 -p izar"
slurm_options["jed"]="-N1 -n1 -c 72 -p jed -q jed"
slurm_options["kuma-l40s"]="-N1 -n1 -c 64 -q scitas"
slurm_options["kuma-h100"]="-N1 -n1 -c 64 -q scitas"
slurm_options["kuma-l40s"]="-N1 -n1 -c 64 -q scitas -p l40s"
slurm_options["kuma-h100"]="-N1 -n1 -c 64 -q scitas -p h100"
declare -A apptainer_options
apptainer_options["helvetios"]=""
@@ -39,7 +39,7 @@ image_name=${stack}-${environment}-${SQUASHFS_ID}-${CI_PIPELINE_ID}
squashfs_image=$(ls -t1 ${CI_DATA_LT}/squashfs-cache/${image_name}*.sqfs 2> /dev/null | head -1)
srun ${srun_options[$environment]} --pty apptainer run \
srun ${slurm_options[$environment]} --pty apptainer run \
${apptainer_options[$environment]} \
--writable-tmpfs \
--cleanenv \
Loading