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.
This commit is contained in:
Ken Raffenetti 2024-02-12 03:55:57 -06:00 committed by GitHub
parent b23038db53
commit 2491855678
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -620,7 +620,6 @@ def configure_args(self):
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")