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
3f2b63c5
Commit
3f2b63c5
authored
1 year ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Removed up-to-date from slurm_examples.md.
parent
0d5beff7
No related branches found
No related tags found
2 merge requests
!839
Automated merge from preview to main
,
!837
Fix some Typos
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md
+4
-4
4 additions, 4 deletions
...h.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md
with
4 additions
and
4 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md
+
4
−
4
View file @
3f2b63c5
...
@@ -9,10 +9,10 @@ depend on the type of parallelization and architecture.
...
@@ -9,10 +9,10 @@ depend on the type of parallelization and architecture.
An SMP-parallel job can only run within a node, so it is necessary to include the options
`--node=1`
An SMP-parallel job can only run within a node, so it is necessary to include the options
`--node=1`
and
`--ntasks=1`
. The maximum number of processors for an SMP-parallel program is 896 and 56 on
and
`--ntasks=1`
. The maximum number of processors for an SMP-parallel program is 896 and 56 on
partition
`taurussmp8`
and
`smp2`
, respectively
. Please refer to
the
partition
`taurussmp8`
and
`smp2`
, respectively
, as described in
the
[
partitions section
](
partitions_and_limits.md#memory-limits
)
for up-to-date information
. Using the
[
section on memory limits
](
partitions_and_limits.md#memory-limits
)
. Using the
option
option
`--cpus-per-task=<N>`
Slurm will start one task and you will have
`N`
CPUs available for your
`--cpus-per-task=<N>`
Slurm will start one task and you will have
`N`
CPUs available for your
job.
job.
An example job file would look like:
An example job file would look like:
!!! example "Job file for OpenMP application"
!!! example "Job file for OpenMP application"
...
...
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