From 5c7dda7e14ef05741d8dd1c4335883638836ee6b Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Thu, 11 May 2023 22:29:17 +0200 Subject: 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 --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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() { -- cgit v1.2.3-70-g09d2