- 13 Feb, 2017 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
- 11 Feb, 2017 3 commits
-
-
Brian Christiansen authored
In the scenario where a batch job is submitted from remote cluster and runs on another cluster, the cluster running the job doesn't need to send back it's contact information if the srun is coming from the same cluster.
-
Brian Christiansen authored
Missed in 9b5c97b9
-
Brian Christiansen authored
-
- 10 Feb, 2017 20 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Artem Polyakov authored
Ported from 7a4aa7f2.
-
Brian Christiansen authored
Continuation of: 49d756da
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
and make it so the slurmd formats it correctly when it comes in. Continuation of commit 7db90c8a
-
Danny Auble authored
This is needed to make it so we can run pmix with multi-slurmd.
-
Brian Christiansen authored
to slurm_allocation_lookup(). Previous commit removed unused slurm_allocation_lookup().
-
Brian Christiansen authored
Since it's not used and slurm_allocation_lookup_lite() is, we're going to rename slurm_allocation_allocation_lite() to slurm_allocation_allocation(). The rename is in the next commit.
-
Brian Christiansen authored
-
Brian Christiansen authored
Was sending the response_rec for every job on a normal cluster when it only needs to send when the allocation was from a different cluster.
-
Brian Christiansen authored
The response_cluster_rec was pointing to the conf's cluster_name which gets free'd and reallocated on a reconfig. So the cluster_name was pointing to garbage.
-
Alejandro Sanchez authored
Bug 3446
-
Morris Jette authored
bug 3446
-
Brian Christiansen authored
so that it will only run the tests if you have check.
-
Isaac Hartung authored
-
Isaac Hartung authored
-
Brian Christiansen authored
If size is 0, it will allocate 0 + 2. 2 for the magic and the size. But xmalloc will then retun the pointer pointing past the newly allocated memory (p[2]) which can cause a segfault.
-
- 09 Feb, 2017 15 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
burst_buffer/cray - Support default pool which is not the first pool reported by DataWarp and log in Slurm when pools that are added or removed from DataWarp. bug 3453
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Morris Jette authored
-
Morris Jette authored
-
Brian Christiansen authored
Refactor the loading in of plugins.
-
Brian Christiansen authored
Instead of creating static functions everytime.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
This reverts commit fd690a9c.
-
Danny Auble authored
-
Artem Polyakov authored
-