- 02 Aug, 2011 8 commits
-
-
Danny Auble authored
-
Danny Auble authored
the DBD where both remained up but were disconnected the slurmctld would get registered again with the DBD.
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
Modify the error message if srun's task count exceeds the node count. Log using info() rather than error() and explain how it it handled.
-
Morris Jette authored
This adds another argument to the test using SLURM's internal API assoc_mgr_init(), modified in commit 1b838865 on July 29, 2011
-
Morris Jette authored
-
Morris Jette authored
clarify job step use of gres in web pages.
-
- 01 Aug, 2011 6 commits
-
-
Morris Jette authored
With sched/wiki or sched/wiki2 (Maui or Moab scheduler), insure that a requeued job's priority is reset to zero.
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
Set the absolute pathnames for the salloc and srun commands in the srun wrapper for the aprun command (used only on Cray systems). Fix for bug 774375.
-
Morris Jette authored
-
Morris Jette authored
-
- 29 Jul, 2011 5 commits
-
-
Danny Auble authored
all that aren't SLURM_SUCCESS (meaning no database connection)
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
comments that has quotes.
-
- 28 Jul, 2011 17 commits
-
-
Morris Jette authored
-
Morris Jette authored
When pty terminal emulation is used (srun --pty), the user's pseudo terminal has the potential to cause IO to block. Therefore, the code must avoid connecting slurmstepd's STDERR_FILENO to user pty to avoid a potential slurmstepd hang. Patch from Chris Morrone, LLNL.
-
Morris Jette authored
Creating unnecssary output is poor RPM behavior. Quiet the instructions added in the post-install scriptlets of the slurm specfile. Patch from Mark Grondona, LLNL.
-
Morris Jette authored
Similar to the fix for the reason timestamp, the reason user should also be compared when creating sinfo -R and sinfo -Rl output, or else incorrect usernames could end up in output if everything else matches. Patch from Mark Grondona, LLNL.
-
Morris Jette authored
sinfo does not check for differing reason timestamps when coalescing output for sinfo -R and -Rl. This leads to incorrect timestamps in output if two nodes are down with the same reason string but at a different time. This fix adds a timestamp_reason_flag and a test to determine if timestamps are equivalent before coalescing lines of output. (Note: This patch is not an ideal fix for this issue. It would be much better if the sinfo output handlers (_print_* in sinfo/print.c) could also be called by sinfo to see if two lines of output were going to be equivalent and could be coalesced. This would do away with the separately kept "match_flags" which (as is seen here) are cumbersome to maintain.) Patch from Mark Grondona, LLNL.
-
Danny Auble authored
color wasn't picked correctly, it was set correctly later, but this fixes it so it is set correctly from the beginning.
-
Danny Auble authored
-
Morris Jette authored
Add the ability for a user to limit the number of leaf switches in a job's allocation using the --switch option of salloc, sbatch and srun. There is also a new SchedulerParameters value of max_switch_wait, which a SLURM administrator can used to set a maximum job delay and prevent a user job from blocking lower priority jobs for too long. Based on work by Rod Schultz, Bull.
-
Morris Jette authored
Modify test2.8 to prevent a problem with "expect" that fails to process all of the information in a job output buffer if that buffer is large (hundreds of lines).
-
Morris Jette authored
If a user job includes a maximum node specification and a node list, report an error if the number of nodes in that node list exceeds the job's maximum node specification. This addresses Cray bug 774402.
-
Morris Jette authored
This fixes the parsing in the srun wrapper for aprun (Cray systems) when arguments on the command line are quoted. Fixes Cray bugs 774536 and 774544
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Note that multiple partitions that overlap and gang schedule are scheduled independently and that is not generally recommended.
-
Morris Jette authored
Update job submit man pages to describe job's --shared/exclusive option interaction partition Shared option
-
Danny Auble authored
-
- 27 Jul, 2011 4 commits
-
-
Morris Jette authored
Major update to Cray web page based upon feedback from Cray.
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
If salloc is interupted by a SIGINT then set the job's start time to now. Otherwise the original start time will be preserved. That original start time could be in the future due to the backfill scheduler setting its expected start time.
-