forked from pool/mpich
Update to 4.3.2 #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acc11cb2bdc69678dc8bba747c24a28233c58596f81f03785bf2b7bb7a0ef7dc
|
||||
size 37469641
|
||||
BIN
mpich-4.3.2.tar.gz
LFS
Normal file
BIN
mpich-4.3.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 28 17:54:04 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
|
||||
|
||||
- Update to 4.3.2
|
||||
- Improve libfabric provider selection when available providers have
|
||||
negative internal score
|
||||
- Improve error messages when Level Zero failures are detected
|
||||
- Improve localhost detection in Hydra
|
||||
- Update libfabric usage to silence deprecation warnings
|
||||
- Update yaksa for improved reproducibility in code generation
|
||||
- Add compatibility with CUDA 13
|
||||
- Fix missing const in nondestructive request test and status query
|
||||
functions
|
||||
- Fix HCOLL support
|
||||
- Fix crash with GPU-aware build when running on systems with no GPUs
|
||||
- Fix HIP device query
|
||||
- Fix singleton init with Hydra
|
||||
- Fix thread safety for Level Zero memcpy functions
|
||||
- Fix potential crash when release gather collective initialization fails
|
||||
- Fix ch3 connect/accept protocol handling when a discard event arrives
|
||||
after a connection is already established
|
||||
- Fix inlining for posix eager modules in ch4/shm
|
||||
- Fix weak attribute usage in MPI ABI build
|
||||
- Fix potential use-after-free bug in Hydra during spawn operations
|
||||
- Fix bug in persistent bcast algorithm
|
||||
- Fix bug in fabric coordinate retrieval with PMIx
|
||||
- Fix integer overflow and signed/unsigned bugs in ROMIO
|
||||
- Fix Quobtye ROMIO driver build error
|
||||
- Fix broken string conversion in mpi_f08 module
|
||||
- Fix compilation issue with mpi_f08 and NAG compiler
|
||||
- Fixes for various test program bugs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 25 06:59:00 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ ExclusiveArch: do_not_build
|
||||
%define package_name %{pname}%{?pack_suff}
|
||||
|
||||
Name: %{package_name}%{?testsuite:-testsuite}
|
||||
Version: 4.3.1
|
||||
Version: 4.3.2
|
||||
Release: 0
|
||||
Summary: High-performance and widely portable implementation of MPI
|
||||
License: MIT
|
||||
@@ -317,7 +317,7 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES COPYRIGHT README README.envvar RELEASE_NOTES
|
||||
%doc CHANGES COPYRIGHT README README.envvar
|
||||
%dir /usr/%_lib/mpi
|
||||
%dir /usr/%_lib/mpi/gcc
|
||||
%dir /usr/share/modules
|
||||
|
||||
Reference in New Issue
Block a user