I would like to call batchMap + submitJobs in a loop to send a bunch of jobs to the cluster. Then, wait for everything to finish. However, I trigger this error:
OK, this seems to be more or less the same as issue #209 and the suggested work-around seems to be to create a new registry every time, which is not great.
I would like to call
batchMap
+submitJobs
in a loop to send a bunch of jobs to the cluster. Then, wait for everything to finish. However, I trigger this error:https://github.com/mllg/batchtools/blob/1196047ed5115d54bde2923848c1f3ec11fda6d2/R/batchMap.R#L61C1-L62C35
Is this simply not possible?