Skip to content
Prev 6670 / 21312 Next

[Bioc-devel] BiocParallel-devel error

Hi Valerie,

Excellent. In addition to collecting log outputs, I have a few more 
suggestions that may be worth considering:

- Collecting the results form parallel computing tasks directly in an R
  object is a great convenience, which I like a lot. However, in the
  context of slow computations there should be an option to redirect to
  files instead and then assemble things in R in a second step that the user can
  control. Perhaps this is possible already but it is not clear to me 
  what the intended way is how to do this. 
  
- A much higher level of fault tolerance by adding options to restart failed 
  jobs is another extremely important feature for parallel computations.
  This may only be possible if results are temporarily stored in files.
  For instance, if I farm out a computation to 10 compute nodes and one
  of them crashes, I want to be able to use the results form the 9 completed tasks
  but easily restart the computation assigned to the crashed node so that I
  get the final result quickly. 
  
BatchJobs provides most of these facilities. Making it easier and/or
more obvious how to use these utilities from within BiocParallel may be
all what is needed.

Thomas
On Thu, Nov 20, 2014 at 04:43:54PM +0000, Valerie Obenchain wrote: