thx your tip Lachlan. -----Original Message----- From: "Lachlan Musicman"<[email protected]> To: "slurm-dev"<[email protected]>; Cc: Sent: 2017-07-28 (금) 14:47:59 Subject: [slurm-dev] Re: Why my slurm is running on only one node?
On 28 July 2017 at 14:30, 허웅 <[email protected]> wrote: I modified my slurm.conf like : NodeName=GO[1-5] PartitionName=party Default=yes Nodes=GO[1-5] and I restarted slurmctld and slurmd services. [root@GO1]~# systemctl start slurmctld [root@GO1]~# systemctl status slurmctld ● slurmctld.service - Slurm controller daemon Loaded: loaded (/etc/systemd/system/slurmctld.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since 금 2017-07-28 13:26:27 KST; 1s ago Process: 19583 ExecStart=/usr/sbin/slurmctld (code=exited, status=0/SUCCESS) Main PID: 19586 (code=exited, status=1/FAILURE) Big off topic tip: Here's a great "update slurm.conf" workflow: 1. Copy new slurm.conf to all nodes 2. Restart slurmctld on head node like this: systemctl restart slurmctrld 3. Still on head node, bump slurmd on all other nodes: scontrol reconfigure Cheers L.
