- 22 Jul, 2011 17 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
BlueGene: Permit users to specify a separate connection type for each dimension (e.g. "--conn-type=torus,mesh,torus").
-
Morris Jette authored
-
Morris Jette authored
If the user does not set the job name for srun, then set its name to the executable files name rather than having it always be "runjob".
-
Morris Jette authored
When reading an old state file, if the old coordinates would be out of bounds in the new array, return a NULL pointer rather than going off the end of the array and getting a segv.
-
Morris Jette authored
If unpacking BGQ state information and a bad coordinate is read, then return a NULL pointer rather than going off the end of an array and causing an invalid memory error.
-
Morris Jette authored
The latest version of man2html used to make web pages from man pages produces slightly different output. This patch from Rod Schultz (Bull) will work with the latest version of man2html plus older versions.
-
Morris Jette authored
This reverts commit 48f468ea7136d27bee8c598eb58c0390be7f9ca8.
-
Morris Jette authored
Different versions of man2html generated slightly different output. This change supports both known varieties of output.
-
Morris Jette authored
On Cray systems with the srun2aprun wrapper, build an srun man page that describes which options are available with the wrapper.
-
- 21 Jul, 2011 2 commits
-
-
Morris Jette authored
I've found a minor problem in the script that converts man pages into html. The current script produces two incorrect links on every html man page. Patch from Rod Schultz, Bull.
-
Morris Jette authored
Restore node configuration information (CPUs, memory, etc.) for powered down when slurmctld daemon restarts rather than waiting for the node to be restored to service and getting the information from the node (NOTE: Only relevent if FastSchedule=0).
-
- 20 Jul, 2011 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
Fix bug in select/cons_res task distribution logic when tasks-per-node=0. Eliminates misleading slurmctld message "error: cons_res: _compute_c_b_task_dist oversubscribe." This problem was introduced in SLURM version 2.2.5 in order to fix a task distribution problem when cpus_per_task=0. Patch from Rod Schultz, Bull.
-
Morris Jette authored
This fixes a possible race condition when running test15.5 depending which message arrives first at shutdown.
-
- 19 Jul, 2011 4 commits
-
-
Morris Jette authored
In the srun/aprun wrapper man page, clarify how conflicing command line options for --alps and native srun options are handled.
-
Morris Jette authored
Improve documentation with respect to preemption rules, namely PreemptMode=suspend is incompatible with PreemptType=preempt/qos. Patch from Bill Brophy, Bull.
-
Danny Auble authored
-
Danny Auble authored
using gang scheduling to finish. Before the pending jobs would fail waiting for all other time slicing jobs to finish.
-
- 18 Jul, 2011 14 commits
-
-
Danny Auble authored
common .la for the block allocator
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
in the block allocator
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
common location
-
Danny Auble authored
-
Danny Auble authored
block allocator in the bluegene plugin
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
srun wrapper for srun not getting all arguments when job allocation did not exist at execution time.
-