1. 09 May, 2011 2 commits
    • Moe Jette's avatar
      Preserve node power up flag at slurmctld restart · cd9fae3f
      Moe Jette authored
      Fix bug in node stat if slurmctld is restarted while nodes are in the
      process of being powered up. Nodes can be left in an unusable state.
      Patch from Andriy Grytsenko.
      cd9fae3f
    • Moe Jette's avatar
      Correct spelling errors · d2b00e47
      Moe Jette authored
      Correct spelling errors in various documents, code, tests and NEWS.
      This is patch "spelling-errors" from Gennaro Oliva.
      d2b00e47
  2. 07 May, 2011 1 commit
  3. 06 May, 2011 1 commit
  4. 29 Apr, 2011 2 commits
  5. 28 Apr, 2011 1 commit
  6. 27 Apr, 2011 2 commits
  7. 26 Apr, 2011 1 commit
  8. 18 Apr, 2011 1 commit
  9. 15 Apr, 2011 1 commit
  10. 13 Apr, 2011 1 commit
  11. 11 Apr, 2011 1 commit
  12. 07 Apr, 2011 4 commits
  13. 06 Apr, 2011 2 commits
  14. 05 Apr, 2011 3 commits
  15. 04 Apr, 2011 2 commits
  16. 02 Apr, 2011 1 commit
  17. 01 Apr, 2011 1 commit
  18. 31 Mar, 2011 2 commits
  19. 30 Mar, 2011 9 commits
  20. 29 Mar, 2011 1 commit
    • Moe Jette's avatar
      minor tweak in slurm.conf man page: · d6952e1c
      Moe Jette authored
      
      The man page for slurm.conf, select/cons_res parameter SelectTypeParameters, values CR_Socket and CR_Socket_Memory states the following:
      
      "Note that jobs requesting one CPU will only be given access to that one CPU"
      
      I think this statement is incorrect, or at least very misleading to users. A job requesting one CPU will only be allocated one CPU, but unless task/affinity is enabled or some other CPU binding mechanism is used, the job can access all of the CPUs on the node.  That is, a task that is distributed to the node can run on any of the CPUs on the node, not just on the one CPU that was allocated to its job. I propose the following patch to replace "given access to" with "allocated".
      
      Regards,
      Martin Perry
      d6952e1c
  21. 28 Mar, 2011 1 commit