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:
committed by
GitHub
parent
0e87243284
commit
5c7dda7e14
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user