Learn R Programming

Certara.RsNLME (version 3.1.0.1)

checkHostParams: Check Host Parameters

Description

Checks NLME Parallel Host object for correct settings for GCC, NLME Installation, MPI and Root directories.

Usage

checkHostParams(obj, verbose = FALSE)

Value

TRUE if all checks are successful, otherwise FALSE

Arguments

obj

NLME Parallel Host to be checked

Examples

Run this code
if (FALSE) {

# multicore
multicoreHost <- hostParams(
  parallelMethod = "Multicore",
  hostName = "local_multicore",
  numCores = 4
)
checkHostParams(multicoreHost)
}

Run the code above in your browser using DataLab