- Mar 15, 2011
-
-
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
-
Moe Jette authored
actual and configured values
-
- Mar 11, 2011
-
-
Moe Jette authored
was going through re-size logic instead of just returning OK for no-op
-
- Mar 10, 2011
-
-
Moe Jette authored
This prevents preserving PreemptMode from an old slurm.conf after a reconfig
-
Moe Jette authored
Clear pending job's start_time between executions of sched/backfill.
-
Danny Auble authored
-
Moe Jette authored
-
Danny Auble authored
-
Danny Auble authored
-
- Mar 09, 2011
-
-
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
Use PREFIX instead to avoid build errors from multiple installation specifications.
-
Moe Jette authored
-
- Mar 08, 2011
- Mar 07, 2011
-
-
Moe Jette authored
step names, and account names with an underscore to insure proper parsing.
-
- Mar 04, 2011
-
-
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)
-
Moe Jette authored
-
- Mar 03, 2011
- Mar 02, 2011
-
-
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
-
- Mar 01, 2011
-
-
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.
-
- Feb 28, 2011
-
-
Moe Jette authored
and explain the change in job allocation man pages
-
- Feb 26, 2011
-
-
Don Lipari authored
sockets option" behavior.
-
- Feb 25, 2011
-
-
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
-