waitForJobs {BatchJobs} | R Documentation |
Wait for termination of jobs on the batch system.
Description
Waits for termination of jobs while displaying a progress bar containing summarizing informations of the jobs. The following abbreviations are used in the progress bar: “S” for number of jobs on system, “D” for number of jobs successfully terminated, “E” for number ofjobs terminated with an R exception and “R” for number of jobs currently running on the system.
Usage
waitForJobs(
reg,
ids,
sleep = 10,
timeout = 604800,
stop.on.error = FALSE,
progressbar = TRUE
)
Arguments
reg |
[ |
ids |
[ |
sleep |
[ |
timeout |
[ |
stop.on.error |
[ |
progressbar |
[ |
Value
[logical(1)
]. Returns TRUE
if all jobs terminated successfully
and FALSE
if either an error occurred or the timeout is reached.