1. 25 Jan, 2017 2 commits
  2. 23 Jan, 2017 1 commit
  3. 20 Jan, 2017 1 commit
    • Brian Christiansen's avatar
      Fix mutlicluster options to work with newer ctlds · 8b430b6a
      Brian Christiansen authored
      If a lower version client would try to communicate with a higher version
      controller the dbd would return the controller's version and the client
      would use that version to talk to the controller. When the controller
      would respond, the client wouldn't know how to unpack the higher version
      msg.
      8b430b6a
  4. 19 Jan, 2017 2 commits
  5. 18 Jan, 2017 3 commits
  6. 17 Jan, 2017 4 commits
  7. 15 Jan, 2017 1 commit
  8. 12 Jan, 2017 2 commits
  9. 11 Jan, 2017 2 commits
  10. 09 Jan, 2017 2 commits
  11. 05 Jan, 2017 1 commit
  12. 04 Jan, 2017 4 commits
  13. 03 Jan, 2017 2 commits
  14. 29 Dec, 2016 2 commits
  15. 28 Dec, 2016 1 commit
  16. 21 Dec, 2016 1 commit
  17. 19 Dec, 2016 1 commit
  18. 16 Dec, 2016 1 commit
  19. 15 Dec, 2016 3 commits
  20. 14 Dec, 2016 3 commits
  21. 13 Dec, 2016 1 commit
    • Tim Wickberg's avatar
      Do not attempt to lookup task program in slurmd. · e3ca013b
      Tim Wickberg authored
      Reverts most of commit 84023f27.
      
      Searching the PATH in slurmd can fail due to root_squash'd NFS
      filesystems, leading to the "wrong" program being launched.
      
      If you'd like the performance benefit from avoiding this lookup
      during each separate task launch, set SLURM_TEST_EXEC=1 instead
      which will perform the lookup once within srun, which then ensures
      the lookup happens under the users own environment and not that
      of the slurmd.
      
      Bug 2992.
      e3ca013b