<div dir="ltr"><div>Following on from what Chris Samuel says</div><div>/root/sl/sl2  kinda suggest Scientific Linux to me (SL - Redhat alike distribution used by Fermilab and CERN)</div><div>Or it could just be sl = slurm</div><div><br></div><div>I would run  ldd `which slurctld` and let us know what libraries is it linked to</div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, 5 Sep 2018 at 08:51, Gennaro Oliva <<a href="mailto:oliva.g@na.icar.cnr.it">oliva.g@na.icar.cnr.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Chris,<br>
<br>
On Wed, Aug 29, 2018 at 07:04:27AM +1000, Chris Samuel wrote:<br>
> On Tuesday, 28 August 2018 11:43:54 PM AEST Umut Arus wrote:<br>
> <br>
> > It seems the main problem is; slurmctld: fatal: No front end nodes defined<br>
> <br>
> Frontend nodes are for IBM BlueGene and Cray systems where you cannot run <br>
> slurmd on the compute nodes themselves so a proxy system must be used instead <br>
> (at $JOB-1 we used this on our BG/Q system).  I strongly suspect you are not <br>
> running on either of those!<br>
<br>
The option --enable-front-end to configure is also needed to emulate<br>
really large cluster:<br>
<br>
<a href="https://slurm.schedmd.com/faq.html#multi_slurmd" rel="noreferrer" target="_blank">https://slurm.schedmd.com/faq.html#multi_slurmd</a><br>
<br>
> If you built Slurm yourself you'll need to check you didn't use those <br>
> arguments by mistake or configure didn't enable them in error, and if this is <br>
> an Ubuntu package then it's probably an bug in how they packaged it!<br>
<br>
This option is enabled only in the slurmctld daemon that is contained in<br>
the slurm-wlm-emulator package that is not intended to be used for batch<br>
jobs.<br>
<br>
vagrant@ubuntu-bionic:~$ grep 'No front end nodes defined' /usr/sbin/slurmctld-wlm-emulator<br>
Binary file /usr/sbin/slurmctld-wlm-emulator matches<br>
vagrant@ubuntu-bionic:~$ grep 'No front end nodes defined' /usr/sbin/slurmctld-wlm<br>
vagrant@ubuntu-bionic:~$<br>
<br>
It can be possible that Umut installed slurm-wlm-emulator package<br>
together with the regular package and the emulated daemon was picked by<br>
the alternatives system.<br>
<br>
Best regards,<br>
-- <br>
Gennaro Oliva<br>
<br>
</blockquote></div>