- Feb 19, 2016
-
-
Morris Jette authored
BurstBuffer/cray - Defer job cancellation or time limit while "pre-run" operation in progress to avoid inconsistent state due to multiple calls to job termination functions. bug 2454
-
Tim Wickberg authored
Otherwise call fclose(NULL) iff the ClusterName is not set and the clustername file does not exist. Should not happen in production. Coverity #67041.
-
Morris Jette authored
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
-
- Feb 18, 2016
-
-
Danny Auble authored
-
Danny Auble authored
a new account and making it a default all at once. Bug 2428
-
Alejandro Sanchez authored
Match acct_gather_energy/rapl plugin. Bug 2397.
-
Tim Wickberg authored
Control whether the scheduler will continue to try to run jobs in a partition if a higher priority job is stuck due to an association limit. Can cause starvation for larger jobs, but will improve throughput and utilization for systems that have extensively divvyed up their resources through association/QOS limits. Bug 2388 and 2452.
-
Danny Auble authored
Bug 2453
-
Morris Jette authored
This should have no effect, but is a belt-and-suspenders approach to checking node state.
-
Jeff White authored
-
Tim Wickberg authored
have been selected set the time limit appropriately if the job didn't request one. If the partition has no DefaultTime setting, and no time_limit was given for the job, job_ptr->time_limit == NO_VAL. With AccountingStorageEnforce=safe this will prevent jobs from ever starting if the association has any limit set for CPUMins. (NO_VAL * cpus is a very large number, but if no time_limit is given anywhere that is what they get :)) Bug 2388.
-
Danny Auble authored
-
- Feb 17, 2016
-
-
Danny Auble authored
-
Danny Auble authored
a parsing option. Dynamically set columns widths based on largest number in column.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- Feb 16, 2016
-
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
accounting.
-
Danny Auble authored
AccountUtilizationByUser report a parent could potentially (correctly) be larger than the sum of it's children because of the way accounting for reservations work.
-
Danny Auble authored
was given with just an =, i.e. users= without specifying any users after the =.
-
Danny Auble authored
-
Danny Auble authored
period. This would only hit you if you rerolled a 15.08 prior to this commit.
-
Tim Wickberg authored
Don't expand on the format or arguments, these have changed in 16.05 already and may vary further with BB/generic support.
-
Alejandro Sanchez authored
-
- Feb 13, 2016
-
-
Morris Jette authored
These are very unlikely to ever occur, but this helps harden the code.
-
- Feb 12, 2016
-
-
Tim Wickberg authored
Compare the saved clustername to slurmctld's, if there's a mismatch prevent slurmctld from starting to avoid corruption from separate clusters attempting to share a single state directory. Bug 2433.
-
- Feb 11, 2016
-
-
Tim Wickberg authored
Non-GLIBC LIBC's are strict about when these functions are visible.
-
- Feb 10, 2016
-
-
Brian Christiansen authored
Bug 2427 Reproduced with: sacctmgr show user withassoc user= user=<username>
-
Morris Jette authored
-
Morris Jette authored
Add new PowerParameters options of get_timeout and set_timeout. The default set_timeout was increased from 5 seconds to 30 seconds. Also re-read current power caps periodically or after any failed "set" operation. bug 2332
-
Tim Wickberg authored
Build should work on non-glibc distributions by better POSIX conformance.
-
Tim Wickberg authored
-
Tim Wickberg authored
Already had a mix of both standards, so no net change to build.
-
Tim Wickberg authored
Had already fixed this in FreeBSD build, so move that outside the #ifdef
-
Yu Watanabe authored
-