ompi icon indicating copy to clipboard operation
ompi copied to clipboard

Open MPI main development repository

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

Turns out the way MPI_Comm_create_from_group is using the PMIx_Group_construct method doesn't correctly handle the case where multiple MPI processes are invoking MPI_Comm_create_group using different, non-overlapping MPI groups, but the same...

Target: main
Target: v5.0.x

Thank you for taking the time to submit an issue! ## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash,...

Target: main
Target: v5.0.x

See https://github.com/openpmix/prrte/issues/1335 for details. Filing this here just to track it on the OMPI side. This is a regression compared to v4.x (because ORTE handled this in v4.x, but now...

Target: main
Target: v5.0.x
State-Awaiting developer information

Thank you for taking the time to submit an issue! ## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash,...

bug
Target: main
Target: v5.0.x

## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.) Main branch commit 4265e248c ### Describe how Open MPI...

Target: main
Target: v5.0.x

Building CentOS with gcc 8.5.0 compiler: ```c src/mem/mpl_trmem.c:164:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes] static void init_classes() ^~~~~~~~~~~~ In file included from ./include/mpl.h:21, from src/mem/mpl_trmem.c:15: src/mem/mpl_trmem.c: In function ‘MPL_trvalid2’:...

Severity: minor
Target: main
Target: v5.0.x

Thank you for taking the time to submit an issue! ## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash,...

Target: main
Target: v5.0.x

I tried to build OpenMPI v5 with knem, but it fails at runtime throwing errors about btl_sm_single_copy_mechanism. While in reality the error is in smsc component and setting `OMPI_MCA_coll_smsc=^knem` disables...

bug
documentation
Target: main
Target: v5.0.x

This is an opening to a discussion about the `OMPI_MPI_THREAD_LEVEL` environment variable. There's a few issues here: 1. This env variable was added a long time ago to `MPI_Init()` as...

enhancement
Target: v4.0.x
Target: v4.1.x

## Background information We were using OpenMPI 4.0.5 with libfabric 1.11.0 for MPI one-sided communication. When upgrading to OpenMPI 4.1 MPI_Win_lock_all crashes. Using libfabric 1.12.x works. However as OMPI 4.0...