ompi
ompi copied to clipboard
Open MPI main development repository
Hi, I am trying to compile and run an experiment in a simulation framework. I have tried other frameworks where I get no errors, but this uses some of the...
Seeing the following compiler warnings with nvidia hpc sdk 22.2 available here https://developer.nvidia.com/nvidia-hpc-sdk-releases ## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch...
Adding the following optimizations: 1) Reuse the same workers/eps in single-threaded applications, this is helpful if an application creates many windows, therefore, we avoid the unnecessary overheads and 2) adding...
I'm trying to run `coll/han` with `coll/hcoll` as a backend but see the following issue on both `main` and `5.0.x` on Hawk (ConnectX-6 fabric): ``` mpirun -N 4 -n 16...
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 have updated a machine to Ubuntu 20.04 LTS which involved an update to OpenMPI 4.0.3. When...
Per https://github.com/open-mpi/ompi/issues/4126, we want to add the mpi4py tests to the Jenkins builds. They are designed to run single node, and run in a couple minutes, so a single test...
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,...
- Specifying the `--map-by` argument leads to an error: ``` $ mpirun -N 1 -n 2 --rank-by core --map-by node hostname -------------------------------------------------------------------------- When resolving deprecated command line options, the result...