- 13 Aug, 2014 2 commits
-
-
Morris Jette authored
This issue was addressed differently and the original 1 second sleep can be restored for easier performance comparison with Slurm verstion 14.03.
-
Morris Jette authored
-
- 12 Aug, 2014 13 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Previously job would only run in first listed partition.
-
Morris Jette authored
Fix gang scheduling for jobs submitted to multiple partitions. Previous logic assumed the job's "partition" field contained a single partition name, that in which the job is running. That was recently changed in order to support job's being requeued, which we want to be runable in all of it's valid partitions.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
backport of commit 9b4f3634
-
Morris Jette authored
Previously the --partition option would not work with the new --priority option for jobs submitted to multiple partitions.
-
- 11 Aug, 2014 3 commits
-
-
David Bigagli authored
-
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 15 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.
-
Thomas Cadeaux authored
-
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 7 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.
-