Skip to content

Commit aa0c9ac

Browse files
committed
add CP2K launch command to hortense config
1 parent 4d446da commit aa0c9ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/hortense.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
default_threads: 8
23
ModelEvaluation:
34
cores_per_worker: 12
45
gpu: True
@@ -26,6 +27,7 @@ ModelTraining:
2627
CP2K:
2728
cores_per_worker: 64
2829
max_evaluation_time: 30
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'
2931
slurm:
3032
partition: "cpu_rome"
3133
account: "starting_2024_030"

0 commit comments

Comments
 (0)