external_tests/openlava.R

library(BatchJobs)
source("helpers.R")

conf = BatchJobs:::getBatchJobsConf()
conf$mail.start = conf$mail.done = conf$mail.error = "none"

#conf$cluster.functions = makeClusterFunctionsInteractive()
#doExternalTest(whitespace=FALSE)

#conf$cluster.functions = makeClusterFunctionsLocal()
#doExternalTest(whitespace=FALSE)

#conf$cluster.functions = makeClusterFunctionsMulticore()
#doExternalTest(whitespace=FALSE)
#doKillTest(long="sleep")
#doKillTest(long="expensive")

#conf$cluster.functions = makeClusterFunctionsSSH(
#  makeSSHWorker("calcit"), 
#  makeSSHWorker("albit"))
#doExternalTest(whitespace=FALSE)
#doKillTest()

conf$cluster.functions = makeClusterFunctionsOpenLava("/home/bischl/batchjobs/BatchJobs/examples/cfOpenLava/openlava.tmpl")
doExternalTest(whitespace=FALSE, sleep.master=15, n=2)
doKillTest()
tudo-r/BatchJobs documentation built on April 3, 2022, 3:28 a.m.