Commit f686c816 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

svn merge -r7263:7499 https://eris.llnl.gov/svn/slurm/branches/config

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").
parent 71af58d7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment