1. 21 Mar, 2006 2 commits
  2. 20 Mar, 2006 6 commits
  3. 18 Mar, 2006 3 commits
  4. 17 Mar, 2006 10 commits
  5. 16 Mar, 2006 3 commits
  6. 15 Mar, 2006 15 commits
  7. 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