Re: [slurm-users] [EXT] rejecting jobs that exceed QOS limits

2021-05-28 Thread Sean Crosby
Hi Paul, Try sacctmgr modify qos gputest set flags=DenyOnLimit Sean From: slurm-users on behalf of Paul Raines Sent: Saturday, 29 May 2021 12:48 To: slurm-users@lists.schedmd.com Subject: [EXT] [slurm-users] rejecting jobs that exceed QOS limits External ema

[slurm-users] rejecting jobs that exceed QOS limits

2021-05-28 Thread Paul Raines
I want to dedicate one of our GPU servers for testing where users are only allowed to run 1 job at a time using 1 GPU and 8 cores of the server. So I put one server in a partition on its own and setup a QOS for it as follows: sacctmgr add qos gputest sacctmgr modify qos gputest set priority=

Re: [slurm-users] DMTCP or MANA with Slurm?

2021-05-28 Thread Christopher Samuel
On 5/27/21 12:26 pm, Prentice Bisbal wrote: Given the lack of traffic on the mailing list and lack of releases, I'm beginning to think that both of these project are all but abandoned. They're definitely actively working on it - I've given them a heads up on this to let them know how it's bei

[slurm-users] REST API

2021-05-28 Thread Hoot Thompson
I have the REST API basically working but I am having a problem with job submission syntax. The error I receive is ‘Unable to parse query”. I have followed the guides found on-line to no avail. Is there somewhere to look for what the issue may be?

[slurm-users] %x in job names

2021-05-28 Thread Bill Barth
We noticed today that a %x anywhere in a job name like #SBATCH -J abcdefghijklmnopqrstuvw%xyz Etc. will send scontrol (and maybe other %x-respecting programs) into an infinite loop. We had a user cron launching 'scontrol show job ##' regularly on a system and it was just going off the rail

Re: [slurm-users] Parent accounts

2021-05-28 Thread Ole Holm Nielsen
Hi Stefan, On 5/28/21 3:31 PM, Stefan Staeglich wrote: for our monitoring system I want to query the account hierarchy. Is there a better approach than to parse the output of sacctmgr list account withasso -nP One approach is to use the Slurm sreport tool which displays the account hierarchy

[slurm-users] Parent accounts

2021-05-28 Thread Stefan Staeglich
Hi, for our monitoring system I want to query the account hierarchy. Is there a better approach than to parse the output of sacctmgr list account withasso -nP ? Something like sacctmgr list account parent=bla withasso -nP doesn't work. Best, Stefan -- Stefan Stäglich, Universität Freiburg

Re: [slurm-users] Building SLURM with X11 support

2021-05-28 Thread Marcus Boden
I have the same in our config.log and the x11 forwarding works fine. No other lines around it (about some failing checks or something), just this: [...] configure:22134: WARNING: unable to locate rrdtool installation configure:22176: support for ucx disabled configure:22296: checking whether Slu

[slurm-users] get job status of completed & cleared jobs from rest interface

2021-05-28 Thread Simone Riggi
Dear all, I am writing to ask you a question. Is it possible to retrieve the status of cleared jobs (e.g. after completed with either success or failed) from the Slurm rest interface ? When a job (job id=131 in the example below) is cleared, the rest interface returns this after some time after c

Re: [slurm-users] Building SLURM with X11 support

2021-05-28 Thread Bjørn-Helge Mevik
Thekla Loizou writes: > Also, when compiling SLURM in the config.log I get: > > configure:22291: checking whether Slurm internal X11 support is enabled > configure:22306: result: > > The result is empty. I read that X11 is build by default so I don't > expect a special flag to be given during com