print.NlmeParallelHost: Print method for NlmeParallelHost class

View source: R/NlmeParallelHost.R

print.NlmeParallelHostR 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)


Certara.RsNLME documentation built on April 3, 2025, 11:04 p.m.