Executes every job in a JobCollection
.
This function is intended to be called on the slave.
doJobCollection(jc, output = NULL)
jc | [ |
---|---|
output | [ |
[character(1)
]: Hash of the JobCollection
executed.
Other JobCollection:
makeJobCollection()
#>#>#>#> ### [bt]: This is batchtools v0.9.14 #> ### [bt]: Starting calculation of 2 jobs #> ### [bt]: Setting working directory to '/home/michel/Projekte/batchtools/docs/reference' #> ### [bt]: Memory measurement disabled #> ### [bt]: Starting job [batchtools job.id=1] #> ### [bt]: Setting seed to 1166 ... #> #> ### [bt]: Job terminated successfully [batchtools job.id=1] #> ### [bt]: Starting job [batchtools job.id=2] #> ### [bt]: Setting seed to 1167 ... #> #> ### [bt]: Job terminated successfully [batchtools job.id=2] #> ### [bt]: Calculation finished!