Re: [slurm-users] [External] xalloc

2021-03-12 Thread Prentice Bisbal
What version of Slurm are you using? Xalloc shouldn't be needed. Just use the --x11 option to salloc: *--x11*[=] Sets up X11 forwarding on all, first or last node(s) of the allocation. This option is only enabled if Slurm was compiled with X11 support and PrologFlags=x11 is defined

Re: [slurm-users] [External] maxRSS and aveRSS

2021-03-12 Thread Prentice Bisbal
It sounds like your confusing job steps and tasks. For an MPI program, tasks and MPI ranks are the same thing. A slurm job has multiple steps. A single job step could have only 1 task, while another step in the same job can use 1,000 tasks.  When looking at the amount of memory for a job, the i

Re: [slurm-users] [External] About seff command

2021-03-12 Thread Prentice Bisbal
I think you're misinterpreting the code. I don't see in that code snippet where it says that the 'alloc_cpus' field is empty but there's a corresponding value in AllocCPU. They way I read it, it's saying that if  $job->{'alloc_cpus'} doesn't exist, than Slurm is configured to count CPUs as a T

Re: [slurm-users] [EXT] Re: [External] maxRSS and aveRSS

2021-03-12 Thread Prentice Bisbal
On 3/12/21 6:37 PM, Sean Crosby wrote: On Sat, 13 Mar 2021 at 08:48, Prentice Bisbal > wrote: * *UoM notice: *External email. Be cautious of links, attachments, or impersonation attempts * -

Re: [slurm-users] [EXT] Re: [External] maxRSS and aveRSS

2021-03-12 Thread Sean Crosby
On Sat, 13 Mar 2021 at 08:48, Prentice Bisbal wrote: > * UoM notice: External email. Be cautious of links, attachments, or > impersonation attempts * > -- > > It sounds like your confusing job steps and tasks. For an MPI program, > tasks and MPI ranks are the same thin

Re: [slurm-users] [External] Submitting to multiple paritions problem with gres specified

2021-03-12 Thread Prentice Bisbal
On 3/9/21 3:16 AM, Ward Poelmans wrote: Hi Prentice, On 8/03/2021 22:02, Prentice Bisbal wrote: I have a very hetergeneous cluster with several different generations of AMD and Intel processors, we use this method quite effectively. Could you elaborate a bit more and how you manage that? Do

Re: [slurm-users] slurm bank and sreport tres minute usage problem

2021-03-12 Thread Paul Raines
Very new to SLURM and have not used sreport before so I decided to try your searches myself to see what they do. I am running 20.11.3 and it seems to match the data for me for a very simple case I tested that I could "eyeball" Looking just at the day 2021-03-09 for user mu40 on account lcn # s

Re: [slurm-users] How can I get complete field values with without specify the length

2021-03-12 Thread Reuti
> Am 10.03.2021 um 16:29 schrieb Brian Andrus : > > Marcus is right here. Filtering the input so you don't have GIGO is on the > admin. > > There are too many different languages/characters to expect that to be > handled by slurm and would make it bulkier for most users with no benefit. Well

Re: [slurm-users] slurm_state

2021-03-12 Thread Loris Bennett
Hello Sebastian, sblock writes: > Hello, > > we had an outage of the cluster file system which also included the > slurm StateSaveLocation. Also slurm reported al jobs as orphan and then > setting the nodes DOWN because they were not responding. > After the file system was back user started to s

[slurm-users] slurm_state

2021-03-12 Thread sblock
Hello, we had an outage of the cluster file system which also included the slurm StateSaveLocation. Also slurm reported al jobs as orphan and then setting the nodes DOWN because they were not responding. After the file system was back user started to submit jobs, but the old queue was gone. Should