On Wednesday, 5 September 2018 5:48:25 PM AEST Gennaro Oliva wrote:
> It can be possible that Umut installed slurm-wlm-emulator package
> together with the regular package and the emulated daemon was picked by
> the alternatives system.
That sounds eminently possible, that's a great catch Gennaro
Following on from what Chris Samuel says
/root/sl/sl2 kinda suggest Scientific Linux to me (SL - Redhat alike
distribution used by Fermilab and CERN)
Or it could just be sl = slurm
I would run ldd `which slurctld` and let us know what libraries is it
linked to
On Wed, 5 Sep 2018 at 08:51, Ge
Hi Chris,
On Wed, Aug 29, 2018 at 07:04:27AM +1000, Chris Samuel wrote:
> On Tuesday, 28 August 2018 11:43:54 PM AEST Umut Arus wrote:
>
> > It seems the main problem is; slurmctld: fatal: No front end nodes defined
>
> Frontend nodes are for IBM BlueGene and Cray systems where you cannot run
>
On Wednesday, 29 August 2018 8:23:43 PM AEST Umut Arus wrote:
> Thank you Chris. After your suggestion I compiled latest stable version on a
> CentOS. And installed Munge packages firstly from Centos repository. Now
> I'm getting the below error.
[...]
> slurmctld: debug3: Trying to load plugin
>
Thank you Chris. After your suggestion I compiled latest stable version on
a CentOS. And installed Munge packages firstly from Centos repository. Now
I'm getting the below error.
slurmd is succesfully working on same machine.
./slurmctld -Dc
slurmctld: debug: Log file re-opened
slurmctld: er
On Tuesday, 28 August 2018 11:43:54 PM AEST Umut Arus wrote:
> It seems the main problem is; slurmctld: fatal: No front end nodes defined
Frontend nodes are for IBM BlueGene and Cray systems where you cannot run
slurmd on the compute nodes themselves so a proxy system must be used instead
(at $
Thanks for your reply. Well I'll change NodeName info as output of slurmd
-C.
Yes, both Compute Node and ControlMachine are same machine for this first
test setup. Should any other config parameter need in config file?
thanks...
On Tue, Aug 28, 2018 at 6:26 PM Raymond Wan wrote:
>
> Hi,
>
>
>
Hi,
On Tuesday, August 28, 2018 09:43 PM, Umut Arus wrote:
# COMPUTE NODES
NodeName=umuta CPUs=1 State=UNKNOWN
I'm not sure what's the cause of your problem, but one thing
I noticed is that the line above should be replaced with the
output of the first line of "slurmd -C".
The