Skip to content

Commit

Permalink
add CP2K launch command to hortense config
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Jun 12, 2024
1 parent 4d446da commit aa0c9ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/hortense.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
default_threads: 8
ModelEvaluation:
cores_per_worker: 12
gpu: True
Expand Down Expand Up @@ -26,6 +27,7 @@ ModelTraining:
CP2K:
cores_per_worker: 64
max_evaluation_time: 30
launch_command: 'apptainer exec -e --no-init oras://ghcr.io/molmod/cp2k:2023.2 /opt/entry.sh mpirun -np 32 --bind-to core --map-by core -x OMP_NUM_THREADS=1 cp2k.psmp -i cp2k.inp'
slurm:
partition: "cpu_rome"
account: "starting_2024_030"
Expand Down

0 comments on commit aa0c9ac

Please sign in to comment.