- 08 Sep, 2016 1 commit
-
-
Brian Christiansen authored
In scontrol show nodes.
-
- 07 Sep, 2016 2 commits
-
-
Morris Jette authored
Preserve node "RESERVATION" state when one of multiple overlapping reservations ends. Previous logic would clear the node's RESERVATION state flag when any one of the reservations on the node ended rather than keeping the node in RESERVATION state until the last reservation ended. bug 3057
-
Morris Jette authored
Handle case when slurmctld daemon restart while compute node reboot in progress. Return node to service rather than setting DOWN. bug 3042
-
- 06 Sep, 2016 3 commits
-
-
Morris Jette authored
Add salloc_wait_nodes option to the SchedulerParameters parameter in the slurm.conf file controlling when the salloc command returns in relation to when nodes are ready for use (i.e. booted). bug 3043
-
Gennaro Oliva authored
bug 3055
-
Gennaro Oliva authored
bug 3054
-
- 02 Sep, 2016 1 commit
-
-
Danny Auble authored
reservations.
-
- 01 Sep, 2016 3 commits
-
-
Morris Jette authored
sched/backfill - Check that a user's QOS is allowed to use a partition before trying to schedule resources on that partition for the job. bug 3039
-
Morris Jette authored
bug 3037
-
Morris Jette authored
bug 3035 and 3009
-
- 31 Aug, 2016 1 commit
-
-
Brian Christiansen authored
-
- 30 Aug, 2016 2 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Otherwise blade_cnt is potentially greater than bit_size(jobinfo->blade_map) which leads to an assertion failure. Bug 3033.
-
- 27 Aug, 2016 2 commits
-
-
Artem Polyakov authored
with hwloc.
-
Morris Jette authored
This patch has two parts: 1. When a job is intially submitted, the Slurm was failing to set an initial reason for the job not starting. 2. After a job was submitted, it was sometimes failing to reset the job's reason. It was also failing to reset the "last_job_update" time, so something like "squeue -i1" would not get the new reason. bug 3025
-
- 26 Aug, 2016 2 commits
-
-
Alejandro Sanchez authored
Fix multipart srun submission with EnforcePartLimits=NO and job violating the partition limits. bug 3025
-
Alejandro Sanchez authored
bug 3011
-
- 25 Aug, 2016 1 commit
-
-
Morris Jette authored
If all GRES were not defined on all nodes OR if a regular expression was used for a GRES file configuration (e.g. in gres.conf "Type=gpu Files=/dev/nvidia[0-4]"), then memory corruption was likely. The logic has been bad since its inception several years ago.
-
- 24 Aug, 2016 1 commit
-
-
Joseph Mingrone authored
POLLRDHUP does not exist on BSD, define to POLLHUP as done elsewhere.
-
- 23 Aug, 2016 1 commit
-
-
David Gloe authored
The attached patch switches to a more reliable method of detecting service nodes, using xtcli status. In addition, it switches to the print function to be better compatible with python 3.
-
- 22 Aug, 2016 5 commits
-
-
Boris Karasev authored
-
Boris Karasev authored
To ease the distribution process, plugin names will be automatically adjusted to identify the version of API that it can support, ie: pmix_v1 and pmix_v2. This provides the ability for distro's to create separate non-conflicting packages for each API generation. Bug 2986
-
Morris Jette authored
Add job burst_buffer_state and delay_boot fields to scontrol and squeue output. Also add ability to modify delay_boot from scontrol.
-
Morris Jette authored
Add salloc, sbatch and srun option of --delay-boot=<time>, which will temporarily delay booting nodes into the desired state for a job in the hope of using nodes already
-
Morris Jette authored
Add job AdminComment field which can only be set by a Slurm administrator.
-
- 21 Aug, 2016 1 commit
-
-
Morris Jette authored
Add event trigger on burst buffer errors (see strigger man page, --burst_buffer option).
-
- 20 Aug, 2016 1 commit
-
-
Morris Jette authored
Insure reported expected job start time is not in the past for pending jobs. bug 3002
-
- 19 Aug, 2016 1 commit
-
-
Morris Jette authored
burst_buffer/cray: Requeue, but do not hold a job which fails the pre_run operation. bug 3009
-
- 17 Aug, 2016 1 commit
-
-
Morris Jette authored
-
- 16 Aug, 2016 4 commits
-
-
Alejandro Sanchez authored
Only mark job_id as zero for batch step (when all job steps would be cleared), not for individual steps which prevented successive steps from being cancelled. Bug 2984.
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
slurmstepd modified to pre-load all relevant plugins at startup to avoid the possibility of modified plugins later resulting in inconsistent API or data structures and a failure of slurmstepd. bug 2334
-
- 15 Aug, 2016 1 commit
-
-
Danny Auble authored
-
- 12 Aug, 2016 2 commits
-
-
Danny Auble authored
-
Morris Jette authored
-
- 11 Aug, 2016 3 commits
-
-
Morris Jette authored
bug 2655
-
Tim Wickberg authored
Bug 2983.
-
Morris Jette authored
Don't about step launch if job reaches expected end time while node is configuring/booting (NOTE: The job end time will be adjusted after node becomes ready for use). bug 2985
-
- 10 Aug, 2016 1 commit
-
-
Morris Jette authored
Optionally lock slurmstepd in memory for performance reasons and to avoid possible SIGBUS if the daemon is paged out at the time of a Slurm upgrade (changing plugins). Controlled via new LaunchParameters options of slurmstepd_memlock and slurmstepd_memlock_all. bug 2334
-