From 1d7e22fe570bca07dfe4edf824efb07922e40810 Mon Sep 17 00:00:00 2001 From: li_liguang Date: Thu, 11 Dec 2025 16:55:24 +0800 Subject: [PATCH] update to 4.3.2 --- mpich-4.3.1.tar.gz => mpich-4.3.2.tar.gz | 4 ++-- mpich.spec | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) rename mpich-4.3.1.tar.gz => mpich-4.3.2.tar.gz (32%) diff --git a/mpich-4.3.1.tar.gz b/mpich-4.3.2.tar.gz similarity index 32% rename from mpich-4.3.1.tar.gz rename to mpich-4.3.2.tar.gz index b477d7a..8daf2dc 100644 --- a/mpich-4.3.1.tar.gz +++ b/mpich-4.3.2.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acc11cb2bdc69678dc8bba747c24a28233c58596f81f03785bf2b7bb7a0ef7dc -size 37469641 +oid sha256:47d774587a7156a53752218c811c852e70ac44db9c502dc3f399b4cb817e3818 +size 37697007 diff --git a/mpich.spec b/mpich.spec index 888a40b..eddf935 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,6 +1,6 @@ Summary: A high-performance implementation of MPI Name: mpich -Version: 4.3.1 +Version: 4.3.2 Release: 1 License: MIT URL: http://www.mpich.org/ @@ -164,7 +164,7 @@ make check V=1 %files %license COPYRIGHT -%doc CHANGES README README.envvar RELEASE_NOTES +%doc CHANGES README README.envvar %dir %{_libdir}/mpich %dir %{_libdir}/mpich/lib %dir %{_libdir}/mpich/bin @@ -204,6 +204,13 @@ make check V=1 %{python3_sitearch}/mpich.pth %changelog +* Thu Dec 11 2025 liliguang - 4.3.2-1 +- Update to 4.3.2: + * test: fix wrong displs coll_large.c + * test: use MPI_Op_create_c in coll_large + * misc/ze: missing declaration MPIR_THREAD_VCI_GPU_MUTEX + * autogen: patch libtool for nagfor + * Tue Jul 22 2025 yaoxin <1024769339@qq.com> - 4.3.1-1 - Update to 4.3.1: * Fix use of PMIX_PREFIX attribute for certain versions of OpenPMIx -- Gitee