print.NlmeParallelHost {Certara.RsNLME} | R Documentation |
Print method for NlmeParallelHost class
Description
This method prints the information of an NlmeParallelHost object.
Usage
## S3 method for class 'NlmeParallelHost'
print(x, ...)
Arguments
x |
An NlmeParallelHost object. |
... |
Additional arguments passed to the print function. |
Value
NULL
Examples
host <- NlmeParallelHost(
sharedDirectory = "~/shared/",
installationDirectory = "~/nlme/",
hostName = "my_host",
machineName = "192.168.1.100",
hostType = "RHEL8",
numCores = 8,
isLocal = FALSE,
rLocation = "/usr/bin/R",
scriptPath = "/path/to/script.R",
userAuthentication = NlmeUserAuthentication(userName = "myuser", userPassword = "mypassword"),
parallelMethod = NlmeParallelMethod("SGE_MPI")
)
print(host)
[Package Certara.RsNLME version 3.0.1 Index]