1. 15 Apr, 2016 4 commits
    • Morris Jette's avatar
      Fix for job deadline with QOS MaxWall · 8598bab5
      Morris Jette authored
      If a job was submitted with a deadline and no time_limit or min_time,
      but the system has a QOS MaxWall the job's time_limit would be set
      to the QOS limit. Since there is no min_time specified, the QOS MaxWall
      would be treated as a min and max time limit for the job and potentially
      make the deadline impossible to satisfy. Now we set the min_time to
      1 minute of there is a deadline, but no time_limit or min_time.
      8598bab5
    • Morris Jette's avatar
      Fix bsub test for front-end configuration · 3170aaa2
      Morris Jette authored
      Also make sure the job is cancelled at the end of the test
      3170aaa2
    • Morris Jette's avatar
      Improve a regression test · b1ddb40a
      Morris Jette authored
      b1ddb40a
    • Morris Jette's avatar
      Network topology option · bd42eaf7
      Morris Jette authored
      Add TopologyParam option of "TopoOptional" to optimize network topology
          only for jobs requesting it.
      bug 2567
      bd42eaf7
  2. 14 Apr, 2016 23 commits
  3. 13 Apr, 2016 13 commits