[slurm-users] slurm and singularity

Markus Kötter koetter at cispa.de
Wed Feb 8 06:53:31 UTC 2023


Hi,


On 08.02.23 05:00, Carl Ponder wrote:
> Take a look at this extension to SLURM:
> 
>     https://github.com/NVIDIA/pyxis

https://slurm.schedmd.com/SLUG19/NVIDIA_Containers.pdf

enroot & pyxis - great recommendation for rootless containerized runtime 
environments in HPC.

Free software, no license or DGX required.


Some things to consider

Cache in /tmp so it's free'd upon reboot:
# /etc/enroot/enroot.conf
ENROOT_RUNTIME_PATH /tmp/enroot/user-$(id -u)
ENROOT_CACHE_PATH /tmp/enroot-cache/user-$(id -u)
ENROOT_DATA_PATH /tmp/enroot-data/user-$(id -u)


When using a local container repo, the image urls port is seperated 
using # :

> srun … --container-image mygitlab:5005#path/pytorch:22.12-py3 …


MfG
-- 
Markus Kötter, +49 681 870832434
30159 Hannover, Lange Laube 6
Helmholtz Center for Information Security
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5968 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.schedmd.com/pipermail/slurm-users/attachments/20230208/f16cc11c/attachment.bin>


More information about the slurm-users mailing list