public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schmidt <mschmidt@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/intel-mpi-benchmarks] epel10: initial import
Date: Wed, 22 Jul 2026 12:58:42 GMT [thread overview]
Message-ID: <178472512298.1.12406129902683659852.rpms-intel-mpi-benchmarks-c8a81ac22e57@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/intel-mpi-benchmarks
Branch : epel10
Commit : c8a81ac22e579b37a8bdfb6661ea8190695a8725
Author : Michal Schmidt <mschmidt@redhat.com>
Date : 2017-03-07T18:31:51+01:00
Stats : +129/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/intel-mpi-benchmarks/c/c8a81ac22e579b37a8bdfb6661ea8190695a8725?branch=epel10
Log:
initial import
Package review:
https://bugzilla.redhat.com/show_bug.cgi?id=1425960
---
diff --git a/.gitignore b/.gitignore
index e69de29..3d070b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IMB_2017-clean.tar.xz
diff --git a/intel-mpi-benchmarks.spec b/intel-mpi-benchmarks.spec
new file mode 100644
index 0000000..88f0f1e
--- /dev/null
+++ b/intel-mpi-benchmarks.spec
@@ -0,0 +1,127 @@
+Summary: Intel MPI benchmarks
+Name: intel-mpi-benchmarks
+Version: 2017
+Release: 2%{?dist}
+License: CPL
+URL: https://software.intel.com/en-us/articles/intel-mpi-benchmarks
+# The original upstream tarball is:
+# https://software.intel.com/sites/default/files/managed/a3/53/IMB_2017.tgz
+# In it the following files with a non-free license were found:
+# imb/imb/doc/IMB_Users_Guide/search.js:
+# WARNING: You must purchase a copy of FAR HTML v4 or greater to use this file.
+# imb/imb/doc/IMB_Users_Guide/tree.js:
+# Please don't use this file without purchasing FAR. http://helpware.net/FAR/
+# FAR is an HTML help authoring tool. It's probably unintentional for it to
+# impose license restrictions on output generated by it, but to be safe
+# the HTML documentation has been removed from the tarball for Fedora:
+# tar -xzvf IMB_2017.tgz
+# rm -rf imb/imb/doc/{IMB_Users_Guide/,IMB_Users_Guide.htm,marker.js}
+# tar -cjvf IMB_2017-clean.tar.xz --owner=0 --group=0 imb/
+Source0: IMB_2017-clean.tar.xz
+BuildRequires: gcc
+
+%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\
+sizes. The generated benchmark data fully characterizes:\
+ - Performance of a cluster system, including node performance, network\
+ latency, and throughput\
+ - Efficiency of the MPI implementation used
+
+%description
+%{desc}
+
+%package license
+Summary: License of Intel MPI benchmarks
+BuildArch: noarch
+%description license
+This package contains the license of Intel MPI benchmarks.
+
+%package openmpi
+Summary: Intel MPI benchmarks compiled against openmpi
+BuildRequires: openmpi-devel
+# Require explicitly for dir ownership and to guarantee the pickup of the right runtime
+Requires: openmpi
+Requires: %{name}-license = %{version}-%{release}
+%description openmpi
+%{desc}
+
+This package was built against the Open MPI implementation of MPI.
+
+%package mpich
+Summary: Intel MPI benchmarks compiled against mpich
+BuildRequires: mpich-devel
+# Require explicitly for dir ownership and to guarantee the pickup of the right runtime
+Requires: mpich
+Requires: %{name}-license = %{version}-%{release}
+%description mpich
+%{desc}
+
+This package was built against the MPICH implementation of MPI.
+
+%package doc
+Summary: Documentation for Intel MPI benchmarks
+BuildArch: noarch
+Requires: %{name}-license = %{version}-%{release}
+%description doc
+This package contains the documentation for Intel MPI benchmarks.
+
+%prep
+%setup -q -n imb/imb
+
+%build
+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 ../..
+}
+
+# do N builds, one for each mpi stack
+%{_openmpi_load}
+do_build
+%{_openmpi_unload}
+
+%{_mpich_load}
+do_build
+%{_mpich_unload}
+
+%install
+do_install() {
+ mkdir -p %{buildroot}$MPI_BIN
+ cd build-$MPI_COMPILER/src
+ for f in IMB-*; do
+ cp "$f" "%{buildroot}$MPI_BIN/${f}$MPI_SUFFIX"
+ done
+ cd ../..
+}
+
+# do N installs, one for each mpi stack
+%{_openmpi_load}
+do_install
+%{_openmpi_unload}
+
+%{_mpich_load}
+do_install
+%{_mpich_unload}
+
+%files license
+%license license/{,use-of-trademark-}license.txt
+
+%files openmpi
+%{_libdir}/openmpi/bin/IMB-{MPI1,EXT,IO,NBC,RMA}_openmpi
+
+%files mpich
+%{_libdir}/mpich/bin/IMB-{MPI1,EXT,IO,NBC,RMA}_mpich
+
+%files doc
+%doc doc/
+
+%changelog
+* Tue Mar 07 2017 Michal Schmidt <mschmidt@redhat.com> - 2017-2
+- Remove HTML docs from the tarball due to non-free JavaScript files.
+
+* Wed Feb 22 2017 Michal Schmidt <mschmidt@redhat.com> - 2017-1
+- Initial package for Fedora.
+- Parts copied from the mpitests package from RHEL.
diff --git a/sources b/sources
index e69de29..1756143 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (IMB_2017-clean.tar.xz) = 464e78f84ed7d6493fac9c4522f5e8794e9979fd995732eb8216ca9a96e1906ad0477aec36732edf44d07b7a30ca1adf8f5dfabc4c9f061b1e62ff1e971a8507
reply other threads:[~2026-07-22 12:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178472512298.1.12406129902683659852.rpms-intel-mpi-benchmarks-c8a81ac22e57@fedoraproject.org \
--to=mschmidt@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox