summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2023-05-11 22:29:17 +0200
committerGitHub <noreply@github.com>2023-05-11 13:29:17 -0700
commit5c7dda7e14ef05741d8dd1c4335883638836ee6b (patch)
tree788e0b8d2e4d9f89fdb91c0a228bbfab65defbf5 /share
parent0e87243284d7c8992ae0cbb9e46348557119a117 (diff)
downloadspack-5c7dda7e14ef05741d8dd1c4335883638836ee6b.tar.gz
spack-5c7dda7e14ef05741d8dd1c4335883638836ee6b.tar.bz2
spack-5c7dda7e14ef05741d8dd1c4335883638836ee6b.tar.xz
spack-5c7dda7e14ef05741d8dd1c4335883638836ee6b.zip
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
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index 0db940129a..1644cffe6f 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -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() {