Update OSU benchmarks to upstream release 7.1
Resolves: rhbz#2220941 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
dcb74fe2cd
commit
25560a22e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/IMB-v2021.2.tar.gz
|
||||
/osu-micro-benchmarks-5.8.tgz
|
||||
/IMB-v2021.3.tar.gz
|
||||
/osu-micro-benchmarks-7.1-1.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global intel_mpi_bench_vers IMB-v2021.3
|
||||
%global osu_micro_bench_vers 5.8
|
||||
%global osu_micro_bench_vers 7.1-1
|
||||
Summary: MPI Benchmarks and tests
|
||||
Name: mpitests
|
||||
Version: 5.8
|
||||
Version: 7.1
|
||||
Release: 1%{?dist}
|
||||
License: CPL and BSD
|
||||
Group: Applications/Engineering
|
||||
@ -11,7 +11,7 @@ Group: Applications/Engineering
|
||||
URL: http://www.openfabrics.org
|
||||
# https://software.intel.com/en-us/articles/intel-mpi-benchmarks
|
||||
Source0: https://github.com/intel/mpi-benchmarks/archive/%{intel_mpi_bench_vers}.tar.gz
|
||||
Source1: http://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-%{osu_micro_bench_vers}.tgz
|
||||
Source1: http://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-%{osu_micro_bench_vers}.tar.gz
|
||||
# Only for old openmpi
|
||||
#Patch101: OMB-disable-collective-async.patch
|
||||
BuildRequires: hwloc-devel, libibmad-devel, rdma-core-devel
|
||||
@ -68,7 +68,7 @@ MPI test suite compiled against the mvapich2 package using OmniPath
|
||||
%prep
|
||||
%setup -c
|
||||
%setup -T -D -a 1
|
||||
cd osu-micro-benchmarks-5.8
|
||||
cd osu-micro-benchmarks-7.1-1
|
||||
cd ..
|
||||
|
||||
%build
|
||||
@ -172,6 +172,10 @@ do_install
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 06 2023 Kamal Heib <kheib@redhat.com> - 7.1-1
|
||||
- Update OSU benchmarks to upstream release 7.1
|
||||
- Resolves: rhbz#2220941
|
||||
|
||||
* Wed Dec 08 2021 Honggang Li <honli@redhat.com> - 5.8-1
|
||||
- Update OSU benchmarks to upstream release 5.8
|
||||
- Update Intel MPI Benchmarks 2021.3
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (osu-micro-benchmarks-5.8.tgz) = 349f4cbc768814a54add6a135fde7efde117eb108763c888879b9b3c45d4395e819f044d4705776a57f49790b4c90117ebaa86f9bf5802dc5f9f48e9f92a6a07
|
||||
SHA512 (osu-micro-benchmarks-7.1-1.tar.gz) = 29c7d6cbb98a0c48deac2765eb18cac0c57609d29bfd90ca66181ca496333690efc55423639cad7268493db5aeb9fb4de0528bb2cf2757f9e579dfbaf777e912
|
||||
SHA512 (IMB-v2021.3.tar.gz) = fdb1a2426b5999c58c5d15228c64a80f28f4051d438e86a132f0fc42c3cda88f0e1bbcb792316617864d0f4d07d89143a96f3824bd4806fc8cde3c2dcb1d4094
|
||||
|
Loading…
Reference in New Issue
Block a user