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

Update container_info.md bug fix in hybrid slurm script

parent 15fc6bcc
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,11 @@ module load singularityce
echo 'start'
srun --exclusive --ntasks=4 --cpus-per-task=1 --nodes=1 --mem 3000M singularity exec ./hellompihybrid /opt/mpi_hello_world
###srun --exclusive --ntasks=4 --cpus-per-task=1 --nodes=1 --mem 3000M singularity exec ./hellompihybrid /opt/mpi_hello_world
### Commented out the above version. Specifying the slurm details causes the job to fail with error srun: error: CPU binding outside of job step allocation
srun singularity exec ./hybrid.sif /opt/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