2022-09-27 20:17:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 23 10:24:16 UTC 2022 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
|
|
|
|
- Replace btl-openib-Add-VF-support-for-ConnectX-5-and-6.patch
|
|
|
|
by btl-openib-Add-VF-support-for-ConnectX-4-5-and-6.patch to add ConnectX4 VF suppor
|
|
|
|
|
2022-09-16 11:20:06 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 8 09:32:41 UTC 2022 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
|
|
|
|
- Enable libfabric on all arch
|
|
|
|
- Switch to external libevent for all flavors
|
|
|
|
- Switch to external hwloc and PMIx for HPC builds
|
|
|
|
- Update rpmlintrc file to ignore missing libname suffix in libopenmpi packages
|
|
|
|
- Add patch btl-openib-Add-VF-support-for-ConnectX-5-and-6.patch to support
|
|
|
|
ConnectX 5 and 6 VF
|
|
|
|
|
2022-09-05 10:14:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 3 08:18:34 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 4.1.4:
|
|
|
|
* Fix possible length integer overflow in numerous non-blocking collective
|
|
|
|
operations.
|
|
|
|
* Fix segmentation fault in UCX if MPI Tool interface is finalized before
|
|
|
|
MPI_Init is called.
|
|
|
|
* Remove /usr/bin/python dependency in configure.
|
|
|
|
* Fix OMPIO issue with long double etypes.
|
|
|
|
* Update treematch topology component to fix numerous correctness issues.
|
|
|
|
* Fix memory leak in UCX MCA parameter registration.
|
|
|
|
* Fix long operation closing file descriptors on non-Linux systems that
|
|
|
|
can appear as a hang to users.
|
|
|
|
* Fix for attribute handling on GCC 11 due to pointer aliasing.
|
|
|
|
* Fix multithreaded race in UCX PML's datatype handling.
|
|
|
|
* Fix a correctness issue in CUDA Reduce algorithm.
|
|
|
|
* Fix compilation issue with CUDA GPUDirect RDMA support.
|
|
|
|
* Fix to make shmem_calloc(..., 0) conform to the OpenSHMEM specification.
|
|
|
|
* Add UCC collectives component.
|
|
|
|
* Fix divide by zero issue in OMPI IO component.
|
|
|
|
* Fix compile issue with libnl when not in standard search locations.
|
|
|
|
* Fixed a seg fault in the smcuda BTL. Thanks to Moritz Kreutzer and
|
|
|
|
@Stadik for reporting the issue.
|
|
|
|
* Added support for ELEMENTAL to the MPI handle comparison functions
|
|
|
|
in the mpi_f08 module. Thanks to Salvatore Filippone for raising
|
|
|
|
the issue.
|
|
|
|
* Minor datatype performance improvements in the CUDA-based code paths.
|
|
|
|
* Fix MPI_ALLTOALLV when used with MPI_IN_PLACE.
|
|
|
|
* Fix MPI_BOTTOM handling for non-blocking collectives. Thanks to
|
|
|
|
Lisandro Dalcin for reporting the problem.
|
|
|
|
* Enable OPAL memory hooks by default for UCX.
|
|
|
|
* Many compiler warnings fixes, particularly for newer versions of
|
|
|
|
GCC.
|
|
|
|
* Fix intercommunicator overflow with large payload collectives. Also
|
|
|
|
fixed MPI_REDUCE_SCATTER_BLOCK for similar issues with large payload
|
|
|
|
collectives.
|
|
|
|
* Back-port ROMIO 3.3 fix to use stat64() instead of stat() on GPFS.
|
|
|
|
* Fixed several non-blocking MPI collectives to not round fractions
|
|
|
|
based on float precision.
|
|
|
|
* Fix compile failure for --enable-heterogeneous. Also updated the
|
|
|
|
README to clarify that --enable-heterogeneous is functional, but
|
|
|
|
still not recomended for most environments.
|
|
|
|
* Minor fixes to OMPIO, including:
|
|
|
|
- Fixing the open behavior of shared memory shared file pointers.
|
|
|
|
Thanks to Axel Huebl for reporting the issue
|
|
|
|
- Fixes to clean up lockfiles when closing files. Thanks to Eric
|
|
|
|
Chamberland for reporting the issue.
|
|
|
|
* Update LSF configure failure output to be more clear (e.g., on RHEL
|
|
|
|
platforms).
|
|
|
|
* Update if_[in|ex]clude behavior in btl_tcp and oob_tcp to select
|
|
|
|
*all* interfaces that fall within the specified subnet range.
|
|
|
|
* ROMIO portability fix for OpenBSD
|
|
|
|
* Fix handling of MPI_IN_PLACE with MPI_ALLTOALLW and improve performance
|
|
|
|
of MPI_ALLTOALL and MPI_ALLTOALLV for MPI_IN_PLACE.
|
|
|
|
* Fix one-sided issue with empty groups in Post-Start-Wait-Complete
|
|
|
|
synchronization mode.
|
|
|
|
* Fix Fortran status returns in certain use cases involving
|
|
|
|
Generalized Requests
|
|
|
|
* Romio datatype bug fixes.
|
|
|
|
* Fix oshmem_shmem_finalize() when main() returns non-zero value.
|
|
|
|
* Fix wrong affinity under LSF with the membind option.
|
|
|
|
* Fix count==0 cases in MPI_REDUCE and MPI_IREDUCE.
|
|
|
|
* Fix ssh launching on Bourne-flavored shells when the user has "set
|
|
|
|
-u" set in their shell startup files.
|
|
|
|
* Correctly process 0 slots with the mpirun --host option.
|
|
|
|
* Ensure to unlink and rebind socket when the Open MPI session
|
|
|
|
directory already exists.
|
|
|
|
* Fix a segv in mpirun --disable-dissable-map.
|
|
|
|
* Fix a potential hang in the memory hook handling.
|
|
|
|
* Slight performance improvement in MPI_WAITALL when running in
|
|
|
|
MPI_THREAD_MULTIPLE.
|
|
|
|
* Fix hcoll datatype mapping and rooted operation behavior.
|
|
|
|
* Correct some operations modifying MPI_Status.MPI_ERROR when it is
|
|
|
|
disallowed by the MPI standard.
|
|
|
|
* UCX updates:
|
|
|
|
- Fix datatype reference count issues.
|
|
|
|
- Detach dynamic window memory when freeing a window.
|
|
|
|
- Fix memory leak in datatype handling.
|
|
|
|
* Fix various atomic operations issues.
|
|
|
|
* mpirun: try to set the curses winsize to the pty of the spawned
|
|
|
|
task. Thanks to Stack Overflow user @Seriously for reporting the
|
|
|
|
issue.
|
|
|
|
* PMIx updates:
|
|
|
|
- Fix compatibility with external PMIx v4.x installations.
|
|
|
|
- Fix handling of PMIx v3.x compiler/linker flags. Thanks to Erik
|
|
|
|
Schnetter for reporting the issue.
|
|
|
|
- Skip SLURM-provided PMIx detection when appropriate. Thanks to
|
|
|
|
Alexander Grund for reporting the issue.
|
|
|
|
* Fix handling by C++ compilers when they #include the STL "<version>"
|
|
|
|
header file, which ends up including Open MPI's text VERSION file
|
|
|
|
(which is not C code). Thanks to @srpgilles for reporting the
|
|
|
|
issue.
|
|
|
|
* Fix MPI_Op support for MPI_LONG.
|
|
|
|
* Make the MPI C++ bindings library (libmpi_cxx) explicitly depend on
|
|
|
|
the OPAL internal library (libopen-pal). Thanks to Ye Luo for
|
|
|
|
reporting the issue.
|
|
|
|
* Fix configure handling of "--with-libevent=/usr".
|
|
|
|
* Fix memory leak when opening Lustre files. Thanks to Bert Wesarg
|
|
|
|
for submitting the fix.
|
|
|
|
* Fix MPI_SENDRECV_REPLACE to correctly process datatype errors.
|
|
|
|
Thanks to Lisandro Dalcin for reporting the issue.
|
|
|
|
* Fix MPI_SENDRECV_REPLACE to correctly handle large data. Thanks
|
|
|
|
Jakub Benda for reporting this issue and suggesting a fix.
|
|
|
|
* Add workaround for TCP "dropped connection" errors to drastically
|
|
|
|
reduce the possibility of this happening.
|
|
|
|
* OMPIO updates:
|
|
|
|
- Fix handling when AMODE is not set. Thanks to Rainer Keller for
|
|
|
|
reporting the issue and supplying the fix.
|
|
|
|
- Fix FBTL "posix" component linking issue. Thanks for Honggang Li
|
|
|
|
for reporting the issue.
|
|
|
|
- Fixed segv with MPI_FILE_GET_BYTE_OFFSET on 0-sized file view.
|
|
|
|
- Thanks to GitHub user @shanedsnyder for submitting the issue.
|
|
|
|
* OFI updates:
|
|
|
|
- Multi-plane / Multi-Nic nic selection cleanups
|
|
|
|
- Add support for exporting Open MPI memory monitors into
|
|
|
|
Libfabric.
|
|
|
|
- Ensure that Cisco usNIC devices are never selected by the OFI
|
|
|
|
MTL.
|
|
|
|
- Fix buffer overflow in OFI networking setup. Thanks to Alexander
|
|
|
|
Grund for reporting the issue and supplying the fix.
|
|
|
|
* Fix SSEND on tag matching networks.
|
|
|
|
* Fix error handling in several MPI collectives.
|
|
|
|
* Fix the ordering of MPI_COMM_SPLIT_TYPE. Thanks to Wolfgang
|
|
|
|
Bangerth for raising the issue.
|
|
|
|
* No longer install the orted-mpir library (it's an internal / Libtool
|
|
|
|
convenience library). Thanks to Andrew Hesford for the fix.
|
|
|
|
* PSM2 updates:
|
|
|
|
- Allow advanced users to disable PSM2 version checking.
|
|
|
|
- Fix to allow non-default installation locations of psm2.h.
|
|
|
|
|
2021-04-29 14:44:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 28 11:08:54 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
|
|
|
|
- openmpi4 is now the default openmpi for releases > 15.3
|
2021-04-30 17:10:32 +02:00
|
|
|
- Add orted-mpir-add-version-to-shared-library.patch to fix unversionned library
|
|
|
|
- Change RPM macros install path to %{_rpmmacrodir}
|
2021-04-29 14:44:14 +02:00
|
|
|
|
2021-04-29 07:57:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 28 09:24:33 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
|
|
|
|
- Update to version 4.1.1
|
|
|
|
- Fix a number of datatype issues, including an issue with
|
|
|
|
improper handling of partial datatypes that could lead to
|
|
|
|
an unexpected application failure.
|
|
|
|
- Change UCX PML to not warn about MPI_Request leaks during
|
|
|
|
MPI_FINALIZE by default. The old behavior can be restored with
|
|
|
|
the mca_pml_ucx_request_leak_check MCA parameter.
|
|
|
|
- Reverted temporary solution that worked around launch issues in
|
|
|
|
SLURM v20.11.{0,1,2}. SchedMD encourages users to avoid these
|
|
|
|
versions and to upgrade to v20.11.3 or newer.
|
|
|
|
- Updated PMIx to v3.2.2.
|
|
|
|
- Disabled gcc built-in atomics by default on aarch64 platforms.
|
|
|
|
- Disabled UCX PML when UCX v1.8.0 is detected. UCX version 1.8.0 has a bug that
|
|
|
|
may cause data corruption when its TCP transport is used in conjunction with
|
|
|
|
the shared memory transport. UCX versions prior to v1.8.0 are not affected by
|
|
|
|
this issue. Thanks to @ksiazekm for reporting the issue.
|
|
|
|
- Fixed detection of available UCX transports/devices to better inform PML
|
|
|
|
prioritization.
|
|
|
|
- Fixed SLURM support to mark ORTE daemons as non-MPI tasks.
|
|
|
|
- Improved AVX detection to more accurately detect supported
|
|
|
|
platforms. Also improved the generated AVX code, and switched to
|
|
|
|
using word-based MCA params for the op/avx component (vs. numeric
|
|
|
|
big flags).
|
|
|
|
- Improved OFI compatibility support and fixed memory leaks in error
|
|
|
|
handling paths.
|
|
|
|
- Improved HAN collectives with support for Barrier and Scatter. Thanks
|
|
|
|
to @EmmanuelBRELLE for these changes and the relevant bug fixes.
|
|
|
|
- Fixed MPI debugger support (i.e., the MPIR_Breakpoint() symbol).
|
|
|
|
Thanks to @louisespellacy-arm for reporting the issue.
|
|
|
|
- Fixed ORTE bug that prevented debuggers from reading MPIR_Proctable.
|
|
|
|
- Removed PML uniformity check from the UCX PML to address performance
|
|
|
|
regression.
|
|
|
|
- Fixed MPI_Init_thread(3) statement about C++ binding and update
|
|
|
|
references about MPI_THREAD_MULTIPLE. Thanks to Andreas Lösel for
|
|
|
|
bringing the outdated docs to our attention.
|
|
|
|
- Added fence_nb to Flux PMIx support to address segmentation faults.
|
|
|
|
- Ensured progress of AIO requests in the POSIX FBTL component to
|
|
|
|
prevent exceeding maximum number of pending requests on MacOS.
|
|
|
|
- Used OPAL's mutli-thread support in the orted to leverage atomic
|
|
|
|
operations for object refcounting.
|
|
|
|
- Fixed segv when launching with static TCP ports.
|
|
|
|
- Fixed --debug-daemons mpirun CLI option.
|
|
|
|
- Fixed bug where mpirun did not honor --host in a managed job
|
|
|
|
allocation.
|
|
|
|
- Made a managed allocation filter a hostfile/hostlist.
|
|
|
|
- Fixed bug to marked a generalized request as pending once initiated.
|
|
|
|
- Fixed external PMIx v4.x check.
|
|
|
|
- Fixed OSHMEM build with `--enable-mem-debug`.
|
|
|
|
- Fixed a performance regression observed with older versions of GCC when
|
|
|
|
__ATOMIC_SEQ_CST is used. Thanks to @BiplabRaut for reporting the issue.
|
|
|
|
- Fixed buffer allocation bug in the binomial tree scatter algorithm when
|
|
|
|
non-contiguous datatypes are used. Thanks to @sadcat11 for reporting the issue.
|
|
|
|
- Fixed bugs related to the accumulate and atomics functionality in the
|
|
|
|
osc/rdma component.
|
|
|
|
- Fixed race condition in MPI group operations observed with
|
|
|
|
MPI_THREAD_MULTIPLE threading level.
|
|
|
|
- Fixed a deadlock in the TCP BTL's connection matching logic.
|
|
|
|
- Fixed pml/ob1 compilation error when CUDA support is enabled.
|
|
|
|
- Fixed a build issue with Lustre caused by unnecessary header includes.
|
|
|
|
- Fixed a build issue with IMB LSF workload manager.
|
|
|
|
- Fixed linker error with UCX SPML.
|
|
|
|
|
2021-03-30 15:09:12 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 24 08:01:35 UTC 2021 - Egbert Eich <eich@suse.com>
|
|
|
|
|
|
|
|
- Update to version 4.1.0
|
|
|
|
* collectives: Add HAN and ADAPT adaptive collectives components.
|
|
|
|
Both components are off by default and can be enabled by specifying
|
|
|
|
"mpirun --mca coll_adapt_priority 100 --mca coll_han_priority 100 ...".
|
|
|
|
We intend to enable both by default in Open MPI 5.0.
|
|
|
|
* OMPIO is now the default for MPI-IO on all filesystems, including
|
|
|
|
Lustre (prior to this, ROMIO was the default for Lustre). Many
|
|
|
|
thanks to Mark Dixon for identifying MPI I/O issues and providing
|
|
|
|
access to Lustre systems for testing.
|
|
|
|
* Minor MPI one-sided RDMA performance improvements.
|
|
|
|
* Fix hcoll MPI_SCATTERV with MPI_IN_PLACE.
|
|
|
|
* Add AVX support for MPI collectives.
|
|
|
|
* Updates to mpirun(1) about "slots" and PE=x values.
|
|
|
|
* Fix buffer allocation for large environment variables. Thanks to
|
|
|
|
@zrss for reporting the issue.
|
|
|
|
* Upgrade the embedded OpenPMIx to v3.2.2.
|
|
|
|
* Fix issue with extra-long values in MCA files. Thanks to GitHub
|
|
|
|
user @zrss for bringing the issue to our attention.
|
|
|
|
* UCX: Fix zero-sized datatype transfers.
|
|
|
|
* Fix --cpu-list for non-uniform modes.
|
|
|
|
* Fix issue in PMIx callback caused by missing memory barrier on Arm platforms.
|
|
|
|
* OFI MTL: Various bug fixes.
|
|
|
|
* Fixed issue where MPI_TYPE_CREATE_RESIZED would create a datatype
|
|
|
|
with unexpected extent on oddly-aligned datatypes.
|
|
|
|
* collectives: Adjust default tuning thresholds for many collective
|
|
|
|
algorithms
|
|
|
|
* runtime: fix situation where rank-by argument does not work
|
|
|
|
* Portals4: Clean up error handling corner cases
|
|
|
|
* runtime: Remove --enable-install-libpmix option, which has not
|
|
|
|
worked since it was added
|
|
|
|
* UCX: Allow UCX 1.8 to be used with the btl uct
|
|
|
|
* UCX: Replace usage of the deprecated NB API of UCX with NBX
|
|
|
|
* OMPIO: Add support for the IME file system
|
|
|
|
* OFI/libfabric: Added support for multiple NICs
|
|
|
|
* OFI/libfabric: Added support for Scalable Endpoints
|
|
|
|
* OFI/libfabric: Added btl for one-sided support
|
|
|
|
* OFI/libfabric: Multiple small bugfixes
|
|
|
|
* libnbc: Adding numerous performance-improving algorithms
|
|
|
|
- Removed: reproducible.patch - replaced by spec file settings.
|
|
|
|
|
2020-10-05 15:29:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 8 18:35:17 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
|
|
|
|
- Update to version 4.0.5
|
|
|
|
- See NEWS for the detailled changelog
|
|
|
|
|
2020-06-11 23:09:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 11 08:42:56 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
|
|
|
|
- Update to version 4.0.4
|
|
|
|
- See NEWS for the detailled changelog
|
|
|
|
|
2020-06-09 12:34:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 9 08:40:06 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
|
|
|
|
- Update to version 4.0.3
|
|
|
|
- See NEWS for the detailled changelog
|
|
|
|
- Fixes compilation with UCX 1.8
|
|
|
|
- Drop memory-patcher-fix-compiler-warning.patch which was merged upstream
|
|
|
|
|
2020-03-19 09:44:08 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 19 08:28:04 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
|
|
|
|
- Drop different package string between SLES and Leap
|
|
|
|
|
2020-01-15 14:55:39 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 15 09:05:14 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
|
|
|
|
- Add memory-patcher-fix-compiler-warning.patch to fix 64bit portability issues
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 31 17:05:14 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
|
|
|
|
- Link against libnuma (bsc#1155120)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 24 14:40:07 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
|
|
|
|
- Initial version (4.0.2)
|
|
|
|
- Add reproducible.patch for reproducible builds.
|