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

Update container_info.md

parent f901bcfd
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,8 @@ module load singularityce
echo 'start'
srun --exclusive --ntasks=4 --cpus-per-task=1 --nodes=1 --mem 3000M singularity exec --bind "$MPI_DIR" --bind /apps ./mpi_hello_world_bind.sif /opt/bin/mpi_hello_world
srun singularity exec --bind "$MPI_DIR" --bind /apps ./mpi_hello_world_bind.sif /opt/bin/mpi_hello_world
echo 'finished'
```
......
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