You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's it! Before running actual calculations, it is still necessary to set up Parsl
55
56
to use the compute resources you have at your disposal -- whether it's a local GPU,
@@ -61,15 +62,15 @@ a SLURM cluster, or a cloud computing provider; check out the
61
62
Apptainer -- now the most widely used container system for HPCs -- is part of the
62
63
Linux Foundation. It is easy to set up on most Linux distributions, as explained in the [Apptainer documentation](https://apptainer.org/docs/admin/main/installation.html#install-ubuntu-packages).
63
64
64
-
Psiflow's containers are hosted on the GitHub Container Registry (GHCR).
65
+
Psiflow's containers are hosted on the GitHub Container Registry (GHCR), for both Python 3.9 and 3.10.
65
66
To download and run commands in them, simply execute:
66
67
67
68
```console
68
69
# show available pip packages
69
-
apptainer exec oras://ghcr.io/molmod/psiflow:2.0.0-cuda11.8 /usr/local/bin/entry.sh pip list
70
+
apptainer exec oras://ghcr.io/molmod/psiflow:3.0.0_python3.9_cuda /usr/local/bin/entry.sh pip list
0 commit comments