Skip to content

Commit 7dd7ba7

Browse files
committed
update pymatgen dependency to fix CP2K input parsing bug; update configs
1 parent 7dee6e9 commit 7dd7ba7

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

configs/hortense.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
container:
33
engine: "apptainer"
4-
uri: "oras://ghcr.io/molmod/psiflow:2.0.0-cuda"
4+
uri: "oras://ghcr.io/molmod/psiflow:3.0.0-python3.9-cuda"
55
ModelEvaluation:
66
cores_per_worker: 1
77
simulation_engine: 'openmm'
@@ -30,6 +30,7 @@ ModelTraining:
3030
scheduler_options: "#SBATCH --clusters=dodrio\n#SBATCH --gpus=1\n"
3131
ReferenceEvaluation:
3232
max_walltime: 20
33+
cpu_affinity: 'alternating'
3334
SlurmProvider:
3435
partition: "cpu_rome"
3536
account: "2022_069"

configs/htex.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
2-
container:
3-
engine: "apptainer"
4-
uri: "/home/sandervandenhaute/doctorate/source/psiflow/psiflow_python3.10_cuda_latest.sif"
52
ModelEvaluation:
63
cores_per_worker: 2
7-
max_walltime: 0.3
84
simulation_engine: 'openmm'
95
gpu: false
106
ModelTraining:
@@ -13,7 +9,4 @@ ModelTraining:
139
gpu: true
1410
ReferenceEvaluation:
1511
cores_per_worker: 1
16-
max_walltime: 0.3
17-
cpu_affinity: 'block'
18-
#mpi_command: 'mpirun -np {}'
1912
...

configs/mahti.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
container:
33
engine: "apptainer"
4-
uri: "oras://ghcr.io/molmod/psiflow:3.0.0-cuda"
4+
uri: "oras://ghcr.io/molmod/psiflow:3.0.0-python3.10-cuda" # use python3.9 depending on installation
55
ModelEvaluation:
66
cores_per_worker: 1
77
simulation_engine: 'openmm'

configs/puhti.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
container:
33
engine: "apptainer"
4-
uri: "oras://ghcr.io/molmod/psiflow:3.0.0-cuda"
4+
uri: "oras://ghcr.io/molmod/psiflow:3.0.0-python3.10-cuda" # use python3.9 depending on installation
55
ModelEvaluation:
66
cores_per_worker: 1
77
simulation_engine: 'openmm'

configs/threadpool.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ ModelTraining:
1010
use_threadpool: true
1111
ReferenceEvaluation:
1212
max_walltime: 0.3
13-
mpi_command: 'mpirun -np {}'
13+
mpi_command: 'mpirun -np {}' # cp2k on conda-forge comes with OpenMPI (not MPICH as in container)
1414
use_threadpool: true
1515
...

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"pyyaml>=6.0",
1515
"numpy>=1.22.3",
1616
"wandb>=0.14.0",
17-
"pymatgen>=2023.3.23",
17+
"pymatgen>=2023.11.12",
1818
"parsl",
1919
"prettytable",
2020
"psutil",

0 commit comments

Comments
 (0)