osu-micro-benchmarks: add v6.1 (#32692)
This commit is contained in:
parent
24245be85a
commit
3b273e263b
1 changed files with 2 additions and 1 deletions
|
@ -16,10 +16,11 @@ class OsuMicroBenchmarks(AutotoolsPackage, CudaPackage):
|
|||
and can be used for both traditional and GPU-enhanced nodes."""
|
||||
|
||||
homepage = "https://mvapich.cse.ohio-state.edu/benchmarks/"
|
||||
url = "https://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-6.0.tar.gz"
|
||||
url = "https://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-6.1.tar.gz"
|
||||
|
||||
maintainers = ["natshineman", "harisubramoni", "MatthewLieber"]
|
||||
|
||||
version("6.1", sha256="ecccedc868264f75db4d9529af79005419a2775113c7fae8f4e4a8434362e4a7")
|
||||
version("6.0", sha256="309fb7583ff54562343b0e0df1eebde3fc245191e183be362f031ac74f4ab542")
|
||||
version("5.9", sha256="d619740a1c2cc7c02a9763931546b320d0fa4093c415ff3873c2958e121c0609")
|
||||
version(
|
||||
|
|
Loading…
Reference in a new issue