Re: [slurm-users] [EXT] Re: How to find core count per job per node

2019-10-21 Thread Ole Holm Nielsen
Hi Tom, I think that "pestat -j jobid" gives you the information you are asking for. If not, please copy your exact output and explain why this isn't what you need. Thanks, Ole On 21-10-2019 21:14, Tom Wurgler wrote: Well, not really what I needed after all. I have 24 core nodes. I submi

Re: [slurm-users] understanding resource reservations

2019-10-21 Thread Christopher Samuel
On 10/21/19 3:05 PM, c b wrote: 1) It looks like there's a way to create a daily recurring reservation by specifying "flags=daily" .  How would I make a regular reservation for weekdays only? flags=WEEKDAY Repeat the reservation at the same time on every weekday (Monday, Tuesday, Wedne

[slurm-users] understanding resource reservations

2019-10-21 Thread c b
Hi, I have a cluster where machines are used for both compute jobs and for interactive research by humans - we're resource constrained so getting machines dedicated to slurm is a tough task. What i'd like to do is, during normal weekday work hours, take some machines entirely out of the cluster,

Re: [slurm-users] How to find core count per job per node

2019-10-21 Thread Daniel Letai
I can't test this right now, but possibly squeue -j -O 'name,nodes,tres-per-node,sct' From squeue man page https://slurm.schedmd.com/squeue.html: sct     Number of requested sockets, cores, and threads (S:C:T) per node for the job. When (S:C:T

Re: [slurm-users] [EXT] Re: How to find core count per job per node

2019-10-21 Thread Tom Wurgler
Well, not really what I needed after all. I have 24 core nodes. I submit a 36 way job then do a pestat : pestat -j job1 Shows node1: 24 node2: 12 Now submit another 36 way job. It uses the other half of node2 and then also a node3 so pestat -j job1 node1: 24