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
a32d20e6
Commit
a32d20e6
authored
1 year ago
by
Roman Sliva
Browse files
Options
Downloads
Patches
Plain Diff
Add slurm-karolina.md
parent
0cb59aca
No related branches found
No related tags found
No related merge requests found
Pipeline
#33863
failed
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-karolina.md
+52
-0
52 additions, 0 deletions
docs.it4i/general/slurm-karolina.md
with
52 additions
and
0 deletions
docs.it4i/general/slurm-karolina.md
0 → 100644
+
52
−
0
View file @
a32d20e6
# Slurm Job Submission and Execution
## Introduction
[
Slurm
][
1
]
workload manager is used to allocate and access Karolina cluster's resources.
General information about Slurm use at IT4Innovations can be found at
[
Slurm Job Submission and Execution
][
2
]
.
## Getting Partition Information
Display partitions/queues on system:
```
console
$
sinfo
-s
PARTITION AVAIL TIMELIMIT NODES(A/I/O/T) NODELIST
qcpu* up 2-00:00:00 0/720/0/720 cn[001-720]
qcpu_biz up 2-00:00:00 0/720/0/720 cn[001-720]
qcpu_exp up 1:00:00 0/720/0/720 cn[001-720]
qcpu_free up 18:00:00 0/720/0/720 cn[001-720]
qcpu_long up 6-00:00:00 0/720/0/720 cn[001-720]
qcpu_preempt up 12:00:00 0/720/0/720 cn[001-720]
qgpu up 2-00:00:00 0/71/1/72 acn[01-72]
qgpu_biz up 2-00:00:00 0/71/1/72 acn[01-72]
qgpu_exp up 1:00:00 0/71/1/72 acn[01-72]
qgpu_free up 18:00:00 0/71/1/72 acn[01-72]
qgpu_preempt up 12:00:00 0/71/1/72 acn[01-72]
qfat up 2-00:00:00 0/1/0/1 sdf1
qviz up 8:00:00 0/2/0/2 viz[1-2]
```
Graphical representation of cluster usage, partitions, nodes, and jobs could be found
at
[
https://extranet.it4i.cz/rsweb/karolina
][
3
]
On Karolina cluster
*
all cpu queues/partitions provide full node allocation, whole nodes are allocated to job
*
other queues/partitions (gpu, fat, viz) provide partial node allocation
## Accessing CPU Queues
```
console
$
salloc
-A
PROJECT-ID
-p
qcpu
```
## Using GPU Queues
## Using Fat Queue
## Using Viz Queue
[
1
]:
https://slurm.schedmd.com/
[
2
]:
slurm-job-submission-and-execution
[
3
]:
https://extranet.it4i.cz/rsweb/karolina
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