1. 27 Jul, 2011 2 commits
  2. 26 Jul, 2011 8 commits
  3. 25 Jul, 2011 8 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
    • Morris Jette's avatar
      Corrections to recent cgroup patches · 25b1c058
      Morris Jette authored
      One new file was not packaged in the RPM and compiler reported that one
      variable could be used without being initialized and another variable
      was never used.
      25b1c058
    • Morris Jette's avatar
      tches for cgroup devices support · 3ff4eb9b
      Morris Jette authored
      third patch adds the man page and an example.
      0003_bull_cgroup_devices_doc_add_allowed_devices_support-2.3.0-0.pre7.patch
      Patch from Yiannis Georgiou, Bull.
      3ff4eb9b
    • Morris Jette's avatar
      tches for cgroup devices support · 35c28774
      Morris Jette authored
      adds the support of a file to declare the default allowed devices for
      all the jobs.
      0002_bull_cgroup_devices_add_allowed_devices_support-2.3.0-0.pre7.patch
      Patch from Yiannis.Georgiou, Bull.
      35c28774
    • Morris Jette's avatar
      patches for cgroup devices support · 61bd6a43
      Morris Jette authored
      bug correction that I found when using sbatch,
      0001_bull_cgroup_devices_correct_memory_leak_with_sbatch-2.3.0-0.pre7.patch
      Patch from Yiannis.Georgiou, Bull.
      61bd6a43
  4. 22 Jul, 2011 22 commits