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
7c5d5a20
Commit
7c5d5a20
authored
1 year ago
by
Roman Sliva
Browse files
Options
Downloads
Patches
Plain Diff
Update slurm-job-submission-and-execution.md
parent
8a51d99b
No related branches found
No related tags found
No related merge requests found
Pipeline
#33206
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
+3
-1
3 additions, 1 deletion
docs.it4i/general/slurm-job-submission-and-execution.md
with
3 additions
and
1 deletion
docs.it4i/general/slurm-job-submission-and-execution.md
+
3
−
1
View file @
7c5d5a20
...
@@ -14,8 +14,10 @@ A `man` page exists for all Slurm commands, as well as `--help` command option,
...
@@ -14,8 +14,10 @@ A `man` page exists for all Slurm commands, as well as `--help` command option,
| Command | Explanation |
| Command | Explanation |
| :-----: | :-------------------------------------------------------------------------------------------------------------------------- |
| :-----: | :-------------------------------------------------------------------------------------------------------------------------- |
| sinfo | View information about nodes and partitions. | squeue | View information about jobs located in the scheduling queue.
| sinfo | View information about nodes and partitions. |
| squeue | View information about jobs located in the scheduling queue. |
| sacct | Display accounting data for all jobs and job steps in the job accounting log or Slurm database. |
| sacct | Display accounting data for all jobs and job steps in the job accounting log or Slurm database. |
| |
| salloc | Obtain a job allocation (a set of nodes), execute a command, and then release the allocation when the command is finished. |
| salloc | Obtain a job allocation (a set of nodes), execute a command, and then release the allocation when the command is finished. |
| sattach | Attach to a job step. |
| sattach | Attach to a job step. |
| sbatch | Submit a batch script to Slurm. |
| sbatch | Submit a batch script to Slurm. |
...
...
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