- 05 Oct, 2017 7 commits
-
-
Morris Jette authored
Coverity CID 44744
-
Morris Jette authored
Coverity CID 44732
-
Morris Jette authored
Coverity CID 45148
-
Morris Jette authored
Index is unsigned, but bounds can be signed Coverity CID 44945 and 44946
-
Tim Wickberg authored
Create a slurm_opt_t structure with the common elements from salloc and sbatch. Add salloc_opt_t, sbatch_opt_t and srun_opt_t with their individual elements, and add a pointer in slurm_opt_t to that respective struct when appropriate. Bug 3745.
-
Dominik Bartkiewicz authored
-
Dominik Bartkiewicz authored
-
- 04 Oct, 2017 8 commits
-
-
Morris Jette authored
-
Morris Jette authored
Pack jobs will never be scheduled in other configurations
-
Morris Jette authored
The functionality is now fully integrated into the main Slurm code.
-
Morris Jette authored
-
Morris Jette authored
burst_buffer/cray plugin modified to work with changes in Cray UP06 software release. Specific changes: Cray software now returns an error if a state_in or stage_out script is processed that doesn't actually request a stage in or out (previously silently ignored). Also the warning message about tearing down a buffer that is already gone changed.
-
Morris Jette authored
Original test would increase job time limit, which is not possible with a normal user
-
Danny Auble authored
-
Felip Moll authored
The combination of the first and second digits in the version designate the major release. The third digit in the version designates the micro release. minor release word is removed as being confusing and useless.
-
- 03 Oct, 2017 11 commits
-
-
Morris Jette authored
Coverity CID 45041
-
Morris Jette authored
Coverity CID 177770
-
Morris Jette authored
Need to resolve some build issues
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Sourav Chakraborty authored
-
Ben Matthews authored
-
Tim Wickberg authored
CID 177647.
-
Tim Wickberg authored
Also add missing break, CID 177648.
-
- 02 Oct, 2017 14 commits
-
-
Morris Jette authored
Coverity CID 177646
-
Morris Jette authored
-
Tim Wickberg authored
-
Morris Jette authored
Coverity CID 147132 & 147133
-
Morris Jette authored
Avoid possible sign extension error Coverity CID 45172
-
Morris Jette authored
For a pack job step, set SLURM_NODE_ALIASES appropriately (i.e. ordered) for use in a cloud or cloud bursting environment.
-
Morris Jette authored
Add new function job_alloc_info_ptr() that works like job_alloc_info() but takes job pointer. Set the alias information for all components of a pack job.
-
Danny Auble authored
-
Danny Auble authored
Bug 4156
-
Danny Auble authored
Bug 3467
-
Morris Jette authored
Fix for CLANG false positive
-
Morris Jette authored
Set "timeout" for possibly job launch delay Also don't log the output of "scontrol show config"
-
Morris Jette authored
Fix for typo in commit 97a33639 in globals_accounting test function
-
Tim Wickberg authored
User-submitted batch scripts cannot be safely escaped. This functionality will be replaced with a way to retrieve the script directly into a file for a given jobid. This also removes the 'script' command from scontrol's interactive cli mode.
-