wait_jobs {bsub} | R Documentation |
Wait until all jobs are finished
Description
Wait until all jobs are finished
Usage
wait_jobs(job_name, output_dir = bsub_opt$output_dir, wait = 30)
Arguments
job_name |
A vector of job names. |
output_dir |
Output dir. |
wait |
Seconds to wait. |
Value
No value is returned.
Examples
# There is no example
NULL
[Package bsub version 1.1.0 Index]