- 16 Dec, 2016 6 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Plugins are deprecated and will be removed in 17.02.
-
Tim Wickberg authored
-
Morris Jette authored
bug 2161
-
- 15 Dec, 2016 10 commits
-
-
Morris Jette authored
burst_buffer/cray - Remove leading zeros from node ID lists passed to dw_wlm_cli program. bug 3008
-
Danny Auble authored
version is lower than the min version, set it to the min. Bug 3050
-
Morris Jette authored
bug 1752
-
Nathan Yee authored
Identify command options that can only be used in interactive mode and not on the initial command line. bug 2069
-
Alejandro Sanchez authored
-
Morris Jette authored
-
Morris Jette authored
Address new coverity error report
-
Morris Jette authored
-
Morris Jette authored
sched/backfill - Fix logic to reserve resources for jobs that require a node reboot (i.e. to change KNL mode) in order to start. bug 3346
-
Danny Auble authored
go into JobAdminHeld. Bug 3201
-
- 14 Dec, 2016 6 commits
-
-
Morris Jette authored
Fix for possible infinite loop in select/cons_res plugin when trying to satisfy a job's ntasks_per_core or socket specification. bug 3329
-
Tim Wickberg authored
Bug 2992.
-
Morris Jette authored
-
Morris Jette authored
Modify regression test1.89 to avoid leaving vestigial job. Also reduce logging to reduce likelyhood of Expect buffer overflow. bug 3273
-
Morris Jette authored
node_features/knl_generic - Add capability to detected Uncorrectable Memory Errors (UME) and if detected then log the event in all job and step stderr with a message of the form: error: *** STEP 1.2 ON tux1 UNCORRECTABLE MEMORY ERROR AT 2016-12-14T09:09:37 *** bug 3341
-
Tim Wickberg authored
Line add in 167d9ef2 for no apparent reason.
-
- 13 Dec, 2016 5 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Tim Wickberg authored
Reverts most of commit 84023f27. Searching the PATH in slurmd can fail due to root_squash'd NFS filesystems, leading to the "wrong" program being launched. If you'd like the performance benefit from avoiding this lookup during each separate task launch, set SLURM_TEST_EXEC=1 instead which will perform the lookup once within srun, which then ensures the lookup happens under the users own environment and not that of the slurmd. Bug 2992.
-
Tim Wickberg authored
-
Morris Jette authored
-
- 12 Dec, 2016 11 commits
-
-
Alejandro Sanchez authored
-
Alejandro Sanchez authored
-
Morris Jette authored
If running burst_buffer/cray plugin on emulated Cray (NOT a real Cray system with Cray APIs) and the burst buffer state information includes information about buffers associated with jobs which are either completed or no longer exist (i.e. the burst buffer state information is old), then ignore that old state information. This might possibly be related to bug 3295 if their configuration is bad.
-
Tim Wickberg authored
Commented out in commit 1e593ebc.
-
Tim Wickberg authored
Commented out by commit 86beed44.
-
Tim Wickberg authored
Move two functions to static within print.c and slightly alter types to avoid casts with list_for_each calls. Also fixes leak of a ListIterator in print_steps_array().
-
Tim Wickberg authored
-
Tim Wickberg authored
Remove log_oom calls - xmalloc/xrealloc already do this for us and call abort(), so this is dead code. Fix a few function declaration formats while here.
-
Tim Wickberg authored
Covert bitstring.c to use it instead of BITSTR_SINGLE_FMT and BITSTRING_RANGE_FMT and remove those. Use within task/affinity as well so that builds with USE_64BIT_BITSTR enabled will pass.
-
Tim Wickberg authored
Missed the extra comma this introduces; looking at alternate approaches. This reverts commit 58cd45ae.
-
Tim Wickberg authored
Use within dist_tasks.c when printing a bitoff_t to fix compile with USE_64BIT_BITSTR enabled.
-
- 09 Dec, 2016 2 commits
-
-
Tim Wickberg authored
Would only print for affinity before. Change parse method to strstr() to no longer rely on specific position of plugin name in the config option. Bug 3294.
-
Danny Auble authored
level.
-