This is the configuration file :
# slurm.conf file generated by configurator easy.html.
# Put this file on all nodes of your cluster.
# See the slurm.conf man page for more information.
#
SlurmctldHost=LAPTOP-KKM6C1SN
#
#MailProg=/bin/mail
MpiDefault=none
#MpiParams=ports=#-#
ProctrackType=proctra
On Saturday, 25 May 2019 11:40:26 PM PDT Benson Muite wrote:
> This has been a helpful thread. In addition to virtual machines,
> containers (such as Singularity) may be a possible way to setup your own
> SLURM installation.
I'd strongly recommend against that, if you want to be able to trial thi
On Sunday, 26 May 2019 6:01:01 AM PDT Priya Mishra wrote:
> slurmctld: error: _parse_next_key: Parsing error at unrecognized key:
> SlurmctldHost slurmctld: error: Parse error in file
> /etc/slurm-llnl/slurm.conf line 5: "SlurmctldHost=LAPTOP-KKM6C1SN"
> slurmctld: fatal: Unable to process configu
What operating system are you running?
Modern versions of systemd automatically put login sessions into their
own cgroup which are themselves in a "user" group.
When slurm is running parallel to this, it makes its own slurm cgroup.
It should be possible to have something at boot modify the systemd
I am using Ubuntu-18.04 on Windows Subsystem for Linux. I have installed
slurm using the ubuntu package (slurm-wlm). I get the the following error
while starting slurmctld /slurmd:
slurmctld: error: _parse_next_key: Parsing error at unrecognized key:
SlurmctldHost slurmctld: error: Parse error in
Installing slurm without root access is proving to be difficult. I will
explore the other options suggested in this thread.
Thanks,
Priya
>
>
>
Think of system administrators like grumpy bears in their caves.
They will growl at you and make fierce noises.
Btu bring them cookies and they will roll over and let their tummies be
tickled.
On Sun, 26 May 2019 at 05:25, Raymond Wan wrote:
>
>
> On 25/5/2019 7:37 PM, John Hearns wrote:
> > >
Priya, you could set up a cluster on Aamazon or another cloud for testing.
Please have a look at this
https://elasticluster.readthedocs.io/en/latest/
If you want to set up some virtual machines on your own laptop or server,
Google for vagrant slurm There are several vagrant recipes on the net.