| NlmeParallelHost-class | R Documentation |
NLME Parallel Host object class. Class represents an NLME parallel host which can either be local or remote.
sharedDirectoryDirectory in which the run happens. If it is given as UNC path on Windows, a PS Drive will be mapped within powershell command to any free Disk letter on local machine where execution performed (not applicable to remote executions). After execution PS Drive will be removed. A warning will be given if removal is unsuccessful.
installationDirectoryDirectory containing NLME libraries/scripts
hostNameVisual name of the host(default local)
machineNameIP address or name of the host(default local)
hostTypewindows or linux. For remote runs it is possible to point
the distro suppported, i.e. RHEL8 or UBUNTU2204. In such case the
corresponding PML_BIN_DIR variable will be created and NLME Engine libraries
will be looked in installationDirectory/{$PML_BIN_DIR}.
numCoresNumber of compute cores
isLocalIs this a local TRUE or remote FALSE host?
rLocationPath to Rscript executable on remote host; ignored on local host
scriptPatha path to the script to be executed before starting Rscript within Certara.NLME8 package on the remote host. Ignored when running locally.
userAuthenticationUser credential for remote system. See
NlmeUserAuthentication()
parallelMethodOptions are:
None|Multicore|LOCAL_MPI|SGE|SGE_MPI|TORQUE|
TORQUE_MPI|LSF|LSF_MPI|SLURM|SLURM_MPI. Supply argument using
NlmeParallelMethod("LOCAL_MPI") for example.
host <- hostParams(
parallelMethod = "LOCAL_MPI",
hostName = "local_mpi",
numCores = 4
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.