Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cluster-doc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Snippets
Deploy
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream 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
atlas
cluster-doc
Wiki
slurm
Changes
Page history
New page
Templates
Clone repository
Update slurm
authored
5 years ago
by
Matthieu Boileau
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
slurm.md
+1
-1
1 addition, 1 deletion
slurm.md
with
1 addition
and
1 deletion
slurm.md
View page @
36e90419
...
...
@@ -69,7 +69,7 @@ Here is a basic slurm script to get you started:
#SBATCH --ntasks-per-core 1
# min-max number of nodes
##SBATCH -N 3-6
#
max
time
of exec
(will be killed afterwards)
#
wall
time (will be killed afterwards)
- MANDATORY
#SBATCH -t 2:00:00
# number of tasks per node
##SBATCH --tasks-per-node 1
...
...
This diff is collapsed.
Click to expand it.