Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Jul 24, 2024
1 parent 80aab0d commit 2cc16d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/hortense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ModelEvaluation:
cores_per_worker: 12
gpu: True
max_simulation_time: 20
env_vars:
KMP_BLOCKTIME: "1"
slurm:
partition: "gpu_rome_a100"
account: "2023_070"
Expand All @@ -19,6 +21,8 @@ ModelTraining:
cores_per_worker: 12
gpu: true
max_training_time: 40
env_vars:
OMP_PROC_BIND: "spread"
slurm:
partition: "gpu_rome_a100"
account: "2023_070"
Expand Down

0 comments on commit 2cc16d1

Please sign in to comment.