Intel MPI Benchmarks 'IMB-P2P' is available for versions newer than 2018. (#37360)
This commit is contained in:
parent
c7e60f441a
commit
71aa12f72c
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue