- Jan 20, 2016
-
-
Morris Jette authored
This corrects logic from commit e5a61746 that could result in use of NULL pointer
-
Morris Jette authored
It was previously triggered by executing "scontrol reconfig" on a front-end system while there was a job in completing state.
-
Morris Jette authored
The counter is really intended to reflect the count of running or suspended jobs rather than running jobs alone. Previous logic would report an underflow for the "job_cnt_run" variable if 1. job submitted 2. job suspended 3. scontrol reconfig 4. job cancelled
-
- Dec 19, 2015
-
-
jette authored
No change in logic
-
- Nov 11, 2015
-
-
Morris Jette authored
Support taking node out of FUTURE state with "scontrol reconfig" command. Previous logic would keep node in FUTURE state if that was the original configuration when slurmctld started. If job was running on the node, it will stay running, but the node make not be visible.
-
- Aug 27, 2015
-
-
Brian Christiansen authored
-
- Aug 26, 2015
-
-
Danny Auble authored
accounting correctly to avoid meaningless errors about overflow.
-
- Aug 19, 2015
-
-
Brian Christiansen authored
-
Brian Christiansen authored
-
- Aug 15, 2015
-
-
Danny Auble authored
and a node is older it will stop communicating completely.
-
- Aug 14, 2015
-
-
Brian Christiansen authored
-
Brian Christiansen authored
-
- Aug 13, 2015
-
-
Brian Christiansen authored
-
- Aug 12, 2015
-
-
Brian Christiansen authored
-
Brian Christiansen authored
And various changes/updates.
-
Ryan Cox authored
-
Danny Auble authored
-
- Aug 11, 2015
-
-
Danny Auble authored
This can (hopefully) be used as an example when adding new TRES in the future.
-
- Aug 08, 2015
-
-
Danny Auble authored
and call it when the job state is read instead of in the middle of a reconfig which may be too late as the priority plugin needs the arrays set up when _sync_nodes_to_comp_job is called in slurmctld/read_config.c
-
- Aug 07, 2015
-
-
Danny Auble authored
-
- Jul 28, 2015
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
or not.
-
Danny Auble authored
-
- Jul 27, 2015
-
-
Danny Auble authored
tracked tres info since we want to keep tabs on everything whether we track it or not just incase we start to.
-
- Jul 24, 2015
-
-
Danny Auble authored
-
- Jul 23, 2015
-
-
Danny Auble authored
-
Danny Auble authored
changes.
-
- Jul 11, 2015
-
-
Nathan Yee authored
Replace logic of this form: if (x) { list_destroy(x); x = NULL; } with the simpler FREE_NULL_LIST(x) bug 1785
-
- Jun 12, 2015
-
-
Brian Christiansen authored
Bug 1743
-
Brian Christiansen authored
Bug 1743
-
- May 21, 2015
-
-
David Bigagli authored
-
- May 13, 2015
-
-
Brian Christiansen authored
-
- May 07, 2015
-
-
Danny Auble authored
-
- May 06, 2015
-
-
Danny Auble authored
utilization.
-
- Apr 24, 2015
-
-
Brian Christiansen authored
-
- Apr 16, 2015
-
-
Brian Christiansen authored
If a job had a reservation, it would try to find the reservation before the resv_list was populated.
-
- Apr 01, 2015
-
-
Matthieu Hautreux authored
it does not provide any information and make things longer than necessary.
-
Matthieu Hautreux authored
Add a stage 1.1 in the loading of the layouts in order to recover the updated entities prior to building the relationships among them (stage 2) using the states saved in Slurm state save location for the layouts to load. Information concerning the relations among entities provided by the 'Enclosed' conf pragma are not taken into account for now when reading from layouts state files. No layout plugins callbacks are called when doing that for now.
-
- Mar 18, 2015
-
-
jette authored
Add the ability for a compute node to be allocated to multiple jobs, but restricted to a single user. Added "--exclusive=user" option to salloc, sbatch and srun commands. Added "owner" field to node record, visible using the scontrol and sview commands. Added new partition configuration parameter "ExclusiveUser=yes|no". Add "Shared=user" job state information.
-