We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d446da commit aa0c9acCopy full SHA for aa0c9ac
configs/hortense.yaml
@@ -1,4 +1,5 @@
1
---
2
+default_threads: 8
3
ModelEvaluation:
4
cores_per_worker: 12
5
gpu: True
@@ -26,6 +27,7 @@ ModelTraining:
26
27
CP2K:
28
cores_per_worker: 64
29
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'
31
slurm:
32
partition: "cpu_rome"
33
account: "starting_2024_030"
0 commit comments