[Mauiusers] segfault with QOS and slurm
Josh England
josh at tgsmc.com
Mon Mar 17 10:53:34 MDT 2008
Hi again,
I'm trying to use QOS features in maui (3.2.6p19) through slurm (1.2.24)
and ran into a problem: maui segfaults
I have a test QOS set up in maui like:
QOSCFG[hi] PRIORITY=100
I'm submitting jobs like:
srun -U qos-hi hostname
When I submit job 238, the last thing I see in the maui logs is this:
MJobSetCreds(238,root,root,)
That last (empty) parameter is supposed to be the account string
'qos-hi' but it is empty instead, probably leading to the segfault.
Running 'srun -U foo hostname' leads to the expected call:
MJobSetCreds(239,root,root,foo)
It looks like the qos account string is getting lost somewhere. Any
ideas?
-JE
More information about the mauiusers
mailing list