Information for build mpich-4.0.2-4.fc37

ID2156834
Package Namempich
Version4.0.2
Release4.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/mpich.git#2400e5803f7ea3ef5fa4034ac90f2c6361f1257d
SummaryA high-performance implementation of MPI
DescriptionMPICH is a high-performance and widely portable implementation of the Message Passing Interface (MPI) standard (MPI-1, MPI-2 and MPI-3). The goals of MPICH are: (1) to provide an MPI implementation that efficiently supports different computation and communication platforms including commodity clusters (desktop systems, shared-memory systems, multicore architectures), high-speed networks (10 Gigabit Ethernet, InfiniBand, Myrinet, Quadrics) and proprietary high-end computing systems (Blue Gene, Cray) and (2) to enable cutting-edge research in MPI through an easy-to-extend modular framework for other derived implementations. The mpich binaries in this RPM packages were configured to use the default process manager (Hydra) using the default device (ch3). The ch3 device was configured with support for the nemesis channel that allows for shared-memory and TCP/IP sockets based communication. This build also include support for using the 'module environment' to select which MPI implementation to use when multiple implementations are installed. If you want MPICH support to be automatically loaded, you need to install the mpich-autoload package.
Built byzbyszek
State complete
Volume DEFAULT
StartedTue, 21 Feb 2023 14:33:57 UTC
CompletedTue, 21 Feb 2023 14:50:36 UTC
Taskbuild (f37-candidate, /rpms/mpich.git:2400e5803f7ea3ef5fa4034ac90f2c6361f1257d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/mpich.git#2400e5803f7ea3ef5fa4034ac90f2c6361f1257d'}}
Tags
f37-updates
RPMs
src
mpich-4.0.2-4.fc37.src.rpm (info) (download)
aarch64
mpich-4.0.2-4.fc37.aarch64.rpm (info) (download)
mpich-autoload-4.0.2-4.fc37.aarch64.rpm (info) (download)
mpich-devel-4.0.2-4.fc37.aarch64.rpm (info) (download)
python3-mpich-4.0.2-4.fc37.aarch64.rpm (info) (download)
mpich-debuginfo-4.0.2-4.fc37.aarch64.rpm (info) (download)
mpich-debugsource-4.0.2-4.fc37.aarch64.rpm (info) (download)
i686
mpich-4.0.2-4.fc37.i686.rpm (info) (download)
mpich-autoload-4.0.2-4.fc37.i686.rpm (info) (download)
mpich-devel-4.0.2-4.fc37.i686.rpm (info) (download)
python3-mpich-4.0.2-4.fc37.i686.rpm (info) (download)
mpich-debuginfo-4.0.2-4.fc37.i686.rpm (info) (download)
mpich-debugsource-4.0.2-4.fc37.i686.rpm (info) (download)
noarch
mpich-doc-4.0.2-4.fc37.noarch.rpm (info) (download)
ppc64le
mpich-4.0.2-4.fc37.ppc64le.rpm (info) (download)
mpich-autoload-4.0.2-4.fc37.ppc64le.rpm (info) (download)
mpich-devel-4.0.2-4.fc37.ppc64le.rpm (info) (download)
python3-mpich-4.0.2-4.fc37.ppc64le.rpm (info) (download)
mpich-debuginfo-4.0.2-4.fc37.ppc64le.rpm (info) (download)
mpich-debugsource-4.0.2-4.fc37.ppc64le.rpm (info) (download)
s390x
mpich-4.0.2-4.fc37.s390x.rpm (info) (download)
mpich-autoload-4.0.2-4.fc37.s390x.rpm (info) (download)
mpich-devel-4.0.2-4.fc37.s390x.rpm (info) (download)
python3-mpich-4.0.2-4.fc37.s390x.rpm (info) (download)
mpich-debuginfo-4.0.2-4.fc37.s390x.rpm (info) (download)
mpich-debugsource-4.0.2-4.fc37.s390x.rpm (info) (download)
x86_64
mpich-4.0.2-4.fc37.x86_64.rpm (info) (download)
mpich-autoload-4.0.2-4.fc37.x86_64.rpm (info) (download)
mpich-devel-4.0.2-4.fc37.x86_64.rpm (info) (download)
python3-mpich-4.0.2-4.fc37.x86_64.rpm (info) (download)
mpich-debuginfo-4.0.2-4.fc37.x86_64.rpm (info) (download)
mpich-debugsource-4.0.2-4.fc37.x86_64.rpm (info) (download)
Logs
i686
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
ppc64le
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
s390x
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Feb 13 2023 Ben Boeckel <mathstuf@gmail.com> - 4.0.2-4 - Backport PR#6374 to fix MPI_allgatherv fastpath error * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.0.2-2 - Rebuilt for Python 3.11 * Sun Apr 10 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 4.0.2-1 - Version 4.0.2 (rhbz#1939170) * Tue Feb 08 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.4.1-14 - ucx is only available on three architectures * Tue Feb 08 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.4.1-13 - Unbundle libfabric and ucx * Tue Feb 08 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.4.1-12 - Drop link and optimization flags from pkgconf file * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jan 19 2022 Sandro Mani <manisandro@gmail.com> - 3.4.1-10 - Create and own mpich/lib/cmake directory * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.4.1-2 - Rebuilt for Python 3.10 * Mon May 17 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.4.1-1 - Rip out part of configure.ac to fix build under autoconf-2.71 (#1943036)