-
Notifications
You must be signed in to change notification settings - Fork 7
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
MPICH variants? #52
Comments
Is there a base container for JUSUF with system dependencies (slurm stuff, correct mpi versions, etc.) installed? Imho, it would make sense to use that as a base to extend with scientific packages. The build for the higher layers would then automatically be for MPICH on the JUSUF image, and for whatever else whereever else. |
To my knowledge no. But there are CentOS Docker files at https://hub.docker.com/_/centos which could be used. The way I've been using Singularity on JUSUF so far has typically involved these steps:
|
For reference, a working Dockerfile for JUSUF is found here: https://github.com/LFPy/hybridLFPy_EBRAINS/blob/main/Dockerfile |
Hi. During some testing of Singularity on JUSUF, MPICH appears to be required in the container as Slurm/srun calls the Intel MPI executables. Would it make sense to provide both openMPI and MPICH variants here?
The text was updated successfully, but these errors were encountered: