Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
40a95aeb
Commit
40a95aeb
authored
9 years ago
by
jette
Browse files
Options
Downloads
Patches
Plain Diff
Clarify timing of burst buffer operations
bug 2199
parent
0eba04d5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/burst_buffer.shtml
+9
-2
9 additions, 2 deletions
doc/html/burst_buffer.shtml
with
9 additions
and
2 deletions
doc/html/burst_buffer.shtml
+
9
−
2
View file @
40a95aeb
...
...
@@ -128,7 +128,14 @@ persistent burst buffer storage (NOTE: The "#BB" prefix is used since the
command is interpreted by Slurm and not by the Cray Datawarp software).
Interactive jobs (those submitted using the <i>salloc</i> and <i>srun</i>
commands) can specify their burst buffer space requirements using the "--bb"
or "--bbf" command line options, as described later in this document.</p>
or "--bbf" command line options, as described later in this document.
All of the "#SBATCH", "#DW" and "#BB" directives should be placed at the top
of the script (before any non-comment lines).
All of the persistent burst buffer creations and deletions happen before the
job's compute portion happens.
In a similar fashion, you can't stage files in/out at various points in the
script execution. All file stage-in happens prior to the job's compute portion
and all file stage-out happens after computation.</p>
<p>A basic validation is performed on the job's burst buffer options at job
submit time.
...
...
@@ -270,6 +277,6 @@ $ scontrol create reservation StartTime=noon duration=60 \
BurstBuffer=cray:20G
</pre>
<p style="text-align:center;">Last modified 2
9 Octo
ber 2015</p>
<p style="text-align:center;">Last modified 2
8 Novem
ber 2015</p>
<!--#include virtual="footer.txt"-->
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