Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
SCS
docs.it4i.cz
Commits
9d2f9e09
Commit
9d2f9e09
authored
1 year ago
by
Roman Sliva
Browse files
Options
Downloads
Patches
Plain Diff
Change --ntasks-per-node from 36 to 128, barbora to karolina
parent
36b52fd0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#34333
passed with warnings
1 year ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs.it4i/general/slurm-job-submission-and-execution.md
+8
-8
8 additions, 8 deletions
docs.it4i/general/slurm-job-submission-and-execution.md
with
8 additions
and
8 deletions
docs.it4i/general/slurm-job-submission-and-execution.md
+
8
−
8
View file @
9d2f9e09
...
...
@@ -63,11 +63,11 @@ Run interactive job - queue `qcpu_exp`, one node by default, one task by default
$
salloc
-A
PROJECT-ID
-p
qcpu_exp
```
Run interactive job on four nodes,
36
tasks per node (
B
ar
bor
a cluster, CPU partition recommended value based on node core count),
Run interactive job on four nodes,
128
tasks per node (
K
ar
olin
a cluster, CPU partition recommended value based on node core count),
two hours time limit:
```
console
$
salloc
-A
PROJECT-ID
-p
qcpu
-N
4
--ntasks-per-node
36
-t
2:00:00
$
salloc
-A
PROJECT-ID
-p
qcpu
-N
4
--ntasks-per-node
128
-t
2:00:00
```
Run interactive job, with X11 forwarding:
...
...
@@ -95,7 +95,7 @@ Create example job script called script.sh with the following content:
#SBATCH --account PROJECT-ID
#SBATCH --partition qcpu
#SBATCH --nodes 4
#SBATCH --ntasks-per-node
36
#SBATCH --ntasks-per-node
128
#SBATCH --time 12:00:00
ml purge
...
...
@@ -111,7 +111,7 @@ Script will:
*
use project PROJECT-ID for job access and accounting
*
use partition/queue qcpu
*
use four nodes
*
use
36
tasks per node - value used by MPI
*
use
128
tasks per node - value used by MPI
*
set job time limit to 12 hours
*
load appropriate module
...
...
@@ -139,10 +139,10 @@ This can be changed using sbatch options `--output` (shortly `-o`) and `--error`
Example output of the job:
```
shell
36
cn17.
b
ar
bor
a.it4i.cz
36
cn18.
b
ar
bor
a.it4i.cz
36
cn19.
b
ar
bor
a.it4i.cz
36
cn20.
b
ar
bor
a.it4i.cz
128
cn
0
17.
k
ar
olin
a.it4i.cz
128
cn
0
18.
k
ar
olin
a.it4i.cz
128
cn
0
19.
k
ar
olin
a.it4i.cz
128
cn
0
20.
k
ar
olin
a.it4i.cz
```
### Job Environment Variables
...
...
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