Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Merge requests
!684
added how to finish from salloc
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
added how to finish from salloc
gupa977e--tu-dresden.de-preview-patch-40583
into
preview
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Guilherme Pantoja Calandrini de Azevedo Junior
requested to merge
gupa977e--tu-dresden.de-preview-patch-40583
into
preview
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
It wasn't explained how to exit from allocation
0
0
Merge request reports
Compare
preview
version 1
a8e2d4de
2 years ago
preview (base)
and
version 1
latest version
83f6c38c
2 commits,
2 years ago
version 1
a8e2d4de
1 commit,
2 years ago
1 file
+
1
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+
1
−
0
Options
@@ -158,6 +158,7 @@ tauruslogin5.taurus.hrsk.tu-dresden.de
@@ -158,6 +158,7 @@ tauruslogin5.taurus.hrsk.tu-dresden.de
marie@login$
srun
hostname
marie@login$
srun
hostname
taurusi6604.taurus.hrsk.tu-dresden.de
taurusi6604.taurus.hrsk.tu-dresden.de
taurusi6603.taurus.hrsk.tu-dresden.de
taurusi6603.taurus.hrsk.tu-dresden.de
marie@login$
exit
# ending the resource allocation
```
```
The command
`srun`
also creates an allocation, if it is running outside any
`sbatch`
or
`salloc`
The command
`srun`
also creates an allocation, if it is running outside any
`sbatch`
or
`salloc`
Loading