- Dec 14, 2011
-
-
Morris Jette authored
Patch from John Thiltges, University of Nebraska-Lincoln.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- Dec 09, 2011
-
-
Danny Auble authored
-
Danny Auble authored
starts in accounting.
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
There was an oversight in the GracTime preemption logic that resulted in repeatedly reading the PreemptType configuration parameter and doing a string comparison. This change will improve efficiency of that logic.
-
Morris Jette authored
-
- Dec 08, 2011
-
-
Danny Auble authored
-
Danny Auble authored
-
- Dec 06, 2011
-
-
Morris Jette authored
One of our testers discovered a regression in version 2.3.1. If a job is pending due to PartitionNodeLimit and the limit is relieved with a 'sacctmgr modify qos name=<qos name> set flags=partitionmaxnodes' new jobs exceeding the partition limit (but not the QOS limit) are allowed to run. However, the pending job is never allowed to run. Attached is a patch to address this problem. FYI, this problem doesn't exist in version 2.4. Patch from Bill Brophy, Bull.
-
Yuri D'Elia authored
-
- Dec 05, 2011
-
-
Morris Jette authored
Patch by Alexander Bersenev (Institute of Mathematics and Mechanics, Russia).
-
Morris Jette authored
-
Morris Jette authored
-
- Dec 02, 2011
-
-
Danny Auble authored
There was also some bad code that would reset the conn_type of a block to SMALL no matter what type of SMALL it was.
-
Morris Jette authored
Patsh from Rod Schulz, Bull.
-
- Dec 01, 2011
-
-
jette authored
This was due to a bug in select/cons_res with some configuration optiions and job options, especially if there is more than one thread per core and the job option includes "--threads-per-core=1". Fixes problem reported by CSCS.
-
- Nov 30, 2011
-
-
Danny Auble authored
lock was deemed not necessary because the information (db_index) was only internal and was only modified in the same function later which is protected by the write lock.
-
Danny Auble authored
qos on the cluster to fill that in correctly.
-
Danny Auble authored
incorrectly when getting fairshare from the parent.
-
- Nov 23, 2011
-
-
Morris Jette authored
-
Danny Auble authored
wasn't started at the time the eligible message was sent but started before the db_index was returned information like start time would be lost.
-
- Nov 22, 2011
-
-
Morris Jette authored
-
Morris Jette authored
-
- Nov 21, 2011
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Fix Lua link order
-
- Nov 18, 2011
- Nov 16, 2011
-
-
Pär Andersson authored
Put -llua* in LIBS rather than LDFLAGS to get correct link order. Without this the configure test for Lua fails when using GCC 4.6, the default compiler on recent Linux distributions like Ubuntu 11.10.
-
- Nov 08, 2011
-
-
Morris Jette authored
Note this is an old bug. The new code keeps slurmstepd alive and it keeps trying to send step completion message to slurmctld.
-
- Nov 07, 2011
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
This make the same patch to select/linear as Carles Fenoy's patch to select/cons_res plugin.
-
Carles Fenoy authored
Added gres_cpus test. Without this test it could lead to the error "fatal: cons_res: sync loop not progressing" With this patch a job will be rejected if asking for unavailable configuration.
-