- 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.
-
- 18 Feb, 2011 1 commit
-
-
Don Lipari authored
-
- 17 Feb, 2011 1 commit
-
-
Moe Jette authored
option. Patches from Rod Schulz, Bull.
-
- 16 Feb, 2011 2 commits
-
-
Moe Jette authored
-
Danny Auble authored
-
- 15 Feb, 2011 6 commits
-
-
Don Lipari authored
-
Moe Jette authored
-
Don Lipari authored
-- Removed remnant code for enforcing max sockets/cores/threads in the cons_res plugin. This was responsible for a bug reported by Rod Schultz.
-
Moe Jette authored
set, then salloc can execute in the background. Otherwise a message will be printed and the job allocation halted until brought into the foreground.
-
Moe Jette authored
terminal's state.
-
Danny Auble authored
-
- 14 Feb, 2011 1 commit
-
-
Danny Auble authored
-
- 11 Feb, 2011 1 commit
-
-
Danny Auble authored
-
- 10 Feb, 2011 2 commits
-
-
Danny Auble authored
-
Danny Auble authored
Fix issue when updating database for clusters that were previously deleted before upgrade to 2.2 database.
-
- 09 Feb, 2011 2 commits
-
-
Danny Auble authored
-
Don Lipari authored
-
- 08 Feb, 2011 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Moe Jette authored
IDLE (in case the previous node state was DOWN).
-
- 02 Feb, 2011 1 commit
-
-
Moe Jette authored
job is in a pending state, then send the request directly to the slurmctld daemon and do not attempt to send the request to slurmd daemons, which are not running the job anyway.
-
- 31 Jan, 2011 3 commits
-
-
Don Lipari authored
-
Moe Jette authored
consider the job's time limit when attempting to backfill schedule. The job will just be preempted as needed at any time.
-
Moe Jette authored
Priority.
-
- 28 Jan, 2011 3 commits
-
-
Moe Jette authored
expected start time was too far in the future for the backfill scheduler to compute.
-
Moe Jette authored
values as "*" rather than 65534. Patch from Rod Schulz, BULL.
-
Moe Jette authored
the job's priority using scontrol's "update jobid=..." rather than its "hold" or "holdu" commands.
-
- 27 Jan, 2011 1 commit
-
-
Moe Jette authored
-