ompi
ompi copied to clipboard
Open MPI main development repository
### Allow topological level to be named in configuration file Try to read toplogical level as a string then as an id in configuration file. ### Improve algorithm management and...
An OMPI maintainer wanted the commit checker and labeler in two of their other repos. Instead of copying code, it's far easier to move the actions to separate repos and...
## Background information ### What version of Open MPI are you using? 4.1.4 ### Describe how Open MPI was installed Compiled from source ```/openmpi-4.1.4/configure --with-tm=/local/xxxxxxxx/REQ0135770/torque-6.1.1/src --prefix=/tools/openmpi/4.1.4 --without-ucx --without-verbs --with-lsf=/tools/lsf/10.1 --with-lsf-libdir=/tools/lsf/10.1/linux3.10-glibc2.17-x86_64/lib```...
- This replaces the use of opal atomics with the use of qthread's atomics in the opal/thread MCA if ompi is configured with qthreads. - This resolves the deadlock reported...
OpenPMIx commits: c8bf473b - Add action to check commits on pull requests 03d9d092 - llvm/oneapi: fixes to bring pmix up to iso c99 66404931 - Fix the check_cli_option code 74bba6c3...
This pull request is part 1 of solving issue #10708. Public symbols in the ompi and opal subdirectories that were public scope have been made static within the single file...
The error return code from PMIx_Group_construct was not being handled at all. This PR fixes this issue. In cases where the process is running without a PMIx server, for instance...
Fix "partition": it should be an "int", not "MPI_Count". Thanks to @jprotze for raising the issue. Signed-off-by: Jeff Squyres Refs #10826
The output of `mpirun --help` is rather out of date, and needs to be carefully read over and updated to account for new, removed, and changed options. Descriptions for some...
## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.) v5.0.0rc7 and git/main ### Describe how Open MPI was...