Browse Source

slurm: make default queue work for all users

slurm fails to pull the primary group from the ldap user integration and
therefore can not match on the gluster group.
main
Dustin Frisch 4 months ago
parent
commit
1a1f8ce41d
No known key found for this signature in database GPG Key ID: B4C3BF012D9B26BE
  1. 2
      shared/slurm.nix

2
shared/slurm.nix

@ -27,7 +27,7 @@ in
(attrValues nodes));
partitionName = [
"all Nodes=ALL AllowGroups=cluster Default=YES MaxTime=6:00:00 State=UP"
"all Nodes=ALL Default=YES MaxTime=6:00:00 State=UP"
"vip Nodes=ALL AllowGroups=vip Default=NO MaxTime=INFINITE State=UP"
];
};

Loading…
Cancel
Save