- 13 Apr, 2017 29 commits
-
-
Danny Auble authored
We can used the authorized key else.
-
Danny Auble authored
-
Danny Auble authored
but don't give them admin privileges.
-
Tim Wickberg authored
-
Brian Christiansen authored
Add missing --local option Add note about -M implying --local.
-
Brian Christiansen authored
-
Brian Christiansen authored
environment variable and indentation.
-
Brian Christiansen authored
They could either be running on another cluster or not active on the cluster.
-
Brian Christiansen authored
-
Brian Christiansen authored
Continuation of 3a9970c0
-
Morris Jette authored
-
Morris Jette authored
If a task in a parallel job fails and it was launched with the --kill-on-bad-exit option then terminated the remaining tasks using the SIGCONT, SIGTERM and SIGKILL signals rather than just sending SIGKILL.
-
Morris Jette authored
Sinfo command with support for federated clusters
-
Brian Christiansen authored
-
Brian Christiansen authored
The job was completing before the test could find that the job was running. The script was running for 10 seconds and wait_for_fed_job can back off and check only every 10 seconds.
-
Brian Christiansen authored
Can't use the revoked state to determine if the job is pending or not since an origin job could be revoked if it doesn't have an active job on itself.
-
Brian Christiansen authored
-
Morris Jette authored
Coverity CID 45347
-
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 4 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.
-