osu-micro-benchmarks: add v5.9 (#29814)
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
parent
9dac0dea25
commit
a7b91321e5
1 changed files with 2 additions and 6 deletions
|
@ -18,7 +18,8 @@ class OsuMicroBenchmarks(AutotoolsPackage):
|
|||
homepage = "https://mvapich.cse.ohio-state.edu/benchmarks/"
|
||||
url = "https://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-5.6.3.tar.gz"
|
||||
|
||||
version('5.7.1', sha256='cb5ce4e2e68ed012d9952e96ef880a802058c87a1d840a2093b19bddc7faa165')
|
||||
version('5.9', sha256='d619740a1c2cc7c02a9763931546b320d0fa4093c415ff3873c2958e121c0609')
|
||||
version('5.7.1', sha256='cb5ce4e2e68ed012d9952e96ef880a802058c87a1d840a2093b19bddc7faa165', url="https://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-5.7.1.tgz")
|
||||
version('5.7', sha256='1470ebe00eb6ca7f160b2c1efda57ca0fb26b5c4c61148a3f17e8e79fbf34590')
|
||||
version('5.6.3', sha256='c5eaa8c5b086bde8514fa4cac345d66b397e02283bc06e44cb6402268a60aeb8')
|
||||
version('5.6.2', sha256='2ecb90abd85398786823c0716d92448d7094657d3f017c65d270ffe39afc7b95')
|
||||
|
@ -32,11 +33,6 @@ class OsuMicroBenchmarks(AutotoolsPackage):
|
|||
depends_on('mpi')
|
||||
depends_on('cuda', when='+cuda')
|
||||
|
||||
def url_for_version(self, version):
|
||||
ext = "tar.gz" if version < Version('5.7.1') else "tgz"
|
||||
url = "http://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-{0}.{1}"
|
||||
return url.format(version, ext)
|
||||
|
||||
def configure_args(self):
|
||||
spec = self.spec
|
||||
config_args = [
|
||||
|
|
Loading…
Reference in a new issue