[slurm-users] spart: A user-oriented partition info command for slurm

2019-03-27 Thread mercan
Hi; Except sjstat script, Slurm does not contains a command to show user-oriented partition info. I wrote a command. I hope you will find it useful. https://github.com/mercanca/spart Regards, Ahmet M.

Re: [slurm-users] spart: A user-oriented partition info command for slurm

2019-03-27 Thread Ole Holm Nielsen
Hi Ahmet, On 3/27/19 10:51 AM, mercan wrote: Except sjstat script, Slurm does not contains a command to show user-oriented partition info. I wrote a command. I hope you will find it useful. https://github.com/mercanca/spart Thanks for a very useful new Slurm command! /Ole

Re: [slurm-users] spart: A user-oriented partition info command for slurm

2019-03-28 Thread Jeffrey Frey
Just FYI, there's one minor issue with spart: for pending jobs, the "partition" parameter can be a comma-separated list of partitions and not just a single partition name If the job can use more than one partition, specify their names in a comma separate list and the one offering earliest

Re: [slurm-users] spart: A user-oriented partition info command for slurm

2019-04-02 Thread mercan
Hi; The multi partition bug was fixed. Data collection and output parts of the code are now separated. This release is tagged as v0.1. If you tried the spart command, I would be grateful if you send me the output of  the "./spart -m" command in your cluster, so  I can see how it works in dif

Re: [slurm-users] spart: A user-oriented partition info command for slurm

2019-05-03 Thread Kilian Cavalotti
Hi Ahmet, Very useful tool for us, we've adopted it! https://news.sherlock.stanford.edu/posts/a-better-view-at-sherlock-s-resources Thank you very much for writing it. Cheers, -- Kilian On Wed, Mar 27, 2019, 02:53 mercan wrote: > Hi; > > Except sjstat script, Slurm does not contains a comman