checkHostParams {Certara.RsNLME}R Documentation

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)

Arguments

obj

NLME Parallel Host to be checked

Value

TRUE if all checks are successful, otherwise FALSE

Examples



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



[Package Certara.RsNLME version 3.0.1 Index]