On Wednesday, 9 May 2018 10:17:17 PM AEST Tueur Volvo wrote:
> I currently use a plugin node feature like knl
> but i don't like use node feature because i must write "feature" in
> slurm.conf file
Actually you don't. The knl_generic plugin does that work for us, it
populates the features avail
I currently use a plugin node feature like knl
but i don't like use node feature because i must write "feature" in
slurm.conf file
I find this solution rather cumbersome
for example if i want to add kernel 4.4 in my program :
srun -c kernel4.4
i must to updated all slurm.conf file in my cluster, a
On Wednesday, 9 May 2018 9:16:37 PM AEST Tueur Volvo wrote:
> if i use srun --reboot hostname, how to tell him to update the kernel before
> rebooting ?
Ah, now I understand why you mention a spank plugin, as that would allow you
to specify a new command line option for sbatch to specify a kerne
I would like to update the linux kernel then reboot the machine and run the
job
for example I would like this:
srun --chooskernel=4.1 hostname
I would like to install kernel 4.1 on my machine, then reboot the machine
and run hostname
if i use srun --reboot hostname, how to tell him to update th
On Wednesday, 9 May 2018 7:09:12 PM AEST Tueur Volvo wrote:
> Hello, i have question, it's possible to reboot slurm node in spank plugin
> before execute job ?
I don't know about that, but sbatch has a --reboot flag and you could use a
submit filter to set it.We do the opposite and always str
Hello, i have question, it's possible to reboot slurm node in spank plugin
before execute job ?