- 13 Apr, 2017 11 commits
-
-
Morris Jette authored
Coverity CID 45345 and 45346
-
Morris Jette authored
Coverity CID 45342
-
Morris Jette authored
Coverity CID 45340
-
Morris Jette authored
Coverity CID 45341
-
Morris Jette authored
Avoid comparision between double and int Coverity CID 45336
-
Morris Jette authored
Coverity CID 44687
-
Morris Jette authored
This eliminates comparing a double with an integer Coverity CID 45337
-
Morris Jette authored
Coverity CID 44872
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Add slurm_load_partitions2() function to route RPC to specific cluster Add slurm_load_node2() and slurm_load_node_single2() functions to route requests to specific cluster in a federation Modify srun to get node/partition information for each cluster in a federation at the same time using separate pthreads Add sinfo sort by cluster name (--sort V)
-
- 12 Apr, 2017 7 commits
-
-
Brian Christiansen authored
Updating after changes to show partition name.
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Morris Jette authored
-
Morris Jette authored
Refactor the functions used to load state information. Reservation and BG block information will be local only.
-
Morris Jette authored
Add --local option Add %V/%cluster format option to print cluster name
-
Morris Jette authored
-
- 11 Apr, 2017 8 commits
-
-
Brian Christiansen authored
If there were no clusters in the system then the dbd would insert a row in the database and then on the next time the dbd would start (with no clusters) it would attempt to insert the row again and fatal. Now it always makes a query against the database and if there are no clusters in the system, then it inserts the current db version into the table.
-
Morris Jette authored
Without this test the macro _entity_update_kv_helper() will use a NULL value for oldvalue and abort Coverity CID 44965
-
Morris Jette authored
Treat the same as having the --local option and only get information from the identified cluster. If sprio --cluster option is set, then implicitly set --local
-
Morris Jette authored
Fix the sprio API so that jobs that are on remote federations only and in multiple partitions do not remove all but one partition's record. Use a hash function to turn the partition name into a number and insure that every unique job ID & partition name are reported by sprio.
-
Morris Jette authored
See Coverity CID 56711
-
Morris Jette authored
If sysconf() fails, it returns -1, which was not being handled properly. Coverity CID 59941
-
Morris Jette authored
-
Morris Jette authored
The sort list function was flawed and there was a bug in the job priority API used by sprio
-
- 10 Apr, 2017 5 commits
-
-
Morris Jette authored
Add sprio --local and --sibling options for use in federation of clusters.
-
Morris Jette authored
-
Morris Jette authored
Move the function to get job priorities from src/sprio to src/api so that we can handle the threading required for federated clusters in a common location in the event this logic is used from other places in the future (e.g. sview). No fundamental change in logic. The logic and definitions were just moved.
-
Morris Jette authored
-
Morris Jette authored
Add sprio -p/--partition option to filter jobs by partition name. Add partition name to job priority factor response message.
-
- 08 Apr, 2017 1 commit
-
-
Morris Jette authored
Modify backfill logic so that bf_max_job_user, bf_max_job_part and bf_max_job_user_part options can all be used independently of each other.
-
- 07 Apr, 2017 1 commit
-
-
Morris Jette authored
Add SchedulerParameters option of bf_max_job_user_part to specifiy the maximum number of jobs per user for any single partition. This differs from bf_max_job_user in that a separate counter is applied to each partition rather than having a single counter per user applied to all partitions.
-
- 06 Apr, 2017 7 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
The problem will be solved by using per-partition QOS and setting MaxJobPer[User|Account] on that QOS. bug 3668
-
Danny Auble authored
This was a regression in commit 1967d512.
-
Danny Auble authored
-
Morris Jette authored
Bug 3650
-