ompi icon indicating copy to clipboard operation
ompi copied to clipboard

Open MPI main development repository

Results 531 ompi issues
Sort by recently updated
recently updated
newest added

If base is 0, or bound is ~0, the search address will wrap-around and yield wrong results.

Target: main

Add support for the new ```MPI_Request_get_status_any/all/some``` functions introduced with MPI 4.1 This PR contains the C implementation for the functions as well as the man-pages. There are however also some...

⚠️ WIP-DNM!
Target: main

In singleton mode, directory cleaning needs to be done by the ompi library. However, there are issues in the current implementation that prevent complete cleanup of the directory. ## Singleton...

Target: main

This PR adds Univ. of Louisville capstone class mods to Open MPI as well as pointing 3rd-party/prrte to sha 572d99a6da5c679a5a9c25f45e626c0e4d3e9ff3 (head of ompi_main branch of OMPI fork of prrte), and...

Target: main

This PR is follow-up of #13074.

Target: main

MPI 4.1 specifications, page 166, lines 24-27: The values given for max_integers, max_addresses, max_large_counts, and max_datatypes must be at least as large as the value returned in num_integers, num_addresses, num_large_counts,...

Target: main

## Background information ### What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.) v5.0.7 ### Describe how Open MPI was installed (e.g.,...

Two external MPI libraries are now created: libmpi.so and libmpi_abi.so. Backend code that was originally in libmpi.la has been extracted into libopen-mpi.la to be linked into both libraries. Parts of...

Target: main

Cherry picked from #13295 (commit aa5577441ff1ab7f97f8b63e442b37457c7bd997)

Target: v5.0.x