[slurm-dev] Re: Slurm configuration problem --Age factor not working @ all

2013-11-11 Thread yogendra.sharma1
Hi All, Plz help me with below issue. Is this a bug in slurm-2.6.2 because of which age factor is not contributing to job priority even little. We have set up everything fine (we believe). -- Regards, Yogendra From: Yogendra Kumar Sharma (WI01 - GIS -

[slurm-dev] Re: Different behavior with QoS

2013-11-11 Thread Moe Jette
Try --qos, not -q Quoting Ulf Markwardt : Dear list, how can the QoS possibly influence the output of a job? I see this: tauruslogin1:/home/mark > srun -qos=long --pty bash srun: error: --output incompatible with --pty option and without QoS: tauruslogin1:/home/mark > srun --pty bash taur

[slurm-dev] Different behavior with QoS

2013-11-11 Thread Ulf Markwardt
Dear list, how can the QoS possibly influence the output of a job? I see this: tauruslogin1:/home/mark > srun -qos=long --pty bash srun: error: --output incompatible with --pty option and without QoS: tauruslogin1:/home/mark > srun --pty bash taurusi3001:/home/mark > My qos definition (just

[slurm-dev] Re: Oversubscription of GPU resources

2013-11-11 Thread Ulf Markwardt
Did you also change the count in slurm.conf? No :-) But when I do it, I can oversubscribe. Thank you! Ulf -- ___ Dr. Ulf Markwardt Technische Universität Dresden Center for Information Services and High Performance Computing (Z

[slurm-dev] Re: Oversubscription of GPU resources

2013-11-11 Thread Morris Jette
Did you also change the count in slurm.conf? Ulf Markwardt wrote: >Dear Moe, > >> You would need to configure the GPU(s) multiple times in slurm.conf >and >> gres.conf, but duplicate the name in the gres.conf "File" option like >this: >> >> # Configure GPU zero to be allocated twice >> Name=gpu F

[slurm-dev] Re: Oversubscription of GPU resources

2013-11-11 Thread Ulf Markwardt
Dear Moe, You would need to configure the GPU(s) multiple times in slurm.conf and gres.conf, but duplicate the name in the gres.conf "File" option like this: # Configure GPU zero to be allocated twice Name=gpu File=/dev/nvidia0 Name=gpu File=/dev/nvidia0 I have changed gres.conf on one GPU no

[slurm-dev] Typo in sched/builtin.c

2013-11-11 Thread Leith Bade
Hi, I have started examining how the scheduler plugin system works and noticed that src/sched/builtin.c on Git has: * builtin.h - header for simple builtin scheduler plugin. Should be: * builtin.c - simple builtin scheduler plugin. Thanks, Leith Bade leith.b...@anu.edu.au

[slurm-dev] Re: Slurm configuration problem --Age factor not working @ all

2013-11-11 Thread yogendra.sharma1
Dear Carles, Please find attachement of slurm.conf. PriorityMaxAge=10 is already set. Pls let me know if I am missing any other thing. Regards, Yogendra From: Carlos Fenoy [mini...@gmail.com] Sent: Monday, November 11, 2013 3:52 PM To: slurm-dev Cc: Pa

[slurm-dev] Re: Slurm configuration problem --Age factor not working @ all

2013-11-11 Thread Carlos Fenoy
Dear Yogendra, It seems you are missing the PriorityMaxAge parameter. Set it and the Age parameter should start working. Regards, Carles Fenoy On Mon, Nov 11, 2013 at 11:04 AM, wrote: > Hi Team > > > > > > We have enabled mutlifactor priority (PrirityWeightAge & PriorityJobSize) > but Pririt

[slurm-dev] Slurm configuration problem --Age factor not working @ all

2013-11-11 Thread yogendra.sharma1
Hi Team We have enabled mutlifactor priority (PrirityWeightAge & PriorityJobSize) but PrirityWeightAge is not working, our jobs are always scheduled based on Jobsize, when we see sprio -l it always show job age = 0. Below are the priorities which we have configured and we are using slurm 2.