On 02.04.2012 21:35, Jonathan Greenberg wrote:
R-helpers:

I'm curious what support R has for parallel writes to a binary file?
If I want to use snow to have each node write different "rows" of a
flat binary file (possibly out of sequence), are there any
tricks/issues I should be aware of?

This is a very hard task, since you have to synchonice the nodes. Typically it is more advisable to collect the rows by the master and write the whole file from there.

Uwe Ligges



--j


______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to