Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Scientific Workflows
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Devin Routh
Scientific Workflows
Commits
1bc18ca9
Verified
Commit
1bc18ca9
authored
5 months ago
by
Darren Reed
Committed by
GitLab UZH
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update container_info.md bug fix in hybrid slurm script
parent
15fc6bcc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
container_info.md
+5
-1
5 additions, 1 deletion
container_info.md
with
5 additions
and
1 deletion
container_info.md
+
5
−
1
View file @
1bc18ca9
...
...
@@ -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'
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment