- Feb 24, 2016
-
-
Danny Auble authored
erroneously.
-
Morris Jette authored
Failure has never been observed, but initialize the used variable before calling the function so we don't re-use old data if the function returns an error.
-
Morris Jette authored
Rename an improperly named variable in the logic scontrol uses to print node information ("total_used" was really "idle_cpus"), so the logic looks the same as that used in sinfo to determine node state.
-
Morris Jette authored
Include warning for Cray simulation as reminder for developers to change code as needed.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- Feb 23, 2016
-
-
Morris Jette authored
-
Danny Auble authored
This whole process could probably be done better by keeping track of old values and new values and only calling one function instead of a pre and post function, but that can probably wait for future generations of the code as it works now and is probably adequate for the time being. Bug 2352
-
- Feb 19, 2016
-
-
Tim Wickberg authored
-
Gennaro Oliva authored
Consistantly use American English for existant -> existent assocation -> association Correct some typos, and one grammatical mistake.
-
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
-