- 18 Mar, 2011 3 commits
- 17 Mar, 2011 1 commit
-
-
Danny Auble authored
-
- 16 Mar, 2011 1 commit
-
-
Moe Jette authored
-
- 15 Mar, 2011 4 commits
-
-
Moe Jette authored
-
Danny Auble authored
Improve handling of job updates when using limits in accounting, and updating jobs as a non-admin user.
-
Moe Jette authored
-
Moe Jette authored
-
- 10 Mar, 2011 2 commits
- 09 Mar, 2011 2 commits
-
-
Danny Auble authored
Fix for sview started on a non-bluegene system to pick colors correctly when talking to a real bluegene system.
-
Moe Jette authored
-
- 08 Mar, 2011 3 commits
- 07 Mar, 2011 1 commit
-
-
Moe Jette authored
step names, and account names with an underscore to insure proper parsing.
-
- 04 Mar, 2011 1 commit
-
-
Danny Auble authored
BLUEGENE - Fix for handling extremely overloaded system on Dynamic system dealing with starting jobs on overlapping blocks. Previous fallout was job would be requeued. (happens very rarely)
-
- 03 Mar, 2011 2 commits
- 02 Mar, 2011 3 commits
-
-
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.
-
- 01 Mar, 2011 4 commits
-
-
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 7 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
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
Bjorn-Helge Mevik, University of Oslo.
-
Moe Jette authored
-
- 19 Feb, 2011 1 commit
-
-
Don Lipari authored
block second distribution and cpus-per-task > 1" bug.
-