1. 02 May, 2006 1 commit
  2. 01 May, 2006 1 commit
  3. 28 Apr, 2006 1 commit
  4. 27 Apr, 2006 3 commits
  5. 25 Apr, 2006 2 commits
  6. 24 Apr, 2006 3 commits
  7. 22 Apr, 2006 1 commit
  8. 21 Apr, 2006 1 commit
  9. 20 Apr, 2006 1 commit
  10. 14 Apr, 2006 3 commits
  11. 13 Apr, 2006 2 commits
  12. 12 Apr, 2006 3 commits
  13. 11 Apr, 2006 1 commit
  14. 08 Apr, 2006 1 commit
  15. 07 Apr, 2006 1 commit
  16. 05 Apr, 2006 2 commits
  17. 31 Mar, 2006 1 commit
  18. 30 Mar, 2006 2 commits
  19. 29 Mar, 2006 1 commit
  20. 23 Mar, 2006 3 commits
  21. 22 Mar, 2006 3 commits
  22. 20 Mar, 2006 2 commits
  23. 14 Mar, 2006 1 commit
    • Christopher J. Morrone's avatar
      svn merge -r7263:7499 https://eris.llnl.gov/svn/slurm/branches/config · f686c816
      Christopher J. Morrone authored
      New general configuration file parser and slurm.conf handling code.
      Allows long lines to be continued on the next line by ending with a "\".
      Whitespace is allowed between the key and "=", and between the "=" and
      value.
      
      slurm.conf is now read only once, and resulting data structures can be
      shared between application and slurm library code.
      
      WARNING: A NodeName may now occur only once in a slurm.conf file.
        If you want to temporarily make nodes DOWN in the slurm.conf,
        use the new DownNodes keyword (see "man slurm.conf").
      f686c816