1. 21 Nov, 2011 3 commits
  2. 18 Nov, 2011 3 commits
  3. 16 Nov, 2011 1 commit
    • Pär Andersson's avatar
      Fix Lua link order · 1ef73876
      Pär Andersson authored
      Put -llua* in LIBS rather than LDFLAGS to get correct link order.
      Without this the configure test for Lua fails when using GCC 4.6,
      the default compiler on recent Linux distributions like Ubuntu
      11.10.
      1ef73876
  4. 08 Nov, 2011 1 commit
  5. 07 Nov, 2011 4 commits
  6. 04 Nov, 2011 3 commits
  7. 02 Nov, 2011 1 commit
  8. 31 Oct, 2011 3 commits
  9. 28 Oct, 2011 5 commits
  10. 27 Oct, 2011 3 commits
  11. 25 Oct, 2011 1 commit
  12. 24 Oct, 2011 4 commits
  13. 21 Oct, 2011 1 commit
  14. 20 Oct, 2011 5 commits
  15. 19 Oct, 2011 2 commits
    • Morris Jette's avatar
      Revert 35075c10 · 5f60fc31
      Morris Jette authored
      This reverts https://github.com/hautreux/slurm/commit/35075c10995f4e83d0104662f147cd7b413d25f4
      My version of RPM doesn't seem to understand the "replace"
      parameter for %config, so rpm builds bomb out with
          Invalid %config token: replace
          Invalid %config token: replace
      
      I think the default for %config is to not replace config
      files, so I'm not sure this commit is needed. Since the
      release agents are not really config files, but need to
      be tightly coupled to the release of task/cgroup and
      proctrack/cgroup, I would say the release agents should
      be moved under /usr/libexec/slurm
      
      At the very least, this commit needs to be reverted before slurm-2.3.1
      in order to allow rpms to be built.
      
      Thanks,
      Mark Grondona
      5f60fc31
    • Morris Jette's avatar
      Correct reason for pending job · d1727590
      Morris Jette authored
      Report correct job "Reason" if needed nodes are DOWN, DRAINED, or
      NOT_RESPONDING, "Resources" rather than "PartitionNodeLimit".
      d1727590