-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document singularity & apptainer #5
Comments
Same as 3.6: singularity exec mhm.sif /opt/conda/bin/mhm --nml "mhm_${EVAL_PERIOD_START}_${EVAL_PERIOD_END}.nml"
+ singularity exec mhm.sif /opt/conda/bin/mhm --nml mhm_1993_1995.nml
FATAL: container creation failed: mount /proc/self/fd/3->/usr/local/var/singularity/mnt/session/rootfs error: while mounting image /proc/self/fd/3: failed to find loop device: could not attach image file to loop device: no loop devices available |
Possibly related to: sylabs/singularity#65 Tried enabling the option for loop devices in the singularity configuration, same error. Now rebuilding the image with |
Ah, I see. That created a folder to be chroot'ed. Interesting, but that'd be inconvenient to transfer to an HPC or another remote platform 😞 |
Testing the building sandboxes instructions from this doc now: https://www.nas.nasa.gov/hecc/support/kb/best-practices-for-running-singularity-on-nas-systems_659.html |
(Digressing, but interesting error)
EDIT: solved service docker stop
rm ~/.docker/config.json
service docker start |
Singularity 3.6.x resulted in not enough loop devices error (fixed in a PR, but probably in a newer version).
Tried latest apptainer, crashed running mHM.
Installing singularity-ce 3.11 now.
The text was updated successfully, but these errors were encountered: