- 01 Dec, 2015 1 commit
-
-
Morris Jette authored
-
- 30 Nov, 2015 2 commits
- 25 Nov, 2015 6 commits
-
-
Morris Jette authored
Move some un/pack logic for deadlines, They were placed in the wrong location due to confusion by the "patch" command Moved variable definitions to the top of a block Break up some long lines into multiple lines Do not change a job's time limit to satisfy deadline, treat it like an error (unless the time_min is set, in which case the time limit can be lowered to that level) Remove logic checking for job_specs->deadline == NO_VAL, that is never set Fix logic in backfill scheduler that was treating a job's time_min as a valid value and changing the job's time limit to that value rather than indicating no value was set
-
Aline Roy authored
-
Morris Jette authored
-
David Bigagli authored
-
Josko Plazonic authored
of /tmp. #2169
-
Danny Auble authored
requesting any specific association.
-
- 24 Nov, 2015 15 commits
-
-
Aline Roy authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Added #define JOB_SHARED_* varilables to slurm.h Replaces some blocks of spaces with tabs Remove test of MCS_Plugin from client where job is submitted as a means of determining if an --mcs-label option is supported. This will not work for jobs being submitted between systems, which will become common in slurm v16.05. The check will need to be performed in the (slurmctld) server.
-
Morris Jette authored
There were some changes required to the un/pack logic due to patch not working correctly and/or the newer version of Slurm the patch was applied to.
-
Morris Jette authored
Only a super user can change Slurm configuration. Exit immediately if the test can not be run.
-
Morris Jette authored
-
Aline Roy authored
-
Aline Roy authored
-
Aline Roy authored
- add new configuration parameters MCSPlugin and MCSParameters (MCS logic can be disabled/enabled/enabled-on-demand) - add mcs_label to jobs and nodes related structures - add --mcs-label option to srun,salloc,sbatch as well as MCS information in the various Slurm commands - initial none/user/group MCS plugins - add squeue/sinfo optional filtering based on MCS labels
-
Morris Jette authored
-
- 23 Nov, 2015 6 commits
-
-
Danny Auble authored
calls.
-
Danny Auble authored
-
Danny Auble authored
snowflake10 after snowflake8
-
Danny Auble authored
-
Danny Auble authored
-
- 20 Nov, 2015 6 commits
-
-
Morris Jette authored
-
Morris Jette authored
Disable srun --bcast option test if SlurmdUser != root as the operation/test will not work otherwise.
-
Morris Jette authored
-
Morris Jette authored
This would have helped to identify the performance issue associated with bug 2174
-
David Bigagli authored
This reverts commit 9768e31f.
-
Artem Polyakov authored
-
- 19 Nov, 2015 4 commits
-
-
Morris Jette authored
sacctmgr output used a suffix of "PU" for per user, but only accepted input with a suffix of "PerUser". The output all used a suffix of "PU". The code has been modified to accept both sufficies (e.g. MaxJobsPerUser=# or MaxJobsPU=#).
-
Morris Jette authored
-
Morris Jette authored
bug 2147
-
Morris Jette authored
-