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
37e44367
Commit
37e44367
authored
1 year ago
by
Roman Sliva
Browse files
Options
Downloads
Patches
Plain Diff
Update slurm-job-submission-and-execution.md
parent
a3516eb6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#33268
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
+4
-0
4 additions, 0 deletions
docs.it4i/general/slurm-job-submission-and-execution.md
with
4 additions
and
0 deletions
docs.it4i/general/slurm-job-submission-and-execution.md
+
4
−
0
View file @
37e44367
...
...
@@ -38,6 +38,8 @@ On Complementary systems only some queues/partitions provide full node allocatio
## Running Interactive Jobs
Sometimes you may want to run your job interactively, for example for debugging, running your commands one by one from the command line.
Run interactive job - queue qcpu_exp, one node by default, one task by default:
```
console
...
...
@@ -63,6 +65,8 @@ To finish the interactive job, you can either use the `exit` keyword, or Ctrl+D
## Running Batch Jobs
Batch jobs is the standard way of running jobs and utilizing HPC clusters.
### Job Script
Create example batch script called script.sh with the following content:
...
...
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