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
Commits
2ef06054
Commit
2ef06054
authored
11 months ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Improve wording
parent
11dce1e8
No related branches found
No related tags found
2 merge requests
!1086
Automated merge from preview to main
,
!1065
Remove partition interactive
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+4
-4
4 additions, 4 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
with
4 additions
and
4 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+
4
−
4
View file @
2ef06054
...
...
@@ -165,13 +165,13 @@ allocation with desired switch count or the time limit expires. Acceptable time
## Interactive Jobs
Interactive activities like editing, compiling, preparing experiments etc. are normally limited to
the login nodes. For longer interactive sessions, you can allocate
cor
es on the compute node
with
the command
`salloc`
. It takes the same options as
`sbatch`
to specify the required resources.
the login nodes. For longer interactive sessions, you can allocate
resourc
es on the compute node
with
the command
`salloc`
. It takes the same options as
`sbatch`
to specify the required resources.
`salloc`
returns a new shell on the node where you submitted the job. You need to use the command
`srun`
in front of the following commands to have these commands executed on the allocated
resources. If you
allocate
more than one task, please be aware that
`srun`
will run the command
on
each allocated task by default! To release the allocated resources, invoke the command
`exit`
or
resources. If you
request for
more than one task, please be aware that
`srun`
will run the command
on
each allocated task by default! To release the allocated resources, invoke the command
`exit`
or
`scancel <jobid>`
.
```
console
...
...
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