1. 01 Aug, 2011 2 commits
  2. 29 Jul, 2011 5 commits
  3. 28 Jul, 2011 17 commits
  4. 27 Jul, 2011 4 commits
  5. 26 Jul, 2011 8 commits
  6. 25 Jul, 2011 4 commits
    • Morris Jette's avatar
      Fix for setting HostAddr and HostNodeName for BlueGene · 0d11e9a3
      Morris Jette authored
      Fix logic in how each node's  HostAddr and HostNodeName fields are
      set on a BlueGene system. When values are set on the NodeName line
      of slurm.conf, only the first node's  HostAddr and HostNodeName fields
      were being set, others were NULL.
      0d11e9a3
    • Morris Jette's avatar
      BGQ test suite updates · 3d1b1e1d
      Morris Jette authored
      Update test suite for BGQ emulation. Some command output has changed
      slightly. srun command only launches one task (runjob) now.
      3d1b1e1d
    • Morris Jette's avatar
      Fix regression test for current bluegene emulation logic · 7964661c
      Morris Jette authored
      We only launch one user task on an emulated bluegene system, so modify test
      to only check for the currently expected file(s) for one task.
      7964661c
    • Morris Jette's avatar
      Fix misleading error message · 98d67658
      Morris Jette authored
      Due to a race condition, a job may be cancelled before the launch completes.
      In that case, an error message may be logged by slurmctld. This change makes
      that condition be logged using info() rather than error().
      98d67658