Skip to content

Commit

Permalink
Create lumi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute authored Jan 17, 2024
1 parent 4b8459a commit 43671fb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions configs/lumi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
ModelEvaluation:
cores_per_worker: 7
simulation_engine: 'yaff'
SlurmProvider:
partition: "dev-g"
account: "project_*"
nodes_per_block: 1
cores_per_node: 7
init_blocks: 0
max_blocks: 20
walltime: "00:30:00"
exclusive: false
scheduler_options: "#SBATCH --gres=gpu:1\n"
worker_init: "ml rocm/5.2.3\n"
ModelTraining:
cores_per_worker: 7
gpu: true
SlurmProvider:
partition: "dev-g"
account: "project_*"
nodes_per_block: 1
cores_per_node: 7
init_blocks: 0
max_blocks: 20
walltime: "00:30:00"
exclusive: false
scheduler_options: "#SBATCH --gres=gpu:1\n"
worker_init: "ml rocm/5.2.3\n"
...

0 comments on commit 43671fb

Please sign in to comment.