Learn R Programming

Certara.NLME8 (version 3.0.1)

checkMPISettings: 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)

Value

TRUE if MPI executables are ready for running, otherwise FALSE. If host does not have MPI in parallel method, it also returns TRUE.

Arguments

obj

NLME Parallel Host to be checked

Examples

Run this code
if (FALSE) {
checkMPISettings(host)
}

Run the code above in your browser using DataLab