ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Functions | |
function | ompi () |
Return the MPI image count and the current image ID (e.g., MPI rank + 1) if the application has been launched via the OpenMPI mpiexec launcher.More... | |
function ompi | ( | ) |
Return the MPI image count and the current image ID (e.g., MPI rank + 1) if the application has been launched via the OpenMPI mpiexec
launcher.
This function attempts to detect the invocation of the current MATLAB session via an OpenMPI mpiexec
binary MPI launcher instance.
The runtime detection is achieved by checking for runtime environment variables that the OpenMPI mpiexec
binary executable defines upon launch.
Specifically, OpenMPI provides the following environment variables that are defined on every MPI process:
OMPI_COMM_WORLD_SIZE
: The number of processes in this process MPI_COMM_WORLD
.OMPI_COMM_WORLD_RANK
: The MPI rank of this process in MPI_COMM_WORLD
.OMPI_COMM_WORLD_LOCAL_SIZE
: The number of ranks from this job that are running on this node.OMPI_COMM_WORLD_LOCAL_RANK
: The relative rank of this process on this node within its job.0
to 3
. OMPI_UNIVERSE_SIZE
: The number of process slots allocated to this job.OMPI_COMM_WORLD_NODE_RANK
: The relative rank of this process on this node looking across all jobs.nproc
: The output scalar MATLAB non-negative whole number containing the number of MPI images in the current invocation of the OpenMPI mpiexec
binary MPI launcher.0
implies the algorithm failed to detect a ParaMonte-compatible OpenMPI library or failed to infer the image count.rankp1
: The output scalar MATLAB non-negative whole number containing the image ID (e.g., MPI rank + 1) of the current MPI image in the current invocation of the OpenMPI mpiexec
binary MPI launcher.0
implies the algorithm failed to detect a ParaMonte-compatible MPI library or failed to infer the image count.1
, unlike the MPI rank.rankp1
stands for rank + 1
.0
implies the algorithm failed to detect a ParaMonte-compatible OpenMPI library or failed to infer the image count.
Possible calling interfaces ⛓
Example usage ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.