1. 27 Jun, 2015 1 commit
    • Morris Jette's avatar
      Fix parsing of TrackWCKey in tests · 0db7d470
      Morris Jette authored
      The regression tests were looking for TrackWCKey=YES, but the
        current output value is numeric (TrackWCKey=1). Correcting
        this results in test22.1 failing. In fact, the test has not
        run since the format of TrackWCKey changed.
      0db7d470
  2. 26 Jun, 2015 14 commits
  3. 25 Jun, 2015 12 commits
  4. 24 Jun, 2015 6 commits
  5. 23 Jun, 2015 6 commits
  6. 22 Jun, 2015 1 commit
    • Morris Jette's avatar
      Advanced reservation fixes · a6454176
      Morris Jette authored
      Updates of existing bluegene advanced reservations did not work at all.
      Some multi-core configurations resulting in an abort due to creating
        core_bitmaps for the reservation that only had one bit per node rather
        than one bit per core.
      These bugs were introduced in commit 5f258072
      a6454176