- Aug 13, 2014
-
-
David Bigagli authored
-
Morris Jette authored
-
Morris Jette authored
Recommend use of job arrays and multiple job steps per job.
-
Morris Jette authored
Cray needs for task_g_post_step() to be called before resetting the CPU frequency. We also need to reset CPU frequency before notifying srun of task completion. Logic reorganized to satisfy this requirement see bug 1011
-
Morris Jette authored
sched/backfill - Set expected start time of job submitted to multiple partitions to the earliest start time on any of the partitions. Previous logic would set the time to that of the last partition tested.
-
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
-
- Aug 12, 2014
-
-
David Bigagli authored
-
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.
-
- Aug 11, 2014
-
-
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).
-
- Aug 08, 2014
-
-
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.
-
- Aug 07, 2014
-
-
Morris Jette authored
-