Intel MPI Benchmarks 'IMB-P2P' is available for versions newer than 2018. (#37360)

This commit is contained in:
Jack Morrison 2023-05-03 05:29:14 -04:00 committed by GitHub
parent c7e60f441a
commit 71aa12f72c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ class IntelMpiBenchmarks(MakefilePackage):
variant("ext", default=True, description="Build EXT benchmark")
variant("io", default=True, description="Build IO benchmark")
variant("nbc", default=True, description="Build NBC benchmark")
variant("p2p", default=True, description="Build P2P benchmark", when="@2018")
variant("p2p", default=True, description="Build P2P benchmark", when="@2018:")
variant("rma", default=True, description="Build RMA benchmark")
variant("mt", default=True, description="Build MT benchmark")