Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
ToolBox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
ToolBox
Commits
76873752
Commit
76873752
authored
2 years ago
by
Loïc Le Guyader
Browse files
Options
Downloads
Patches
Plain Diff
Adds documentation for reserved partition
parent
f4808674
No related branches found
No related tags found
1 merge request
!250
Adds documentation for reserved partition
Pipeline
#97821
passed
2 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/howtos.rst
+27
-0
27 additions, 0 deletions
doc/howtos.rst
doc/sview.png
+0
-0
0 additions, 0 deletions
doc/sview.png
with
27 additions
and
0 deletions
doc/howtos.rst
+
27
−
0
View file @
76873752
...
...
@@ -199,4 +199,31 @@ Viking spectrometer
* :doc:`Analysis of Viking spectrometer data <Analysis_of_Viking_spectrometer_data>`
SLURM, sbatch, partition, reservation
-------------------------------------
Scripts launched by ``sbatch`` command can employ magic cookie with
``#SBATCH`` to pass options SLURM, such as which partition to run on.
To work, the magic cookie has to be at the beginning of the line.
This means that:
* to comment out a magic cookie, adding another "#" before it is sufficient
* to comment a line to detail what the option does, it is best practice
to put the comment on the line before
Reserved partition are of the form "upex_003333" where 3333 is the proposal
number. To check what reserved partition are existing, their start and end
date, one can ``ssh`` to ``max-display`` and use the command ``sview``.
.. image:: sview.png
To use a reserved partition with ``sbatch``, one can use the magic cookie
``#SBATCH --reservation=upex_003333``
instead of the usual
``#SBATCH --partition=upex``
.. _pyFAI: https://pyfai.readthedocs.io
This diff is collapsed.
Click to expand it.
doc/sview.png
0 → 100644
+
0
−
0
View file @
76873752
47.1 KiB
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