File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN /bin/bash -c -o pipefail \
60
60
"source /opt/venv/bin/activate && \
61
61
pip install --no-cache-dir pyfftw colorcet wandb pandas plotly plumed 'numpy<2.0.0' && \
62
62
pip install --no-cache-dir git+https://github.com/i-pi/[email protected] && \
63
- pip install --no-cache-dir torch==2.1 --index-url https://download.pytorch.org/whl/${GPU_LIBRARY} && \
63
+ pip install --no-cache-dir torch>=2.5 --index-url https://download.pytorch.org/whl/${GPU_LIBRARY} && \
64
64
pip install --no-cache-dir git+https://github.com/acesuit/[email protected] "
65
65
ARG DATE
66
66
RUN /bin/bash -c -o pipefail \
Original file line number Diff line number Diff line change @@ -59,9 +59,12 @@ if [ "$psiflow" = "true" ]; then
59
59
-t ghcr.io/molmod/$TAG \
60
60
-f Dockerfile . # test
61
61
if [ " $build_sif " = " true" ]; then
62
+ export TMPDIR=$( pwd) /tmp
63
+ mkdir -p $TMPDIR
62
64
apptainer build -F $TAG .sif docker-daemon:ghcr.io/molmod/$TAG
63
65
apptainer push $TAG .sif oras://ghcr.io/molmod/$TAG
64
66
rm $TAG .sif
67
+ rm -rf $TMPDIR
65
68
fi
66
69
done
67
70
fi
Original file line number Diff line number Diff line change 1
1
---
2
2
parsl_log_level : WARNING
3
3
container_engine : ' apptainer'
4
- container_uri : ' oras://ghcr.io/molmod/psiflow:4.0.0-rc0_cu118 '
4
+ container_uri : ' oras://ghcr.io/molmod/psiflow:4.0.0_cu118 '
5
5
default_threads : 8
6
6
ModelEvaluation :
7
7
cores_per_worker : 12
Original file line number Diff line number Diff line change 1
1
---
2
2
parsl_log_level : WARNING
3
3
container_engine : ' singularity'
4
- container_uri : ' oras://ghcr.io/molmod/psiflow:4.0.0-rc0_rocm5.6 '
4
+ container_uri : ' oras://ghcr.io/molmod/psiflow:4.0.0_rocm6.2 '
5
5
default_threads : 8
6
6
CP2K :
7
7
cores_per_worker : 32
@@ -25,7 +25,6 @@ ModelEvaluation:
25
25
max_blocks : 10
26
26
walltime : " 01:00:00"
27
27
scheduler_options : " #SBATCH --gres=gpu:8\n "
28
- worker_init : " ml LUMI/23.09 && ml partition/G && ml rocm/5.6\n "
29
28
ModelTraining :
30
29
cores_per_worker : 7
31
30
gpu : true
@@ -37,5 +36,4 @@ ModelTraining:
37
36
cores_per_node : 56
38
37
walltime : " 01:00:00"
39
38
scheduler_options : " #SBATCH --gres=gpu:8\n "
40
- worker_init : " ml LUMI/23.09 && ml partition/G && ml rocm/5.6\n "
41
39
...
You can’t perform that action at this time.
0 commit comments