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
6e71601b
Commit
6e71601b
authored
9 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Update burst buffer web page for pools
parent
1ee79524
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
+17
-9
17 additions, 9 deletions
doc/html/burst_buffer.shtml
with
17 additions
and
9 deletions
doc/html/burst_buffer.shtml
+
17
−
9
View file @
6e71601b
...
@@ -160,13 +160,20 @@ SLURM Job_id=12 Name=my_app Staged Out, StageOut time 00:05:07
...
@@ -160,13 +160,20 @@ SLURM Job_id=12 Name=my_app Staged Out, StageOut time 00:05:07
<u>burst_buffer/generic</u> plugins to create and delete persistent burst
<u>burst_buffer/generic</u> plugins to create and delete persistent burst
buffers, which have a lifetime independent of the job.</p>
buffers, which have a lifetime independent of the job.</p>
<ul>
<ul>
<li>#BB create_persistent name=<name> capacity=<number> [access=<access>] [type=<type>]</li>
<li>#BB create_persistent name=<name> capacity=<number>
[access=<access>] [pool=<pool> [type=<type>]</li>
<li>#BB destroy_persistent name=<name> [hurry]</li>
<li>#BB destroy_persistent name=<name> [hurry]</li>
</ul>
</ul>
<p>The persistent burst buffer name may not start with a numeric value (numeric
<p>The persistent burst buffer name may not start with a numeric value (numeric
names are reserved for job-specific burst buffers).
names are reserved for job-specific burst buffers).
The size specification can include a suffix of M, G, T, P, etc. for megabytes,
The <b>capacity</b> (size) specification can include a suffix of M, G, T, P, etc.
gigabytes, terabytes, petabytes, etc.
for megabytes, gigabytes, terabytes, petabytes, etc.
The <b>access</b> parameter identifies the buffer access mode. Supported access
modes for the burst_buffer/cray plugin include: striped, private, and ldbalance.
The <b>pool</b> parameter identifies the resource pool from in the burst buffer
should be created. The default and available pools are configuration dependent.
The <b>type</b> parameter identifies the buffer type. Supported type
modes for the burst_buffer/cray plugin include: cache and scratch.
Multiple persistent burst buffers may be created or deleted within a single
Multiple persistent burst buffers may be created or deleted within a single
job.
job.
A sample batch script follows:</p>
A sample batch script follows:</p>
...
@@ -205,6 +212,7 @@ Multiple directives should be space separated.</p>
...
@@ -205,6 +212,7 @@ Multiple directives should be space separated.</p>
<li>capacity=<number></li>
<li>capacity=<number></li>
<li>swap=<number></li>
<li>swap=<number></li>
<li>type=<type></li>
<li>type=<type></li>
<li>pool=<name></li>
</ul>
</ul>
<p>If a swap option is specified, the job must also specify the required
<p>If a swap option is specified, the job must also specify the required
node count.
node count.
...
@@ -240,9 +248,9 @@ Name=generic DefaultPool=ssd Granularity=100G TotalSpace=50T UsedSpace=42T
...
@@ -240,9 +248,9 @@ Name=generic DefaultPool=ssd Granularity=100G TotalSpace=50T UsedSpace=42T
StopStageIn=/usr/local/slurm/15.08/sbin/PSI
StopStageIn=/usr/local/slurm/15.08/sbin/PSI
StopStageIn=/usr/local/slurm/15.08/sbin/PSO
StopStageIn=/usr/local/slurm/15.08/sbin/PSO
Allocated Buffers:
Allocated Buffers:
JobID=18 CreateTime=2015-08-19T16:46:05 Size=10T State=allocated UserID=alan(1000)
JobID=18 CreateTime=2015-08-19T16:46:05
Pool=dwcache
Size=10T State=allocated UserID=alan(1000)
JobID=20 CreateTime=2015-08-19T16:46:45 Size=10T State=allocated UserID=alan(1000)
JobID=20 CreateTime=2015-08-19T16:46:45
Pool=dwcache
Size=10T State=allocated UserID=alan(1000)
Name=DB1 CreateTime=2015-08-19T16:46:45 Size=22T State=allocated UserID=brenda(1001)
Name=DB1 CreateTime=2015-08-19T16:46:45
Pool=dwcache
Size=22T State=allocated UserID=brenda(1001)
Per User Buffer Use:
Per User Buffer Use:
UserID=alan(1000) Used=20T
UserID=alan(1000) Used=20T
UserID=brenda(1001) Used=22T
UserID=brenda(1001) Used=22T
...
@@ -253,11 +261,11 @@ Name=generic DefaultPool=ssd Granularity=100G TotalSpace=50T UsedSpace=42T
...
@@ -253,11 +261,11 @@ Name=generic DefaultPool=ssd Granularity=100G TotalSpace=50T UsedSpace=42T
<p>Burst buffer resources can be placed in an advanced reservation using the
<p>Burst buffer resources can be placed in an advanced reservation using the
<i>BurstBuffer</i> option.
<i>BurstBuffer</i> option.
The argument consists of four elements:<br>
The argument consists of four elements:<br>
[plugin:][
type
:]#[units]<br><br>
[plugin:][
pool
:]#[units]<br><br>
<i>plugin</i> is the burst buffer plugin name, currently either "cray" or "generic".
<i>plugin</i> is the burst buffer plugin name, currently either "cray" or "generic".
If no plugin is specified, the reservation applies to all configured burst
If no plugin is specified, the reservation applies to all configured burst
buffer plugins.<br><br>
buffer plugins.<br><br>
<i>
type
</i> specifies a Cray generic burst buffer resource
, for example "nodes"
.
<i>
pool
</i> specifies a Cray generic burst buffer resource
pool
.
if "type" is not specified, the number is a measure of storage space.<br><br>
if "type" is not specified, the number is a measure of storage space.<br><br>
<i>units</i> may be "N" (nodes), "M" (megabytes), "G" (gigabytes),
<i>units</i> may be "N" (nodes), "M" (megabytes), "G" (gigabytes),
"T" (terabytes), "P" (petabytes), etc. with the default units being bytes for
"T" (terabytes), "P" (petabytes), etc. with the default units being bytes for
...
@@ -277,6 +285,6 @@ $ scontrol create reservation StartTime=noon duration=60 \
...
@@ -277,6 +285,6 @@ $ scontrol create reservation StartTime=noon duration=60 \
BurstBuffer=cray:20G
BurstBuffer=cray:20G
</pre>
</pre>
<p style="text-align:center;">Last modified 2
8 Nov
ember 2015</p>
<p style="text-align:center;">Last modified 2
1 Dec
ember 2015</p>
<!--#include virtual="footer.txt"-->
<!--#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