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

Preparing runners

parent d15f26f9
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,17 @@ variables:
slurm_options: ["-c 36"]
stack: ["pinot-noir"]
# - environment: [izar]
# slurm_options: ['-c 40 --gres gpu:2']
# slurm_options: ['-c 40 --gpus 2']
# apptainer_options: ['-nv']
# stack: ["pinot-noir"]
# - environment: [kuma-l40s]
# slurm_options: ['-c 64 --gres gpu:8']
# apptainer_options: ['-nv']
# stack: ["pinot-noir"]
# - environment: [kuma-h100]
# slurm_options: ['-c 64 --gres gpu:4']
# apptainer_options: ['-nv']
# stack: ["pinot-noir"]
tags:
- ${environment}
- stack
......
packages:
all:
target: ["cannonlake"]
require:
- spec: ^openmpi +cuda
when: '%gcc ^mpi'
- spec: cuda_arch=70
when: '+cuda'
- '+cuda'
packages:
all:
target: ["zen4"]
require:
- spec: ^openmpi +cuda
when: '%gcc ^mpi'
- spec: cuda_arch=70
when: '+cuda'
- '+cuda'
packages:
all:
target: ["zen4"]
require:
- spec: ^openmpi +cuda
when: '%gcc ^mpi'
- spec: cuda_arch=89
when: '+cuda'
- '+cuda'
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