- 29 Jul, 2011 2 commits
-
-
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.
-
- 26 Jul, 2011 8 commits
-
-
Morris Jette authored
Do not attempt to change a job's state in the database until after we are sure that it has been written to the database from slurmctld.
-
Danny Auble authored
-
Morris Jette authored
This patch can prevent an invalid memory references by slurmd daemon if a node's configuration in slurm.conf differs from the hardware configuration.
-
Morris Jette authored
If a node's configuration differs from the actual hardware configureation, an internal bitmap may be referenced with an invalid index causing slurmd to abort without this patch.
-
Morris Jette authored
If system is configured with a default memory limit, that applies to both the job and job step which can prevent the expected number of job steps from being started. Two tests were modified to explicitly set a job step memory limit to start more steps.
-
Morris Jette authored
This fixes a bug in parsing slurm.conf for node information if there are more than one NodeName=DEFAULT value. This adds to existing default values rather than clearing old default values that are not explicitly set to new values on that configuration line.
-
Morris Jette authored
If a node has fewer CPUs than configured and task/affinity is configured a reference off of the end of a bitmap may result without this patch.
-
Morris Jette authored
If hostname input had suffix with leading zeros then the suffix returned had leading zeros, which performed octal arithmetic causing at least test1.83 to fail in some cases.
-
- 25 Jul, 2011 8 commits
-
-
Morris Jette authored
Fix logic in how each node's HostAddr and HostNodeName fields are set on a BlueGene system. When values are set on the NodeName line of slurm.conf, only the first node's HostAddr and HostNodeName fields were being set, others were NULL.
-
Morris Jette authored
Update test suite for BGQ emulation. Some command output has changed slightly. srun command only launches one task (runjob) now.
-
Morris Jette authored
We only launch one user task on an emulated bluegene system, so modify test to only check for the currently expected file(s) for one task.
-
Morris Jette authored
Due to a race condition, a job may be cancelled before the launch completes. In that case, an error message may be logged by slurmctld. This change makes that condition be logged using info() rather than error().
-
Morris Jette authored
One new file was not packaged in the RPM and compiler reported that one variable could be used without being initialized and another variable was never used.
-
Morris Jette authored
third patch adds the man page and an example. 0003_bull_cgroup_devices_doc_add_allowed_devices_support-2.3.0-0.pre7.patch Patch from Yiannis Georgiou, Bull.
-
Morris Jette authored
adds the support of a file to declare the default allowed devices for all the jobs. 0002_bull_cgroup_devices_add_allowed_devices_support-2.3.0-0.pre7.patch Patch from Yiannis.Georgiou, Bull.
-
Morris Jette authored
bug correction that I found when using sbatch, 0001_bull_cgroup_devices_correct_memory_leak_with_sbatch-2.3.0-0.pre7.patch Patch from Yiannis.Georgiou, Bull.
-
- 22 Jul, 2011 1 commit
-
-
Danny Auble authored
-