- 19 Jun, 2014 2 commits
-
-
Danny Auble authored
allocation and CR_PACK_NODES is set layout tasks appropriately. This is related to bug 890
-
Danny Auble authored
-
- 18 Jun, 2014 1 commit
-
-
David Bigagli authored
the sinfo command is parallelized for performance reasons and it really can not be completely parallelized for some use cases. see bug 883
-
- 17 Jun, 2014 4 commits
-
-
Morris Jette authored
Correct logic to support Power7 processor with 1 or 2 threads per core (CPU IDs are not consecutive). bug 891
-
Danny Auble authored
-
David Bigagli authored
-
David Bigagli authored
-
- 16 Jun, 2014 1 commit
-
-
Morris Jette authored
-
- 12 Jun, 2014 6 commits
-
-
Morris Jette authored
For "scontrol --details show job" report the correct CPU_IDs when thre are multiple threads per core (we are translating a core bitmap to CPU IDs). This is an enhancement of commit 83d626ca so the node table is only loaded once for the entire job table. bug 850
-
Morris Jette authored
If job requests --exclusive then do not use nodes which have any cores in an advanced reservation. Also prevents case where nodes can be shared by other jobs.
-
Morris Jette authored
If job requests --exclusive then do not use nodes which have any cores in an advanced reservation. Previously the job would be allocated all of the cores outside of the advanced reservation.
-
Morris Jette authored
Correct support for partition with Shared=YES configuration. Previous logic would share resources for jobs by default (i.e. if user did not explicitly request --exclusive). bug 758
-
David Bigagli authored
-
Morris Jette authored
-
- 11 Jun, 2014 2 commits
-
-
David Bigagli authored
-
Morris Jette authored
Add DebugFlag of BackfillMap. Previously a DebugFlag value of Backfill logged information about what it was doing plus a map of expected resouce use in the future. Now that very verbose resource use map is only logged with a DebugFlag value of BackfillMap
-
- 10 Jun, 2014 1 commit
-
-
David Bigagli authored
decreases and total is less than in use.
-
- 09 Jun, 2014 1 commit
-
-
Morris Jette authored
mail messages for job array events print now use the job ID using the format "#_# (#)" rather than just the internal job ID.
-
- 07 Jun, 2014 2 commits
-
-
David Bigagli authored
it is already running.
-
David Bigagli authored
job is JOB_COMPLETING or already pending.
-
- 06 Jun, 2014 2 commits
-
-
David Bigagli authored
last epilog completes, either slurmd epilog or slurmctld epilog, whichever comes last.
-
David Bigagli authored
don't clear the dependency if the job is completing.
-
- 05 Jun, 2014 6 commits
-
-
Danny Auble authored
(Also remove extra pending check, no reason to check it twice ;))
-
Morris Jette authored
If the backup slurmctld assumes primary status, then do NOT purge any job state files (batch script and environment files) but if any attempt is made to re-use them consider this a fatal error. It may indicate that multiple primary slurmctld daemons are active (e.g. both backup and primary are functioning as primary and there is a split brain problem).
-
Danny Auble authored
-
Morris Jette authored
Test time when job_state file was written to detect multiple primary slurmctld daemons (e.g. both backup and primary are functioning as primary and there is a split brain problem).
-
Stephen Trofinoff authored
Signed-off-by: Danny Auble <da@schedmd.com>
-
David Bigagli authored
when specified escaped.
-
- 04 Jun, 2014 4 commits
-
-
Morris Jette authored
Attempt to create duplicate event trigger now generates ESLURM_TRIGGER_DUP ("Duplicate event trigger").
-
Morris Jette authored
Modify strigger to accept arguments to the program to execute when an event trigger occurs.
-
Morris Jette authored
Added strigger option of -N, --noheader to not print the header when displaying a list of triggers.
-
Morris Jette authored
batch jobs have cpus_per_task set to zero, which resulted in an error of "task/cgroup: task[0] unable to set taskset '0x0'"
-
- 03 Jun, 2014 4 commits
-
-
David Bigagli authored
requeue, requeuehold and release operations.
-
Morris Jette authored
Do not purge the script and environment files for completed jobs on slurmctld reconfiguration or restart (they might be later requeued). Purge the files only when the job record is purged. bug 834
-
Morris Jette authored
If a job --mem-per-cpu limit exceeds the partition or system limit, then scale the job's memory limit and CPUs per task to satisfy the limit. bug 848
-
David Bigagli authored
not finished yet otherwise if requeued the job may enter an invalid COMPLETING state.
-
- 29 May, 2014 1 commit
-
-
Morris Jette authored
select/cons_res plugin: Fix memory leak related to job preemption. bug 837
-
- 28 May, 2014 2 commits
-
-
Danny Auble authored
-
Morris Jette authored
This give system administrators the option on AMD Opteron 6000 series processors of either considering each NUMA node on a socket as a separate socket (resulting in some incorrect logging of socket count information) or not (resulting in sub-optimal job allocations since each core in the socket will be considered equivalent, even if on different NUMA nodes within the socket). bug 838
-
- 23 May, 2014 1 commit
-
-
David Bigagli authored
-