1. 09 Oct, 2014 2 commits
    • Dorian Krause's avatar
      srun: Prevent shepard proc from calling spank_fini() · d522f721
      Dorian Krause authored
      The spank_fini() function is registered with atexit() to be called
      after termination of the srun main() function. The registered
      functions are inherited by the forked shepard process and thus
      spank_fini() is called twice.
      This commit fixes this problem by introducing a wrapper function
      _call_spank_fini() that is a no-op in the context of the shepard
      process.
      d522f721
    • Morris Jette's avatar
      Improve node count estimate for pending jobs · b9cc5b31
      Morris Jette authored
      Take more job options into consideration to estimate its node count.
      b9cc5b31
  2. 08 Oct, 2014 5 commits
  3. 07 Oct, 2014 4 commits
  4. 04 Oct, 2014 3 commits
  5. 03 Oct, 2014 4 commits
  6. 02 Oct, 2014 3 commits
  7. 01 Oct, 2014 4 commits
  8. 30 Sep, 2014 5 commits
  9. 29 Sep, 2014 6 commits
  10. 26 Sep, 2014 2 commits
  11. 25 Sep, 2014 2 commits