qsub_parallel.Rd
qsub_parallel
qsub_parallel(
settings,
files = NULL,
prefix = "sipnet.out",
sleep = 10,
hybrid = TRUE
)
pecan settings object
allow submit jobs based on job.sh file paths.
used for detecting if jobs are completed or not.
time (in second) that we wait each time for the jobs to be completed.
A Boolean argument decide the way of detecting job completion. If it's TRUE then we will detect both the outputted files and job ids on the server. If it's FALSE then we will only detect the job ids on the server.
if (FALSE) { # \dontrun{
qsub_parallel(settings)
} # }