Re: [slurm-users] Assigning a QOS to a partition?

2019-01-30 Thread Miguel Gila
Hi Prentice, You could add something like this to your job_submit.lua QOS_DEBUG = ’system_debug' PARTITION_DEBUG= ‘debug' [...] function slurm_job_submit(job_desc, part_list, submit_uid) -- DEBUG/QOS ---

Re: [slurm-users] Slurm does not set CUDA_VISIBLE_DEVICES

2018-05-21 Thread Miguel Gila
Vova, Do you have --gres=gpu:0 on your job script? Is gres.conf properly configured? I think this is what sets the variable: https://github.com/SchedMD/slurm/blob/bcdd09d3386f4b4038ae9263b0e69d4d742988b2/src/plugins/gres/gpu/gres_gpu.c#L96 Cheers, Miguel > On 21 May 2018, at 08:28, Vladimir

Re: [slurm-users] Extreme long db upgrade 16.05.6 -> 17.11.3

2018-02-27 Thread Miguel Gila
Northern Arizona University 928-523-1167 On 2/23/18, 3:13 PM, "slurm-users on behalf of Chris Samuel" wrote: On Friday, 23 February 2018 8:04:50 PM AEDT Miguel Gila wrote: > Interestingly enough, a poor vmare VM (2CPUs, 3GB/RAM) with MariaDB

Re: [slurm-users] Extreme long db upgrade 16.05.6 -> 17.11.3

2018-02-23 Thread Miguel Gila
ill trying to figure why. CPU on the MySQL DB was nearly 80-90% busy all the time, no iowait. The "left outer join" query was the place where everything to stuck. In my eyes, all this doesn't make a lot of sense :-S Cheers, Miguel -- Miguel Gila CSCS Swiss National Superco

Re: [slurm-users] Slurm SPANK GPU Compute Mode plugin

2018-01-23 Thread Miguel Gila
Hi Kilian, a question on this: which version of Slurm/Lua are you running this against?? I don’t seem able to generate the RPM on 17.02.9/Lua 5.2 ; it throws similar errors to what I had seen earlier on the original files from Mark Grondo. > rpmbuild --define "_sysconfdir /etc/opt" --define "__

Re: [slurm-users] Slurm SPANK GPU Compute Mode plugin

2018-01-23 Thread Miguel Gila
Wow, this is great! It’s difficult to find SPANK plugins built in Lua, many thanks :-) M. > On 23 Jan 2018, at 07:38, Nadav Toledo wrote: > > Thank you for sharing > it's indeed of interest of others... > > On 23/01/2018 01:20, Kilian Cavalotti wrote: >> Hi all, >> >> We (Stanford Research C