Allow users to set parallel jobs in config.yaml (#3812)

* Allow users to set parallel jobs in config.yaml

* Undo change from endash to emdash

* Remove parallel config, rename jobs to build_jobs
This commit is contained in:
Adam J. Stewart
2017-04-15 10:31:00 -05:00
committed by Todd Gamblin
parent 62fb1ad990
commit bd1beedaf5
6 changed files with 36 additions and 6 deletions

View File

@@ -66,3 +66,9 @@ config:
# If set to true, `spack install` and friends will NOT clean
# potentially harmful variables from the build environment. Use wisely.
dirty: false
# The default number of jobs to use when running `make` in parallel.
# If set to 4, for example, `spack install` will run `make -j4`.
# If not set, all available cores are used by default.
# build_jobs: 4