- 03 Mar, 2011 3 commits
- 02 Mar, 2011 6 commits
-
-
Moe Jette authored
-
Don Lipari authored
-
Moe Jette authored
-
Danny Auble authored
BLUEGENE - If using OVERLAP mode fixed issue with jobs getting denied at submit if the only option for their job was overlapping a block in error state.
-
Moe Jette authored
the slurmd daemon(s). This insures that tasks in the process of getting spawned are killed.
-
Danny Auble authored
-
- 01 Mar, 2011 5 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Moe Jette authored
having a job start that runs into the reservation when later advanced.
-
- 28 Feb, 2011 1 commit
-
-
Moe Jette authored
and explain the change in job allocation man pages
-
- 26 Feb, 2011 1 commit
-
-
Don Lipari authored
sockets option" behavior.
-
- 25 Feb, 2011 2 commits
-
-
Don Lipari authored
affinity with plane distribution" bug.
-
Don Lipari authored
Gerrit Renker: I found an easier test: after making sure that stdin is not redirected, check whether there is a non-negative terminal process group (it is -1 if there is no controlling terminal). Also, I think that the heuristic "only interactive if from login shell" is needlessly complicated/obscure. Most (if not all) shells that support job control place processes in their own process group (pid == pgrp): it now uses this as indicator of interactive mode. The following tests now pass: salloc & # from login shell and from nested shell salloc --no-shell& # ok salloc /bin/date& # wants to be placed into the foreground salloc /bin/date </dev/null & # ok setsid salloc # complains there is no controlling terminal setsid salloc --no-shell& # ok
-
- 24 Feb, 2011 1 commit
-
-
Moe Jette authored
or resumed when appropriate.
-
- 23 Feb, 2011 12 commits
-
-
Moe Jette authored
("setsid salloc ..." is disabled). Patch from Gerrit Renker, CSCS.
-
Moe Jette authored
foreground. Patch from Gerrit Renker, CSCS. a) salloc is not run in allocation-only (--no-shell) mode, b) stdin is from a terminal (tcgetattr does not return ENOTTY), c) salloc has been invoked from a login shell (not a nested one), d) salloc has been configured at compile-time to support background execution and is not currently in the background process group.
-
Danny Auble authored
-
Moe Jette authored
-
Danny Auble authored
Fix for handling job names with a "'" in the name within MySQL accounting. Patch from Gerrit Renker, CSCS.
-
Moe Jette authored
associated with a given NodeHostName when running multiple slurmd daemons per compute node (typically used for testing purposes). Patch from Matthieu Hautreux, CEA.
-
Moe Jette authored
MessageTimeout configuration parameter rather than always 3 seconds. Patch from Matthieu Hautreux, CEA.
-
Moe Jette authored
-
Moe Jette authored
Bjorn-Helge Mevik, University of Oslo.
-
Moe Jette authored
effect was minimal.
-
Moe Jette authored
-
Moe Jette authored
-
- 19 Feb, 2011 1 commit
-
-
Don Lipari authored
block second distribution and cpus-per-task > 1" bug.
-
- 18 Feb, 2011 2 commits
-
-
Don Lipari authored
-
Moe Jette authored
sbatch man pages
-
- 17 Feb, 2011 4 commits
-
-
Moe Jette authored
option. Patches from Rod Schulz, Bull.
-
Don Lipari authored
-
Danny Auble authored
-
Danny Auble authored
-
- 16 Feb, 2011 2 commits