host <- NlmeParallelHost(
sharedDirectory = "~/shared/",
installationDirectory = "~/nlme/",
hostName = "my_host",
machineName = "192.168.1.100",
hostType = "RHEL",
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)
Run the code above in your browser using DataLab