From 46ec8fe13e65ae84a502c02f370dacc3c3c94fff Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Tue, 1 Nov 2016 15:36:05 -0600 Subject: [PATCH] Correct burst buffer example on web page Type is required for cray persistent burst buffer creation --- doc/html/burst_buffer.shtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/burst_buffer.shtml b/doc/html/burst_buffer.shtml index 859e0afbe4e..eafd5340f0f 100644 --- a/doc/html/burst_buffer.shtml +++ b/doc/html/burst_buffer.shtml @@ -189,7 +189,7 @@ job. A sample batch script follows:</p> <pre> #!/bin/bash -#BB create_persistent name=alpha capacity=32GB access=striped +#BB create_persistent name=alpha capacity=32GB access=striped type=scratch #DW jobdw type=scratch capacity=1GB access_mode=striped #DW stage_in type=file source=/home/alan/data.in destination=$DW_JOB_STRIPED/data #DW stage_out type=file destination=/home/alan/data.out source=$DW_JOB_STRIPED/data @@ -301,6 +301,6 @@ $ scontrol create reservation StartTime=16:00 duration=60 \ BurstBuffer=cray:pool_test:4G </pre> -<p style="text-align:center;">Last modified 17 October 2016</p> +<p style="text-align:center;">Last modified 1 November 2016</p> <!--#include virtual="footer.txt"--> -- GitLab