Re: [slurm-users] Complex resource requests for a single job

2018-07-25 Thread Jeff White
Sound like you want a heterogeneous job: https://slurm.schedmd.com/heterogeneous_jobs.html Jeff White On 07/24/2018 09:59 AM, Christopher W. Harrop wrote: Hi, I am sorry if this basic question has been asked before.  I’ve search the documentation and lists but can’t seem to find the answer

Re: [slurm-users] Creating priority quotas

2018-01-25 Thread Jeff White
If it is preemption here's how we do it: PreemptMode=REQUEUE PreemptType=preempt/partition_prio PartitionName=plebeians  Nodes=cn[1-35]  Priority=1000 Default=YES PartitionName=vips  Nodes=cn[1-35]  Priority=5000  Default=NO Jeff White HPC Systems Engineer - ITS Question about or help

Re: [slurm-users] detectCores() mess

2017-12-08 Thread Jeff White
pid 29247's current affinity list: 15,17,19,21 -- Jeff White HPC Systems Engineer - ITS Question about or help with Kamiak? Please submit a Service Request <https://hpc.wsu.edu/support/service-requests/>.

Re: [slurm-users] Remote submission hosts and security

2017-12-06 Thread Jeff White
On 12/06/2017 11:22 AM, Michael Jennings wrote: On Wednesday, 06 December 2017, at 08:23:10 (-0800), Jeff White wrote: A Web portal is exactly why I am doing this.  The remote server is a Web server running some software that expects to pass a script to sbatch directly.  So the SSH stuff you

Re: [slurm-users] Remote submission hosts and security

2017-12-06 Thread Jeff White
On 12/05/2017 02:50 PM, Benjamin Redling wrote: Am 05.12.2017 um 22:27 schrieb Jeff White: I have a need to allow a server which is outside of my cluster access to submit jobs to the cluster.  I can do that easily enough by handing my Slurm RPMs, config, and munge key to the owner of that

[slurm-users] Remote submission hosts and security

2017-12-05 Thread Jeff White
the owner of it can become root (or impersonate any user they wish) and gain full control of Slurm. Obviously that's not good. Are there any mechanisms for allowing a remote host to submit jobs but not have any administrative access to Slurm? -- Jeff White HPC Systems Engineer Question

[slurm-users] Get list of nodes and their status, one node per line, no duplicates

2017-11-08 Thread Jeff White
-- Jeff White HPC Systems Engineer - ITS Question about or help with Kamiak? Please submit a Service Request <https://hpc.wsu.edu/support/service-requests/>.