[slurm-users] Stagein/Stageout

2018-01-05 Thread Andrew Melo
Hi all, Does SLURM support similar functionality to the PBS options #PBS -w stagein #PBS -w stageout Looking through the docs and even the qsub wrapper commands, I don't see an analogous way to implement the same with SLURM via sbatch. I see the documentation about burst buffers, but that

[slurm-users] slurmctld 17.11.2 :: fatal we have less TRES than should be here

2018-01-05 Thread Adrian Sevcenco
Hi! I just upgraded to 17.11.2 and when i try to start slurmctld i get this : slurmctld[12552]: fatal: You are running with a database but for some reason we have less TRES than should be here (4 < 5) and/or the "billing" TRES is missing. This should only happen if the database is down after

Re: [slurm-users] Limit number of CPU in a partition

2018-01-05 Thread Nicolò Parmiggiani
Hi, can someone help me? How can I limit the maximum number of CPUs that a partition can use. Thank You. 2018-01-02 18:28 GMT+01:00 Nicolò Parmiggiani : > I have only one server and two data analysis pipelines, one for standard > jobs and other one for high

Re: [slurm-users] how to disable --mem and --mem-per-cpu in srun, salloc and sbatch

2018-01-05 Thread Bjørn-Helge Mevik
I use the following test: if job_desc.pn_min_memory == slurm.NO_VAL64 then ... for testing that neither --mem nor --mem-per-cpu has been specified. It seems to work. (slurm 17.02.7) -- Regards, Bjørn-Helge Mevik, dr. scient, Department for Research Computing, University of Oslo

Re: [slurm-users] how to disable --mem and --mem-per-cpu in srun, salloc and sbatch

2018-01-05 Thread Marcus Wagner
Hi Ashlee, the min_mem_per_cpu parameter is in fact not nil. If it is not set by the user, the value is 9223372036854775806 Best Marcus On 01/05/2018 08:58 AM, Yinping Ma wrote: hello, shenglong wang Thanks for your relpy, I tried this before. I write  this in job_submit.lua:

Re: [slurm-users] how to disable --mem and --mem-per-cpu in srun, salloc and sbatch

2018-01-05 Thread Yinping Ma
hello, shenglong wang Thanks for your relpy, I tried this before. I write this in job_submit.lua: - function slurm_job_submit(job_desc, part_list, submit_uid) if job_desc.min_mem_per_cpu ~= nil