Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/molmod/psiflow
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Jan 24, 2024
2 parents 1bf5fbe + 43671fb commit 051a882
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 051a882

Please sign in to comment.