[slurm-dev] Re: Prolog script (maybe) question?

2016-09-15 Thread Bjørn-Helge Mevik
To me, this sounds like a job for a job submit plugin, for instance job_submit.lua. That way you could reject the job before it gets submitted into the queue. -- Regards, Bjørn-Helge Mevik, dr. scient, Department for Research Computing, University of Oslo

[slurm-dev] slurm-dev problem with new parameter in slurm.conf

2016-09-15 Thread Marco D'Amico
Hi, I am trying to add a new parameter in slurm.conf in the partition part of the script, so I edited all structures and functions in order to work with it. When slurm daemons read the slurm.conf I have no parsing problems and it looks everything is going fine, but then when the application is laun

[slurm-dev] Zero not allowed in reservation for number of licenses

2016-09-15 Thread Loris Bennett
Hi, If I try to set the number of licenses in a reservation to zero thus: /usr/bin/scontrol update reservationname=licenses_matlab licenses=matlab_MATLAB:0 I get the following: Error updating the reservation: Invalid license specification In my case it is not such a problem, as I am gen

[slurm-dev] Re: Prolog script (maybe) question?

2016-09-15 Thread John DeSantis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ryan, As Bjørn mentioned, it's probably best to use the job submit plugin. However, we did at one time use a prolog script to track users of a software suite. In a nutshell, the script looked like this: > export PATH=/bin:/sbin:/usr/sbin:/usr/bin

[slurm-dev] Re: Want to contribute, where should I start?

2016-09-15 Thread Andy Riebs
[I don't know what happened to the formatting on the first version of this response, I hope this comes out better!] The following note is what I offer as guidance for anyone trying to get a start in FOSS development: From

[slurm-dev] Re: slurm-dev problem with new parameter in slurm.conf

2016-09-15 Thread Marco D'Amico
Same problem also as a normal slurm.conf parameter, and also changing slurm version (from 15.08.10 to 16.05.4) Marco Il giorno gio 15 set 2016 alle ore 12:45 Marco D'Amico < marco.damic...@gmail.com> ha scritto: > Hi, > I am trying to add a new parameter in slurm.conf in the partition part of >

[slurm-dev] Slurm users worried about Slurm error message "slurmstepd: error: get_exit_code task 0 died by signal"

2016-09-15 Thread Lennart Karlsson
Hi Slurm admins, I am running version 16.05.4. Users are worried about the message mentioned above. Should I also be worried? In slurmd.log I can read a corresponding message: error: get_exit_code task 0 died by signal The jobs have no complications like srun calls and end with jobstate=COMP

[slurm-dev] Re: Preemption, signals and Gracetime

2016-09-15 Thread Near-Ansari, Naveed
My reading of it is that this was added in Slurm 14.11.0pre1 and I don’t see any changes to it later, though I could have missed it: -- Sent SIGCONT/SIGTERM when a job is selected for preemption with GraceTime configured rather than waiting for GraceTime to be reached before notifying the

[slurm-dev] Re: slurm-dev problem with new parameter in slurm.conf

2016-09-15 Thread Sergio Iserte
Marco, could you check that files src/slurm/slurm.h.in and src/slurm/slurm.h have the parameter? I'm not sure, I'm just speculating..., but the second file is autogenerated when configuring. Sergio. 2016-09-15 17:59 GMT+02:00 Marco D'Amico : > Same problem also as a normal slurm.conf paramete