- Apr 08, 2014
-
-
Morris Jette authored
To support larger numbers of jobs when the StateSaveDirectory is on a file system that supports a limited number of files in a directory, add a subdirectory called "hash.#" based upon the last digit of the job ID.
-
Danny Auble authored
-
Danny Auble authored
on Mixed state.
-
David Bigagli authored
-
- Apr 07, 2014
-
-
Danny Auble authored
This changes the behavior of license_update which it's current behavior makes for doubling license counts. This is ok, because the only place it is used expects the counts to be zeroed out afterwards.
-
Morris Jette authored
-
Danny Auble authored
in it. Signed-off-by:
Danny Auble <da@schedmd.com>
-
Danny Auble authored
-
- Apr 05, 2014
-
-
Morris Jette authored
Disables job scheduling when there are too many pending RPCs
-
- Apr 04, 2014
-
-
Danny Auble authored
-
Danny Auble authored
This also reverts commit 8cff3b08 and ced2fa3f
-
Danny Auble authored
-
- Apr 03, 2014
-
-
Danny Auble authored
new associations were added since it was started.
-
Morris Jette authored
Permit user root to propagate resource limits higher than the hard limit slurmd has on that compute node has (i.e. raise both current and maximum limits). bug 674674674674674674
-
Morris Jette authored
Added SchedulerParameters options of bf_yield_interval and bf_yield_sleep to control how frequently and for how long the backfill scheduler will relinquish its locks.
-
Morris Jette authored
if an job step's network value is set by poe, either by directly executing poe or srun launching poe, that value was not being propagated to the job step creation RPC and the network was not being set up for the proper protocol (e.g. mpi, lapi, pami, etc.). The previous logic would only work if the srun execute line explicitly set the protocol using the --network option.
-
David Bigagli authored
-
Morris Jette authored
Permit multiple batch job submissions to be made for each run of the scheduler logic if the job submissions occur at the nearly same time. bug 616
-
Morris Jette authored
if an job step's network value is set by poe, either by directly executing poe or srun launching poe, that value was not being propagated to the job step creation RPC and the network was not being set up for the proper protocol (e.g. mpi, lapi, pami, etc.). The previous logic would only work if the srun execute line explicitly set the protocol using the --network option.
-
Morris Jette authored
Permit multiple batch job submissions to be made for each run of the scheduler logic if the job submissions occur at the nearly same time. bug 616
-
- Apr 02, 2014
-
-
David Bigagli authored
-
Morris Jette authored
if an job step's network value is set by poe, either by directly executing poe or srun launching poe, that value was not being propagated to the job step creation RPC and the network was not being set up for the proper protocol (e.g. mpi, lapi, pami, etc.). The previous logic would only work if the srun execute line explicitly set the protocol using the --network option.
-
Morris Jette authored
In select plugins, stop triggering extra logging based upon the debug flag CPU_Bind and use SelectType instead.
-
Morris Jette authored
-
Morris Jette authored
-
- Mar 31, 2014
-
-
Morris Jette authored
Address the following issues: 1A. Notes when the -V option is given and 1B. if -v option without -V then include sbatch option of "--export=none" 2A. Does not try to export environment variables by explicitly setting them in the user's environment before invoking sbatch, but instead 2B. Pass specified env vars using the sbatch --export option 3A. Recognize when qsub -v option given with key name, but no value 3B. Find the appropriate value for the specified key name and export that pair. 4. Update documentation
-
David Bigagli authored
-
Marcin Stolarek authored
Prevent preemption of jobs in partition where PreemptMode=off
-
- Mar 28, 2014
-
-
Morris Jette authored
In etc/cgroup.release_common.example script, find the cgroup mount point by reading cgroup.conf file. bug 480
-
Morris Jette authored
Rather than rely upon the search path to find the scontrol command. Explicitly set its path in the script bug 480
-
Morris Jette authored
-
Unknown authored
Define hwloc_const_bitmap_t as typdef hwloc_const_cpuset_t Build fails in task_cgroup_cpuset.c when using an older hwloc (v1.0.2) due to missing definition of hwloc_const_bitmap_t.
-
Danny Auble authored
-
Danny Auble authored
-
- Mar 27, 2014
-
-
David Bigagli authored
This reverts commit 084787c0. Conflicts: NEWS contribs/pmi2/pmi2_api.c src/plugins/mpi/pmi2/mpi_pmi2.c
-
Morris Jette authored
-
Franco Broi authored
Add support for job std_in, std_out and std_err fields in Perl API.
-
- Mar 26, 2014
-
-
Morris Jette authored
-
David Bigagli authored
processes.
-
- Mar 25, 2014
-
-
Morris Jette authored
Modify hostlist expressions to accept more than two numeric ranges (e.g. "row[1-3]rack[0-8]slot[0-63]")
-