File tree 6 files changed +6
-12
lines changed
6 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
container :
3
3
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"
5
5
ModelEvaluation :
6
6
cores_per_worker : 1
7
7
simulation_engine : ' openmm'
@@ -30,6 +30,7 @@ ModelTraining:
30
30
scheduler_options : " #SBATCH --clusters=dodrio\n #SBATCH --gpus=1\n "
31
31
ReferenceEvaluation :
32
32
max_walltime : 20
33
+ cpu_affinity : ' alternating'
33
34
SlurmProvider :
34
35
partition : " cpu_rome"
35
36
account : " 2022_069"
Original file line number Diff line number Diff line change 1
1
---
2
- container :
3
- engine : " apptainer"
4
- uri : " /home/sandervandenhaute/doctorate/source/psiflow/psiflow_python3.10_cuda_latest.sif"
5
2
ModelEvaluation :
6
3
cores_per_worker : 2
7
- max_walltime : 0.3
8
4
simulation_engine : ' openmm'
9
5
gpu : false
10
6
ModelTraining :
@@ -13,7 +9,4 @@ ModelTraining:
13
9
gpu : true
14
10
ReferenceEvaluation :
15
11
cores_per_worker : 1
16
- max_walltime : 0.3
17
- cpu_affinity : ' block'
18
- # mpi_command: 'mpirun -np {}'
19
12
...
Original file line number Diff line number Diff line change 1
1
---
2
2
container :
3
3
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
5
5
ModelEvaluation :
6
6
cores_per_worker : 1
7
7
simulation_engine : ' openmm'
Original file line number Diff line number Diff line change 1
1
---
2
2
container :
3
3
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
5
5
ModelEvaluation :
6
6
cores_per_worker : 1
7
7
simulation_engine : ' openmm'
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ ModelTraining:
10
10
use_threadpool : true
11
11
ReferenceEvaluation :
12
12
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)
14
14
use_threadpool : true
15
15
...
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies = [
14
14
" pyyaml>=6.0" ,
15
15
" numpy>=1.22.3" ,
16
16
" wandb>=0.14.0" ,
17
- " pymatgen>=2023.3.23 " ,
17
+ " pymatgen>=2023.11.12 " ,
18
18
" parsl" ,
19
19
" prettytable" ,
20
20
" psutil" ,
You can’t perform that action at this time.
0 commit comments