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