public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/intel-mpi-benchmarks] epel10: Update to upstream release v2021.3.
@ 2026-07-22 12:58 Izabela Bakollari
0 siblings, 0 replies; 7+ messages in thread
From: Izabela Bakollari @ 2026-07-22 12:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-mpi-benchmarks
Branch : epel10
Commit : a07be5b64e270f4953dd51dc72c218fa1b1b3522
Author : Izabela Bakollari <izabela.bakollari@gmail.com>
Date : 2022-05-11T10:51:37+02:00
Stats : +8/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/intel-mpi-benchmarks/c/a07be5b64e270f4953dd51dc72c218fa1b1b3522?branch=epel10
Log:
Update to upstream release v2021.3.
---
diff --git a/intel-mpi-benchmarks.spec b/intel-mpi-benchmarks.spec
index 9fd5ee9..55dd384 100644
--- a/intel-mpi-benchmarks.spec
+++ b/intel-mpi-benchmarks.spec
@@ -53,11 +53,13 @@ This package was built against the MPICH implementation of MPI.
%build
do_build() {
mkdir .$MPI_COMPILER
- cp -al * .$MPI_COMPILER
+ cp -a * .$MPI_COMPILER
mv .$MPI_COMPILER build-$MPI_COMPILER
cd build-$MPI_COMPILER
+ export CC=mpicc
+ export CXX=mpicxx
make -f Makefile OPTFLAGS="%{optflags}" MPI_HOME="$MPI_HOME" all
- cd ../..
+ cd ..
}
# do N builds, one for each mpi stack
@@ -76,7 +78,7 @@ do_install() {
for f in IMB-*; do
cp "$f" "%{buildroot}$MPI_BIN/${f}$MPI_SUFFIX"
done
- cd ../..
+ cd ..
}
# do N installs, one for each mpi stack
@@ -92,13 +94,13 @@ do_install
%license license/{,use-of-trademark-}license.txt
%files openmpi
-%{_libdir}/openmpi/bin/IMB-{MPI1,EXT,IO,NBC,RMA}_openmpi
+%{_libdir}/openmpi/bin/IMB-{MPI1,EXT,IO,NBC,RMA,MT,P2P}_openmpi
%files mpich
-%{_libdir}/mpich/bin/IMB-{MPI1,EXT,IO,NBC,RMA}_mpich
+%{_libdir}/mpich/bin/IMB-{MPI1,EXT,IO,NBC,RMA,MT,P2P}_mpich
%changelog
-* Wed Mar 09 2022 Izabela Bakollari <izabela.bakollari@gmail.com> - 2021.3-1
+* Wed May 11 2022 Izabela Bakollari <izabela.bakollari@gmail.com> - 2021.3-1
- Update to upstream release v2021.3.
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2018.0-11
^ permalink raw reply related [flat|nested] 7+ messages in thread* [rpms/intel-mpi-benchmarks] epel10: Update to upstream release v2021.3.
@ 2026-07-22 12:58 Izabela Bakollari
0 siblings, 0 replies; 7+ messages in thread
From: Izabela Bakollari @ 2026-07-22 12:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-mpi-benchmarks
Branch : epel10
Commit : e066193a044742280c230d6bb1bfe0598b8eb43f
Author : Izabela Bakollari <izabela.bakollari@gmail.com>
Date : 2022-05-17T12:55:41+02:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/intel-mpi-benchmarks/c/e066193a044742280c230d6bb1bfe0598b8eb43f?branch=epel10
Log:
Update to upstream release v2021.3.
---
diff --git a/intel-mpi-benchmarks.spec b/intel-mpi-benchmarks.spec
index 55dd384..2f19be2 100644
--- a/intel-mpi-benchmarks.spec
+++ b/intel-mpi-benchmarks.spec
@@ -53,7 +53,7 @@ This package was built against the MPICH implementation of MPI.
%build
do_build() {
mkdir .$MPI_COMPILER
- cp -a * .$MPI_COMPILER
+ cp -al * .$MPI_COMPILER
mv .$MPI_COMPILER build-$MPI_COMPILER
cd build-$MPI_COMPILER
export CC=mpicc
@@ -100,7 +100,7 @@ do_install
%{_libdir}/mpich/bin/IMB-{MPI1,EXT,IO,NBC,RMA,MT,P2P}_mpich
%changelog
-* Wed May 11 2022 Izabela Bakollari <izabela.bakollari@gmail.com> - 2021.3-1
+* Tue May 17 2022 Izabela Bakollari <izabela.bakollari@gmail.com> - 2021.3-1
- Update to upstream release v2021.3.
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2018.0-11
^ permalink raw reply related [flat|nested] 7+ messages in thread* [rpms/intel-mpi-benchmarks] epel10: Update to upstream release v2021.3.
@ 2026-07-22 12:58 Izabela bakollari
0 siblings, 0 replies; 7+ messages in thread
From: Izabela bakollari @ 2026-07-22 12:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-mpi-benchmarks
Branch : epel10
Commit : 03f21955cfdf5c6ac884ad674af07a9e25bf4e83
Author : Izabela bakollari <izabela.bakollari@gmail.com>
Date : 2022-03-09T08:03:15+01:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/intel-mpi-benchmarks/c/03f21955cfdf5c6ac884ad674af07a9e25bf4e83?branch=epel10
Log:
Update to upstream release v2021.3.
---
diff --git a/intel-mpi-benchmarks.spec b/intel-mpi-benchmarks.spec
index 24a493b..6e15ca5 100644
--- a/intel-mpi-benchmarks.spec
+++ b/intel-mpi-benchmarks.spec
@@ -54,8 +54,8 @@ do_build() {
mkdir .$MPI_COMPILER
cp -al * .$MPI_COMPILER
mv .$MPI_COMPILER build-$MPI_COMPILER
- cd build-$MPI_COMPILER/src
- make -f make_mpich OPTFLAGS="%{optflags}" MPI_HOME="$MPI_HOME" all
+ cd build-$MPI_COMPILER
+ make -f make_mpich OPTFLAGS="%{optflags}" MPI_HOME="$MPI_HOME" Makefile
cd ../..
}
@@ -97,7 +97,7 @@ do_install
%{_libdir}/mpich/bin/IMB-{MPI1,EXT,IO,NBC,RMA}_mpich
%changelog
-* Wed Mar 02 2022 Izabela Bakollari <izabela.bakollari@gmail.com> - 2021.3-1
+* Wed Mar 09 2022 Izabela Bakollari <izabela.bakollari@gmail.com> - 2021.3-1
- Update to upstream release v2021.3.
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2018.0-11
^ permalink raw reply related [flat|nested] 7+ messages in thread* [rpms/intel-mpi-benchmarks] epel10: Update to upstream release v2021.3.
@ 2026-07-22 12:58 Izabela bakollari
0 siblings, 0 replies; 7+ messages in thread
From: Izabela bakollari @ 2026-07-22 12:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-mpi-benchmarks
Branch : epel10
Commit : 6db509c0ee21796cb66fd6235c3884d27d7e5c0b
Author : Izabela bakollari <izabela.bakollari@gmail.com>
Date : 2022-03-09T09:27:08+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/intel-mpi-benchmarks/c/6db509c0ee21796cb66fd6235c3884d27d7e5c0b?branch=epel10
Log:
Update to upstream release v2021.3.
---
diff --git a/intel-mpi-benchmarks.spec b/intel-mpi-benchmarks.spec
index 6e15ca5..4345162 100644
--- a/intel-mpi-benchmarks.spec
+++ b/intel-mpi-benchmarks.spec
@@ -55,7 +55,7 @@ do_build() {
cp -al * .$MPI_COMPILER
mv .$MPI_COMPILER build-$MPI_COMPILER
cd build-$MPI_COMPILER
- make -f make_mpich OPTFLAGS="%{optflags}" MPI_HOME="$MPI_HOME" Makefile
+ make -f Makefile OPTFLAGS="%{optflags}" MPI_HOME="$MPI_HOME" all
cd ../..
}
@@ -71,7 +71,7 @@ do_build
%install
do_install() {
mkdir -p %{buildroot}$MPI_BIN
- cd build-$MPI_COMPILER/src
+ cd build-$MPI_COMPILER
for f in IMB-*; do
cp "$f" "%{buildroot}$MPI_BIN/${f}$MPI_SUFFIX"
done
^ permalink raw reply related [flat|nested] 7+ messages in thread* [rpms/intel-mpi-benchmarks] epel10: Update to upstream release v2021.3.
@ 2026-07-22 12:58 Izabela bakollari
0 siblings, 0 replies; 7+ messages in thread
From: Izabela bakollari @ 2026-07-22 12:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-mpi-benchmarks
Branch : epel10
Commit : 6e744373514c0989eb149a3fb90f01cbfd701a56
Author : Izabela bakollari <izabela.bakollari@gmail.com>
Date : 2022-03-09T10:44:16+01:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/intel-mpi-benchmarks/c/6e744373514c0989eb149a3fb90f01cbfd701a56?branch=epel10
Log:
Update to upstream release v2021.3.
---
diff --git a/intel-mpi-benchmarks.spec b/intel-mpi-benchmarks.spec
index 4345162..9fd5ee9 100644
--- a/intel-mpi-benchmarks.spec
+++ b/intel-mpi-benchmarks.spec
@@ -7,6 +7,7 @@ URL: https://software.intel.com/en-us/articles/intel-mpi-benchmarks
Source0: https://github.com/intel/mpi-benchmarks/archive/IMB-v%{version}.tar.gz
BuildRequires: make
BuildRequires: gcc
+BuildRequires: gcc-c++
%global desc The Intel MPI Benchmarks perform a set of MPI performance measurements for\
point-to-point and global communication operations for a range of message\
^ permalink raw reply related [flat|nested] 7+ messages in thread* [rpms/intel-mpi-benchmarks] epel10: Update to upstream release v2021.3.
@ 2026-07-22 12:58 Izabela bakollari
0 siblings, 0 replies; 7+ messages in thread
From: Izabela bakollari @ 2026-07-22 12:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-mpi-benchmarks
Branch : epel10
Commit : 6e780cfe12b4f238479a84914e2e18a292e9b7a0
Author : Izabela bakollari <izabela.bakollari@gmail.com>
Date : 2022-02-22T21:53:48+01:00
Stats : +8/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/intel-mpi-benchmarks/c/6e780cfe12b4f238479a84914e2e18a292e9b7a0?branch=epel10
Log:
Update to upstream release v2021.3.
---
diff --git a/.gitignore b/.gitignore
index fa78a09..6e2a599 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/IMB_2017-clean.tar.xz
/v2018.0.tar.gz
+/IMB-v2021.3.tar.gz
diff --git a/intel-mpi-benchmarks.spec b/intel-mpi-benchmarks.spec
index 9b6a34a..479911e 100644
--- a/intel-mpi-benchmarks.spec
+++ b/intel-mpi-benchmarks.spec
@@ -1,10 +1,10 @@
Summary: Intel MPI benchmarks
Name: intel-mpi-benchmarks
-Version: 2018.0
-Release: 11%{?dist}
+Version: 2021.3
+Release: 1%{?dist}
License: CPL
URL: https://software.intel.com/en-us/articles/intel-mpi-benchmarks
-Source0: https://github.com/intel/mpi-benchmarks/archive/v%{version}.tar.gz
+Source0: https://github.com/intel/mpi-benchmarks/archive/IMB-v%{version}.tar.gz
BuildRequires: make
BuildRequires: gcc
@@ -97,6 +97,9 @@ do_install
%{_libdir}/mpich/bin/IMB-{MPI1,EXT,IO,NBC,RMA}_mpich
%changelog
+* Tue Feb 22 2022 Izabela Bakollari <izabela.bakollari@gmail.com> - 2021.3-1
+- Update to upstream release v2021.3.
+
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2018.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index d7a184b..4fcfdde 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v2018.0.tar.gz) = 913c88bb059c8e8fb231089f3c019b7d2d236c5aac46d0ca5d997faa3afad671bf809d8e5fea9e87f55fdc0788285bb1814458cdf879f33aab86a8d911885dce
+SHA512 (IMB-v2021.3.tar.gz) = fdb1a2426b5999c58c5d15228c64a80f28f4051d438e86a132f0fc42c3cda88f0e1bbcb792316617864d0f4d07d89143a96f3824bd4806fc8cde3c2dcb1d4094
^ permalink raw reply related [flat|nested] 7+ messages in thread* [rpms/intel-mpi-benchmarks] epel10: Update to upstream release v2021.3.
@ 2026-07-22 12:58 Izabela bakollari
0 siblings, 0 replies; 7+ messages in thread
From: Izabela bakollari @ 2026-07-22 12:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-mpi-benchmarks
Branch : epel10
Commit : 2ca2e87b86c687a2ef6f1dffdf635af1b2ba0c9b
Author : Izabela bakollari <izabela.bakollari@gmail.com>
Date : 2022-03-02T09:19:45+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/intel-mpi-benchmarks/c/2ca2e87b86c687a2ef6f1dffdf635af1b2ba0c9b?branch=epel10
Log:
Update to upstream release v2021.3.
---
diff --git a/intel-mpi-benchmarks.spec b/intel-mpi-benchmarks.spec
index 479911e..24a493b 100644
--- a/intel-mpi-benchmarks.spec
+++ b/intel-mpi-benchmarks.spec
@@ -47,7 +47,7 @@ Requires: %{name}-license = %{version}-%{release}
This package was built against the MPICH implementation of MPI.
%prep
-%setup -q -n mpi-benchmarks-%{version}
+%setup -q -n mpi-benchmarks-IMB-v%{version}
%build
do_build() {
@@ -97,7 +97,7 @@ do_install
%{_libdir}/mpich/bin/IMB-{MPI1,EXT,IO,NBC,RMA}_mpich
%changelog
-* Tue Feb 22 2022 Izabela Bakollari <izabela.bakollari@gmail.com> - 2021.3-1
+* Wed Mar 02 2022 Izabela Bakollari <izabela.bakollari@gmail.com> - 2021.3-1
- Update to upstream release v2021.3.
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2018.0-11
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-07-22 12:58 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 12:58 [rpms/intel-mpi-benchmarks] epel10: Update to upstream release v2021.3 Izabela Bakollari
-- strict thread matches above, loose matches on Subject: below --
2026-07-22 12:58 Izabela Bakollari
2026-07-22 12:58 Izabela bakollari
2026-07-22 12:58 Izabela bakollari
2026-07-22 12:58 Izabela bakollari
2026-07-22 12:58 Izabela bakollari
2026-07-22 12:58 Izabela bakollari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox