Skip to content
Snippets Groups Projects
Commit 94533d6b authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Rename kuma_{h100,l40s} to kuma-{h100,l40s}

parent 0b90e6c3
No related branches found
No related tags found
1 merge request!3Feat/stack pinot noir
Showing
with 7 additions and 7 deletions
......@@ -31,12 +31,12 @@ variables:
# slurm_options: ["-c 36"]
# stack: ["pinot-noir"]
# app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"]
- environment: [kuma_h100]
- environment: [kuma-h100]
slurm_options: ["-c 64 --reservation scitas"]
stack: ["pinot-noir-gcc"]
apptainer_options: ['--nv']
app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"]
- environment: [kuma_l40s]
- environment: [kuma-l40s]
slurm_options: ["-c 64 --reservation scitas"]
stack: ["pinot-noir-gcc"]
apptainer_options: ['--nv']
......
......@@ -6,7 +6,7 @@ srun_options="-N1 -n1 -c 64 -p h100"
apptainer_options="--nv"
export stack=pinot-noir
export environment=kuma_h100
export environment=kuma-h100
export SQUASHFS_ID=local
export CI_PIPELINE_ID=1337
......
......@@ -37,8 +37,8 @@
"helvetios": "skylake_avx512",
"izar": "cascadelake",
"jed": "icelake",
"kuma_l40s": "zen4",
"kuma_h100": "zen4"
"kuma-l40s": "zen4",
"kuma-h100": "zen4"
},
"compilers": {
"gcc": {
......
......@@ -37,8 +37,8 @@
"helvetios": "skylake_avx512",
"izar": "cascadelake",
"jed": "icelake",
"kuma_l40s": "zen4",
"kuma_h100": "zen4"
"kuma-l40s": "zen4",
"kuma-h100": "zen4"
},
"compilers": {
"oneapi": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment