summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@users.noreply.github.com>2024-02-12 03:55:57 -0600
committerGitHub <noreply@github.com>2024-02-12 10:55:57 +0100
commit2491855678624dfe64dbc4d583b9897c1d27ab45 (patch)
tree8904fd6e3b846c23c2946949174be95b9dc15451
parentb23038db53c19e0a2cd6b06b16ed05662ebb684f (diff)
downloadspack-2491855678624dfe64dbc4d583b9897c1d27ab45.tar.gz
spack-2491855678624dfe64dbc4d583b9897c1d27ab45.tar.bz2
spack-2491855678624dfe64dbc4d583b9897c1d27ab45.tar.xz
spack-2491855678624dfe64dbc4d583b9897c1d27ab45.zip
mpich: Fix +vci variant for newer releases (#42570)
--with-ch4-max-vcis=default is no longer accepted by MPICH configure since the 4.1 release. Just omit the option from the +vci variant, since configure will select the default value in its absence.
-rw-r--r--var/spack/repos/builtin/packages/mpich/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/mpich/package.py b/var/spack/repos/builtin/packages/mpich/package.py
index 64757cee98..3398da3f5a 100644
--- a/var/spack/repos/builtin/packages/mpich/package.py
+++ b/var/spack/repos/builtin/packages/mpich/package.py
@@ -620,7 +620,6 @@ supported, and netmod is ignored if device is ch3:sock.""",
if "+vci" in spec:
config_args.append("--enable-thread-cs=per-vci")
- config_args.append("--with-ch4-max-vcis=default")
if "datatype-engine=yaksa" in spec:
config_args.append("--with-datatype-engine=yaksa")