1. 22 Aug, 2013 3 commits
  2. 21 Aug, 2013 1 commit
    • Hongjia Cao's avatar
      Fix of wrong node/job state problem after reconfig · d80c8667
      Hongjia Cao authored
      If there are completing jobs, a reconfigure will set wrong job/node
      state: all nodes of the completing job will be set allocated, and the
      job will not be removed even if the completing nodes are released. The
      state can only be restored by restarting slurmctld after the completing
      nodes released.
      d80c8667
  3. 20 Aug, 2013 2 commits
  4. 19 Aug, 2013 5 commits
  5. 17 Aug, 2013 1 commit
  6. 16 Aug, 2013 2 commits
  7. 15 Aug, 2013 5 commits
  8. 14 Aug, 2013 5 commits
  9. 13 Aug, 2013 3 commits
  10. 09 Aug, 2013 2 commits
  11. 08 Aug, 2013 3 commits
  12. 07 Aug, 2013 3 commits
  13. 06 Aug, 2013 4 commits
  14. 02 Aug, 2013 1 commit
    • Morris Jette's avatar
      Avoid fatal error/exit from API functions · 1dba2f16
      Morris Jette authored
      Generate an error return rather than fatal error and exit if the
      configuraiton file is absent or invalid. This will permit Slurm APIs to be
      more reliably used by other programs.
      bug 374
      1dba2f16