powered by
Checks NLME Parallel Host object for correct settings for GCC, NLME Installation, MPI and Root directories.
checkHostParams(obj, verbose = FALSE)
TRUE if all checks are successful, otherwise FALSE
TRUE
FALSE
NLME Parallel Host to be checked
if (FALSE) { # multicore multicoreHost <- hostParams( parallelMethod = "Multicore", hostName = "local_multicore", numCores = 4 ) checkHostParams(multicoreHost) }
Run the code above in your browser using DataLab