Skip to content
Snippets Groups Projects
Verified Commit 15fc6bcc authored by Darren Reed's avatar Darren Reed Committed by GitLab UZH
Browse files

Update container_info.md

parent ec312c8b
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ srun --exclusive --ntasks=4 --cpus-per-task=1 --nodes=1 --mem 3000M singularity
echo 'finished'
```
Does the above example work? If not, how would you debug it?
***
For the same example, using a **hybrid** approach, here is a definition file. The important changes are than openmpi is downloaded and built within the post section of the .def file, and then the environment sets the OMPI variables to use the openmpi version within the container:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment