- 11 Aug, 2014 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
Added squeue -P/--priority option that can be used to display pending jobs in the same order as used by the Slurm scheduler even if jobs are submitted to multiple partitions (job is reported once per usable partition).
-
- 08 Aug, 2014 14 commits
-
-
Morris Jette authored
Modify job array logic to properly support the MaxJobCount configuration parameter with the new job array data structure.
-
Morris Jette authored
This part handles the decrement portion of logic.
-
Morris Jette authored
Rename the function local variable "job_count" in order to avoid confusion with the global variable by the same name. No change to logic.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
NFS file system delays was causing the test for file existence to periodically fail. Adding an "ls" call syncs the file system and fixes the problem.
-
Morris Jette authored
Check separately for globals file existence and permissions
-
Danny Auble authored
instead of guessing off the exit_code.
-
Danny Auble authored
-
Danny Auble authored
signal 1.
-
Morris Jette authored
That should be more robust in this case
-
Morris Jette authored
Modify crypto/munge plugin to use socket and timeout specified in AuthInfo.
-
Morris Jette authored
-
Danny Auble authored
done for normal steps.
-
- 07 Aug, 2014 8 commits
-
-
Morris Jette authored
-
Morris Jette authored
Modify AuthInfo configuration parameter to accept credential lifetime and socket path options. Previously it accepted a socket path only.
-
David Bigagli authored
-
Danny Auble authored
-
Danny Auble authored
of acting like it is a signal and exitcode.
-
David Bigagli authored
signal only the steps and unless, in the case, of a batch job B is specified in which case signal only the batch script.
-
Danny Auble authored
previous it was always -2.
-
Morris Jette authored
Add node state string suffix of "$" to identify nodes in maintenance reservation or scheduled for reboot. This applies to scontrol, sinfo, and sview commands. Enable scontrol to clear a nodes's scheduled reboot by setting its state to "RESUME".
-
- 06 Aug, 2014 9 commits
-
-
Danny Auble authored
Conflicts: src/common/slurm_protocol_defs.c
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
Apply BatchStartTimeout configuration to task launch and avoid aborting srun commands due to long running Prolog scripts. bug 978
-
Morris Jette authored
Provide better description of the slurm.conf configuration parameter BatchStartTimeout. bug 979
-
Morris Jette authored
Disable a partition test if JobSubmitPlugins=all_partitions
-
Morris Jette authored
-
Morris Jette authored
When nodes scheduled for reboot, set state to DOWN rather than FUTURE so they are still visible to sinfo. State set to IDLE after reboot completes. bug 1007
-
- 05 Aug, 2014 7 commits
-
-
Morris Jette authored
Srun executable names beginning with "." will be resolved based upon the working directory and path on the compute node rather than the submit node.
-
David Bigagli authored
-
David Bigagli authored
suggest parentheses around assignment used as truth value.
-
Mehdi Dogguy authored
The code tries to load libslurm.so even if precedent dlopen calls succeeded. The code is structured so that we have to "return;" as soon as a dlopen succeeds.
-
David Gloe authored
-
Morris Jette authored
-
Morris Jette authored
-