ca949bb47e
Accepting request 1301458 from science:HPC
Ana Guerrero2025-08-27 19:33:20 +00:00
6f8fb088e5
- Enable Grid Cluster Scheduler support (jsc#PED-13373)
Nicolas Morey2025-08-26 15:20:44 +00:00
40a0347aed
- Enable Grid Cluster Scheduler support (jsc#PED-13373)
Nicolas Morey2025-08-26 15:20:44 +00:00
71a9dc71b4
Accepting request 1285181 from science:HPC
Ana Guerrero2025-06-13 16:42:54 +00:00
34902c0ee1
Accepting request 1285181 from science:HPC
Ana Guerrero2025-06-13 16:42:54 +00:00
7327aa74f1
Accepting request 1285118 from home:NMorey:branches:science:HPC
Nicolas Morey2025-06-12 14:32:45 +00:00
8e7149c689
- Update to 5.0.8 - Functionality Enhancements - UCC collective operations: Improved handling of MPI_IN_PLACE in allgather, allgatherv, alltoall, alltoallv, gather, gatherv, scatter, and scatterv operations - UCX OSC: Added support for "no_locks" info key to disable lock table usage - OFI MTL: Enhanced CXI provider support for better compatibility - AARCH64: Added SVE detection alongside NEON in aarch64 op component - Fortran: Fixed common symbol sizes and alignments for better compatibility - Bug Fixes and Minor Enhancements - Hugepage Mpool: Fixed sizing of hugepages for better memory management - Configure: Fixed --with-prrte=internal option handling - Documentation: Updated shared memory and networking documentation - Build system: Fixed support for flang on OSX - Removed unused spread contrib sample scripts - Various documentation updates and improvements - CI: Removed Ubuntu 18 and RHEL 7 from test matrix - Fixed type mismatch errors in shared memory components - Updated Java configuration for latest Fedora releases - Fixed memory zone reference counting in UCX dynamic windows - Remove Fix-type-mismatch-error.patch to fix a compilation error as it was merged upstream.
Nicolas Morey2025-06-12 14:32:45 +00:00
d04b31aa79
- Add Force-alignment-of-opal_atomic_int128_t-to-be-16B.patch to fix a 128b CAS issue on
Nicolas Morey2025-05-29 12:20:25 +00:00
fc3217c927
- Add Force-alignment-of-opal_atomic_int128_t-to-be-16B.patch to fix a 128b CAS issue on
Nicolas Morey2025-05-29 12:20:25 +00:00
37d6d57053
- Fix bad git_ver appearing in VERSION - Add disable-atomic-cas-128b-on-s390x.patch to fix a 128b CAS issue on s390x (bsc#1243680)
Nicolas Morey2025-05-27 09:07:36 +00:00
a6f36aee74
- Fix bad git_ver appearing in VERSION - Add disable-atomic-cas-128b-on-s390x.patch to fix a 128b CAS issue on s390x (bsc#1243680)
Nicolas Morey2025-05-27 09:07:36 +00:00
e51cb2869a
Accepting request 1269645 from science:HPC
Ana Guerrero2025-04-16 18:37:24 +00:00
5ed905f310
Accepting request 1269645 from science:HPC
Ana Guerrero2025-04-16 18:37:24 +00:00
b1932953e9
- Remove bad dependency from openmpi5-testsuite to openmpi5-testsuite-libs
Nicolas Morey2025-04-15 14:18:56 +00:00
9230b55a54
- Remove bad dependency from openmpi5-testsuite to openmpi5-testsuite-libs
Nicolas Morey2025-04-15 14:18:56 +00:00
f550f1b14e
Accepting request 1265555 from science:HPC
Ana Guerrero2025-04-03 14:45:49 +00:00
8e15dc437e
Accepting request 1265555 from science:HPC
Ana Guerrero2025-04-03 14:45:49 +00:00
4b721835c8
- Remove support for gnu-hpc build flavours.
Nicolas Morey2025-03-30 15:33:59 +00:00
ee474d67d4
- Remove support for gnu-hpc build flavours.
Nicolas Morey2025-03-30 15:33:59 +00:00
f4036ffc00
- Update to 5.0.7 (jsc#PED-11356): - Updated UCX version requirement to v1.9 - Documentation Improvements - Updated coll tuned rules file documentation to reflect changes in versioning and features. - Updated CUDA-related networking documentation for consistency. - Improved descriptions for mpirun options, including `--pmixmca and --prtemca. - Fixed typos and formatting issues in mpirun man pages. - Functionality Enhancements - Improved argument checking for MPI_Comm_create_from_group and MPI_Intercomm_create_from_groups to align with MPI 4.0 standards. - Addressed potential race conditions in PMIx_Group_construct calls by adding discriminators. - Fixed MPI_Wtime to initialize timing relative to MPI_Init for accurate session-level measurements. - Added support for the alltoall_algorithm_max_requests parameter in the coll tuned rules file, maintaining backward compatibility. - Introduced a version identifier for the coll tuned rules file for better parser handling. - Adjusted MCA variable scopes across multiple components to allow setting via the MPI_T interface: coll adapt,ucc, han, basic, hcoll - Bug Fixes and Minor Enhancements - Ensures that singletons properly create their own sessions directory trees. - Fixed community Jenkins build pipeline to handle branch commits properly. - Resolved missing profiling symbols in the mpi_f08 Fortran library. - Corrected parameter mismatches in coll/cuda` functions to avoid type issues. - Fixed build issues on Hurd. - Removed unused portions of rcache base structure. - Fixed oshmem base segment address exchange. - Fixed UCC collective fallback issue. - Updated Nvidia/Mellanox platform file - openMPI 5 is now the default openmpi for suse_version >= 1600 - Switch to dist tarball to drop Sphinx and other python dependencies - Add Fix-type-mismatch-error.patch to fix a compilation error
Nicolas Morey2025-02-19 20:06:01 +00:00
1f7b9ae050
Accepting request 1247214 from home:NMorey:branches:science:HPC
Nicolas Morey2025-02-19 20:06:01 +00:00
9292b0d9c0
- Update to 5.0.5 - btl/ofi: retry posting receive buffer - btl/uct: check return status from some uct funcs - fortran: use -Wl,-ld_classic if supported - fortran: parameterize the install location of Fortran MPI bindings modulefiles via the configure --with-mpi-moduledir CLI option - fortran: various configury improvements - use-mpi-f08: add missing subroutines in the mpi_f08 module - pml/base: remove redundant copy of ompi_mpi_thread_multiple - pml/cm: release datatype object in send completion callback - pml/ucx: propagate MPI serialized thread mode for all worker creations - pml/ob1: make no. of events an mca parameter - oshmem/shmem: fix warnings regarding types and unused variables in shmem - Add an AARCH64 OP component for for NEON and SVE ISA - Fix MPI function names in error output - Fix MPI_Neighbor_alltoall{v,w}_init to handle NULL parameters - Fix a bug in intercomm creation - Fix a bug in ompi_comm_lookup function to handle partially ready communicators - Fix error message in ompi_comm_get_rproc - Fix opal_basename for single character filenames - Fix rpm build test - Fix the info subscriber mechanism and hidden info keys - Fix ulfm bugs in ishrink/agree/iagree - Improve libcuda.so find command to follow symlinks - Improve pkgconfig installation logic in script wrapper - Change default tar format to tar-pax - Various document updates
Nicolas Morey2024-08-12 14:28:38 +00:00
05e2363ac9
Accepting request 1193408 from home:NMorey:branches:science:HPC
Nicolas Morey2024-08-12 14:28:38 +00:00
7e3aa348b5
Accepting request 1183457 from science:HPC
Ana Guerrero2024-06-27 14:02:42 +00:00
08dc5b5744
Accepting request 1183457 from science:HPC
Ana Guerrero2024-06-27 14:02:42 +00:00
a11f52e623
- Update to 5.0.3 - Fix HAN MPI_Scatter intra-node data count and type - Add missing write memory barrier in btl/smcuda - Fix MPI_Alltoallv and MPI_Ialltoallv data count and type check - Enhance cuda-aware build by detecting default --with-cuda-lib value - Enhance ofi NIC selection logic - Fix an illegal memory access bug in mtl/ofi - Multiple bugfixes in rocm accelerator - Fix a double free bug in oshmem - Add missing oshmem headers - Fix uninitialized lock in btl/usnic - Fix uninitialized mutex in file_open - Fix compiler warnings about unused cid_base variable - Enhance autogen submodule checks - Various document updates
Nicolas Morey2024-06-26 14:32:44 +00:00
fffe99f997
Accepting request 1183455 from home:NMorey:branches:science:HPC
Nicolas Morey2024-06-26 14:32:44 +00:00
fe1c4a1d9c
Accepting request 1161341 from science:HPC
Ana Guerrero2024-03-25 20:12:28 +00:00
8919472a2c
Accepting request 1161339 from home:NMorey:branches:science:HPC
Nicolas Morey2024-03-25 08:50:38 +00:00
406ff7712b
Accepting request 1154677 from science:HPC
Ana Guerrero2024-03-04 20:25:45 +00:00
294c552b61
Accepting request 1151412 from home:dimstar:rpm4.20:o
Christian Goll2024-02-26 12:48:04 +00:00
b3aa17e4cf
Accepting request 1121157 from science:HPC
Ana Guerrero2023-10-30 21:11:14 +00:00
a2b546b493
Accepting request 1121133 from home:NMorey:branches:science:HPC
Nicolas Morey2023-10-30 11:19:34 +00:00
9cc23a1eff
Accepting request 1120518 from home:NMorey:branches:science:HPC
Nicolas Morey2023-10-26 10:37:23 +00:00