checkMPISettings {Certara.NLME8} | R Documentation |
Check MPI settings for the given local host
Description
Checks if MPI settings are provided and feasible. Check is done for the hosts where MPI parallel method is used.
Usage
checkMPISettings(obj)
Arguments
obj |
NLME Parallel Host to be checked |
Value
TRUE
if MPI executables are ready for running,
otherwise FALSE
. If host does not have MPI in parallel method,
it also returns TRUE
.
Examples
## Not run:
checkMPISettings(host)
## End(Not run)
[Package Certara.NLME8 version 1.2.4 Index]