- 30 Jun, 2014 4 commits
-
-
Danny Auble authored
-
David Bigagli authored
-
Danny Auble authored
-
jette authored
Without this, the record of gres allocated to steps will remain allocated and not be available to job steps after being requeued.
-
- 29 Jun, 2014 1 commit
-
-
jette authored
sched/backfill - If job started with infinite time limit, set its end_time one year in the future. Previous logic would based it upon INFINITE and produce an overflow of the uint32_t time.
-
- 27 Jun, 2014 4 commits
-
-
David Bigagli authored
-
Morris Jette authored
Report correct CPU count allocated to job when allocated whole node even if not using all CPUs. bug 909
-
David Bigagli authored
-
Morris Jette authored
Fix bug which could report to squeue the wrong partition for a running job that is submitted to multiple partitions.
-
- 26 Jun, 2014 5 commits
-
-
Danny Auble authored
-
Danny Auble authored
you could get multiple '*' wckeys.
-
Danny Auble authored
deleting users.
-
Danny Auble authored
able to be destroyed for debug.
-
Morris Jette authored
sched/backfill: Correct job start time estimate with advanced reservations. Under some conditions, the job start time would be set to the end time of an advanced reservation that may have nothing to do with that job's resource requirements. bug 911
-
- 25 Jun, 2014 7 commits
-
-
Remi Palancher authored
file.
-
Bill Brophy authored
If we don't it could get messed up on a reconfig.
-
Danny Auble authored
-
David Bigagli authored
-
Danny Auble authored
-
Morris Jette authored
Logic used to identify cores which are usable with each GRES weas incorrect. bug 905
-
Danny Auble authored
QOS had a GrpNodes set.
-
- 24 Jun, 2014 1 commit
-
-
Morris Jette authored
Fix for core-based advanced reservations where the distribution of cores across nodes is not even. Failing test case: system has 10 nodes, 1 of which is fully occupied create reservation with 9 nodes and 10 cores always would fail with "busy nodes" error
-
- 20 Jun, 2014 1 commit
-
-
Matthieu Hautreux authored
-
- 19 Jun, 2014 4 commits
-
-
David Bigagli authored
errno before each call to the API.
-
jette authored
Correct Shared field in job state information seen by scontrol, sview, etc.
-
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 1 commit
-
-
David Bigagli authored
-