- Aug 23, 2017
-
-
Tim Wickberg authored
This should only happen due to ESLURM_RESULT_TOO_LARGE, which leads to no list being packed. Follow on to 390da8cf / 8cf1835c. Bug 3624.
-
Danny Auble authored
launch_g_step_wait() function.
-
- Aug 22, 2017
-
-
Philip Kovacs authored
Bug 4094
-
Morris Jette authored
Coverity CID 166001
-
Morris Jette authored
Coverity CID 44725, 44726, 44747, 44728
-
Morris Jette authored
Coverity CID 44968
-
Morris Jette authored
Coverity CID 44810
-
Morris Jette authored
Coverity CID 53126
-
Morris Jette authored
Coverity CID 53127
-
Morris Jette authored
Coverity CID 44761
-
Morris Jette authored
Coverity CID 44696
-
Morris Jette authored
Coverity CID 44729
-
Morris Jette authored
Coverity CID 44700
-
- Aug 21, 2017
-
-
Alejandro Sanchez authored
The exit status value for these two fields was incorrectly saved as-is. The patch makes use of the appropiate macros to properly decode the low-order 8 bits of the exit status and the signal number (if any). bug 3942
-
Alejandro Sanchez authored
Given a configuration with TopologyParam including Dragonfly option, if a job requested --switches count, the count timeout specified by either the job request or max_switch_wait SchedulerParameters was not respected. This was due to leaf_switch_count variable not being incremented in _eval_nodes_dfly() function when needed, as we do in _eval_nodes_topo(), the later being a execution path which already succeed to wait for the switch count timeout. Bug 4056
-
- Aug 18, 2017
-
-
Brian Christiansen authored
-
Alejandro Sanchez authored
Add the following fields as environment variables: CLUSTER, DEPENDENCY, DERIVEDEC, EXITCODE, GROUPNAME, QOS, RESERVATION, USERNAME. LIMIT env variable value format (which means the TimeLimit of the job) has been modified to D-HH:MM:SS. Bug 3942
-
Morris Jette authored
Coverity CID 48914
-
- Aug 17, 2017
-
-
Morris Jette authored
Coverity CID 44649 Bug 4085
-
Morris Jette authored
Coverity CID 44678
-
Morris Jette authored
Coverity CID 44728
-
Morris Jette authored
Coverity CID 44732
-
- Aug 16, 2017
-
-
Morris Jette authored
Coverity CID 44778
-
Danny Auble authored
instead of local. Bug 3546
-
- Aug 15, 2017
-
-
Morris Jette authored
Coverity CID 44959
-
Morris Jette authored
Coverity CID 171461
-
Morris Jette authored
Coverity CID 44722
-
Morris Jette authored
This insures that the batch script can have appropriate environment variables set for all components (i.e. the node list, cpu count, etc. for all pack groups).
-
- Aug 14, 2017
-
-
Morris Jette authored
-
Danny Auble authored
This reverts commit 00a691b9.
-
Morris Jette authored
-
- Aug 11, 2017
-
-
Danny Auble authored
This will allow dell's custom syscfg to work correctly. NOTE: Dell calls flat memory just memory. Bug 4034
-
Danny Auble authored
No code change, just moving existing code into a switch ready to handle multiple options. Bug 4034
-
Danny Auble authored
Add SystemType to knl_generic.conf for knl_generic in preparations for making KNL work on a Dell system. Add SystemType to knl_generic.conf. This is used to distinguish differences in vendors such as 'Dell'. Bug 4034
-
Morris Jette authored
Properly set up debugger symbols if an srun command tries to launch multiple, different applications in different components of a heterogeneous job (i.e. a different application in each pack job component).
-
- Aug 10, 2017
-
-
Danny Auble authored
-
Morris Jette authored
-
- Aug 09, 2017
-
-
Morris Jette authored
This is needed to run a single MPI_COMM_WORLD spread across multiple job allocations. The work is incomplete, but well underway in this commit (much of the code in place, test suite runs sucessfully).
-
- Aug 08, 2017
-
-
Tim Wickberg authored
Otherwise the log will be spammed with "Buffer size limit exceeded". Bug 3624.
-
Tim Wickberg authored
Ensure proper termination in places that were otherwise missing it, and remove some awkward termination handling in other locations.
-