Skip to contents

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

Usage

checkHostParams(obj, verbose = FALSE)

Arguments

obj

NLME Parallel Host to be checked

Value

TRUE if all checks are successful, otherwise FALSE

Examples

if (FALSE) { # \dontrun{

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