<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";
        mso-fareast-language:#2000;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="en-BE" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">Dear<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">We would like to start using the generic burst buffer plugin.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">For this I read the <a href="https://slurm.schedmd.com/burst_buffer.html">
burst buffer guide</a>, however I’ve not been able to replicate the listed examples.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">In slurm.conf, the generic burst buffer was enabled via:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">                <span style="color:#0070C0">
BurstBufferType=burst_buffer/generic<o:p></o:p></span></span></p>
<p class="MsoNormal" style="text-indent:36.0pt"><span lang="EN-US" style="color:#0070C0">DebugFlags=BurstBuffer<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">In the same directory, “burst_buffer_generic.conf”, was created with:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#0070C0">                StageInTimeout=300<o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:36.0pt"><span lang="EN-US" style="color:#0070C0">AllowUsers=centos<o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:36.0pt"><span lang="EN-US" style="color:#0070C0">JobSizeLimit=200GB # Applies to each job<o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:36.0pt"><span lang="EN-US" style="color:#0070C0">UserSizeLimit=500GB # Applies to each user<o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:36.0pt"><span lang="EN-US" style="color:#0070C0">StartStageIn=/home/centos/stageIn.sh<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">(No reference is made to this file in any of the other configuration files of slurm)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#0070C0"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">When running for example:<o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:36.0pt"><span lang="EN-US" style="color:#0070C0">srun --bb="capacity=1G access=striped type=scratch" ls<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Or following script, executed via sbatch<o:p></o:p></span></p>
<pre><span lang="EN-US" style="color:#0070C0">        </span><span lang="en-BE" style="color:#0070C0">#!/bin/bash<o:p></o:p></span></pre>
<p class="MsoNormal"><span lang="en-BE" style="font-size:10.0pt;font-family:"Courier New";color:#0070C0;mso-fareast-language:#2000">        #BB create_persistent name=alpha capacity=32GB access=striped type=scratch<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="en-BE" style="font-size:10.0pt;font-family:"Courier New";color:#0070C0;mso-fareast-language:#2000">        #DW jobdw type=scratch capacity=1GB access_mode=striped<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="en-BE" style="font-size:10.0pt;font-family:"Courier New";color:#0070C0;mso-fareast-language:#2000">        #DW stage_in  type=file source=/home/</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#0070C0;mso-fareast-language:#2000">centos</span><span lang="en-BE" style="font-size:10.0pt;font-family:"Courier New";color:#0070C0;mso-fareast-language:#2000">/data.in 
 destination=$DW_JOB_STRIPED/data<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="en-BE" style="font-size:10.0pt;font-family:"Courier New";color:#0070C0;mso-fareast-language:#2000">        #DW stage_out type=file destination=/home/</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#0070C0;mso-fareast-language:#2000">centos</span><span lang="en-BE" style="font-size:10.0pt;font-family:"Courier New";color:#0070C0;mso-fareast-language:#2000">/data.out
 source=$DW_JOB_STRIPED/data<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#0070C0;mso-fareast-language:#2000">        ls</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:#2000"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">The command all executes without any errors (even when the source files are not available).
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">But When checking the burst buffer state via:<o:p></o:p></span></p>
<pre style="text-indent:36.0pt"><span lang="en-BE" style="color:#0070C0">scontrol show burst<o:p></o:p></span></pre>
<p class="MsoNormal"><span lang="EN-US">The output is empty.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Is there something I’m missing?<br>
Or misconfiguring? <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Thanks in advance!<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#0070C0"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Kind regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Johan Hofmans<o:p></o:p></span></p>
</div>

<br><HR><BR>This e-mail and its attachment(s) (if any) may contain confidential and/or proprietary information and is intended for its addressee(s) only. Any unauthorized use of the information contained herein (including, but not limited to, alteration, reproduction, communication, distribution or any other form of dissemination) is strictly prohibited. If you are not the intended addressee, please notify the originator promptly and delete this e-mail and its attachment(s) (if any) subsequently. 

Neither Galapagos nor any of its affiliates shall be liable for direct, special, indirect or consequential damages arising from alteration of the contents of this message (by a third party) or as a result of a virus being passed on.


<br></body>
</html>