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
e7eb1aa1
Commit
e7eb1aa1
authored
2 years ago
by
Thomas Lynn Marcus
Browse files
Options
Downloads
Patches
Plain Diff
typos
parent
12730f18
No related branches found
No related tags found
2 merge requests
!717
Automated merge from preview to main
,
!715
make clear that typing `srun` does nothing and other typos
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+3
-3
3 additions, 3 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
with
3 additions
and
3 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+
3
−
3
View file @
e7eb1aa1
...
...
@@ -229,7 +229,7 @@ marie@login$ srun --ntasks=1 --pty --x11=first xeyes
that probably means you still have an old host key for the target node in your
`~.ssh/known_hosts` file (e.g. from pre-SCS5). This can be solved either by removing the entry
from your known_hosts or by simply deleting the `known_hosts` file altogether if you don't have
from your
`
known_hosts
`
or by simply deleting the `known_hosts` file altogether if you don't have
important other entries in it.
## Batch Jobs
...
...
@@ -335,7 +335,7 @@ marie@login$ srun ./my_application <args for master tasks> : ./my_application <a
```
Heterogeneous jobs can also be defined in job files. There, it is required to separate multiple
components by a line containing the directive
`
"
#SBATCH hetjob`
.
components by a line containing the directive
`#SBATCH hetjob`
.
```
bash
#!/bin/bash
...
...
@@ -374,7 +374,7 @@ On the command line, use `squeue` to watch the scheduling queue.
Invoke `squeue --me` to list only your jobs.
In it
'
s last column, the
`squeue`
command will also tell why a job is not running.
In its last column, the
`squeue`
command will also tell why a job is not running.
Possible reasons and their detailed descriptions are listed in the following table.
More information about job parameters can be obtained with
`scontrol -d show
job <jobid>`
.
...
...
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