Allow using -j to control the parallelism of concretization (#37608)

fixes #29464

This PR allows to use
```
$ spack concretize -j X
```
to set a cap on the parallelism of concretization from the command line
This commit is contained in:
Massimiliano Culpo
2023-05-11 22:29:17 +02:00
committed by GitHub
parent 0e87243284
commit 5c7dda7e14
3 changed files with 6 additions and 2 deletions

View File

@@ -734,7 +734,7 @@ _spack_compilers() {
}
_spack_concretize() {
SPACK_COMPREPLY="-h --help -f --force --test -q --quiet -U --fresh --reuse --reuse-deps"
SPACK_COMPREPLY="-h --help -f --force --test -q --quiet -U --fresh --reuse --reuse-deps -j --jobs"
}
_spack_config() {