ompi
ompi copied to clipboard
Open MPI main development repository
Hi Folks, I am running the below MPI program, ```C #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { char *data; int size,...
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,...
Thank you for taking the time to submit an issue! ## Background information I guess I installed OpenMPI successfully. But it doesn't work. ### What version of Open MPI are...
### Background information What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.) 4.1.2 ### Describe how Open MPI was installed (e.g., from...
Thank you for taking the time to submit an issue! ## Background information On a 10 node cluster running OSU microbenchmark. Over ethernet using CISCO switch and UCX but disabling...
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,...
Thank you for taking the time to submit an issue! ## Background information Setting `btl_ofi_disable_sep=1 mtl_ofi_enable_sep=0` does not disable OFI libfabric from using multiple PSM2 contexts per endpoint. ### What...
The folks at SchedMD have been running into a problem when running OMPI v4.x applications against Slurm when both are built against PMIx v5. They also verified that the same...
## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.) v4.1.2rc4 ### Describe how Open MPI was installed (e.g.,...
## Background information This is related to #10158 . I am opening a separate issue hoping to provide a better example of the error I am seeing. ### What version...