- 19 Aug, 2015 15 commits
-
-
Danny Auble authored
Remove duplicate should in configurator
-
David Bigagli authored
-
Jason Travis authored
-
Morris Jette authored
Add infrastructure for persistent burst buffer accounting. Treat them like an advanced reservation. Add association string to buffer record. Preserve state in emulation mode
-
Morris Jette authored
If an advanced reservation contains burst buffer space, store that information in the accounting database (previously was NULL).
-
Morris Jette authored
-
Morris Jette authored
Prevent duplicate buffer allocation for interactive jobs (salloc/srun).
-
Morris Jette authored
The files used by datawarp have been updated, this change to Slurm logic reflects this change in DataWarp.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- 18 Aug, 2015 18 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
and INFINITE instead of the current NO_VAL64 and INFINITE64
-
Danny Auble authored
-
Morris Jette authored
Prevent possible problem converting from double to uint32_t. Make sure that comparison of double to 1.0 when cast, does not become a uint32_t value of zero by doing the type cast before comparision
-
Morris Jette authored
Export DataWarp environment variables to the srun environment.
-
Morris Jette authored
This is a correction to 78c0bf9a which could result in divide by zero and slurmstepd abort. bug 1748
-
David Bigagli authored
nice.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
commit will make it limit
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
The burst_buffer/cray plugin sets some environment variables for use by the user. This adds those environment variables to the salloc command
-
Morris Jette authored
-
- 17 Aug, 2015 7 commits
-
-
Morris Jette authored
Conflicts: src/slurmctld/reservation.c
-
Morris Jette authored
-
Morris Jette authored
If an advanced reservation contains no nodes (e.g. licenses or burst buffers only), then avoid logic used to replace failed or failing nodes which would reference a node bitmap that is NULL, which would result in an abort
-
Morris Jette authored
Correct some logic for limit enforcement, including change for emulated Cray system and change some variable names for better clarity
-
Morris Jette authored
Added flag of EmulateCray and dw_wlm_cli script
-
Morris Jette authored
-
Morris Jette authored
-