<div dir="ltr"><div><div><div><div><div>I currently use a plugin node feature like knl<br></div>but i don't like use node feature because i must write "feature" in slurm.conf file<br></div><br>I find this solution rather cumbersome<br></div>for example if i want to add kernel 4.4 in my program :<br>srun -c kernel4.4<br></div></div><div>i must to updated all slurm.conf file in my cluster, and i can not specify any option, for example i want to specify compilation option, i must to create new feature :<br></div><div>kernel4.4_gcc for compile with gcc<br></div><div>kernel4.4_intel_compiler for compile with intel compiler...etc.<br><br></div><div>i want new solution like spank plugin :<br></div><div>srun --kernel=4.4 --compilation=gcc<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-05-09 13:39 GMT+02:00 Chris Samuel <span dir="ltr"><<a href="mailto:chris@csamuel.org" target="_blank">chris@csamuel.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wednesday, 9 May 2018 9:16:37 PM AEST Tueur Volvo wrote:<br>
<br>
> if i use srun --reboot hostname, how to tell him to update the kernel before<br>
> rebooting ?<br>
<br>
</span>Ah, now I understand why you mention a spank plugin, as that would allow you <br>
to specify a new command line option for sbatch to specify a kernel and then <br>
somehow talk to your cluster management system to provision a node with that <br>
configuration, is that right?<br>
<br>
The KNL code might provide some ideas there as that needs to reboot nodes to <br>
change hardware configuration and has to get slurmd to run code on the node <br>
first to change the BIOS settings for the desired HBM mode. <br>
<br>
The BlueGene/Q code allowed users to select an image to boot, but that relies <br>
on a heap of IBM code that is designed for their defunct BG/Q systems (sigh).<br>
<span class=""><br>
> if I understand what you mean, I have to use a job-submit plugin ?<br>
<br>
</span>That's what I was thinking, but now you've mentioned what you want to do I'm <br>
not so sure it's a good fit.<br>
<div class="HOEnZb"><div class="h5"><br>
All the best,<br>
Chris<br>
-- <br>
 Chris Samuel  :  <a href="http://www.csamuel.org/" rel="noreferrer" target="_blank">http://www.csamuel.org/</a>  :  Melbourne, VIC<br>
<br>
<br>
</div></div></blockquote></div><br></div>