View source: R/checkHostParams.R
checkHostParams | R Documentation |
Checks NLME Parallel Host object for correct settings for GCC, NLME Installation, MPI and Root directories.
checkHostParams(obj, verbose = FALSE)
obj |
NLME Parallel Host to be checked |
TRUE
if all checks are successful, otherwise FALSE
# multicore
multicoreHost <- hostParams(
parallelMethod = "Multicore",
hostName = "local_multicore",
numCores = 4
)
checkHostParams(multicoreHost)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.