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 | find (in vendor) |
Return a list of scalar MATLAB strings containing the paths to all detected mpiexec binaries installed on the system and available in the environment path variable.More... | |
function find | ( | in | vendor | ) |
Return a list of scalar MATLAB strings containing the paths to all detected mpiexec
binaries installed on the system and available in the environment path variable.
The search strategy is to parse and search the paths in the environmental PATH
variable of the runtime processor shell and return all mpiexec
paths.
Also, all mpiexec
paths found via pm.sys.path.mpiexec.which(vendor) are returned.
Additionally, if vendor
is missing or is set to "Intel"
, also search the default installation directories of Intel MPI libraries on all operating systems.
Think of this functionality pm.sys.path.mpiexec.find(vendor) as a more comprehensive of what pm.sys.path.mpiexec.which(vendor) does.
PATH
./mnt/
and are automatically prepended by WSL to the contents of the PATH
variable.PATH
of the WSL terminals.[in] | vendor | : The input scalar MATLAB string, containing the MPI library vendor that should match the mpiexec binary.Possible values are:
"" ) |
pathList
: A list of scalar MATLAB strings containing the paths to all detected mpiexec
binaries installed on the system.mpiexec
is not found or does not match the specified vendor
, the output will be an empty list []
.
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.