Skip to content

Commit b270dfb

Browse files
kcgthbthiell
authored andcommitted
Slurm bindings: fix issue where job ids were used instead of user names.
1 parent 168b8b6 commit b270dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/groups.conf.d/slurm.conf.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ cache_time: 60
3636
#
3737
[slurmuser,su]
3838
map: squeue -h -u $GROUP -o "%N" -t R
39-
list: squeue -h -o "%i" -t R
40-
reverse: squeue -h -w $NODE -o "%i"
39+
list: squeue -h -o "%u" -t R
40+
reverse: squeue -h -w $NODE -o "%u"
4141
cache_time: 60

0 commit comments

Comments
 (0)