search for: biopara

Displaying 4 results from an estimated 4 matches for "biopara".

2007 Jun 11
3
simultaneous computing
Hello, which possibilities are available in R for simultaneous or parallel computing? I only could find biopara (http://cran.r-project.org/src/contrib/Descriptions/biopara.html) Are there other possibilities? Are there special groups working on simultaneous computing with R? Thanks Markus -- Dipl.-Tech. Math. Markus Schmidberger Ludwig-Maximilians-Universit?t M?nchen IBE - Institut f?r medizinische Inf...
2008 Sep 04
1
Erlang-style message-passing in R: Rmpi, Snow, NetWorkSpaces, etc.
...ra of such packages. My question is, which is the best choice for this sort of use? From reading their API docs, here are my brief thoughts on each so far: - papply: Not suitable, no bi-directional communication. Slave process return values when the papply() call completes, that's it. - biopara: Not suitable, simple one-way master/slave communication only, just like papply. - snow: Not directly suitable, the supported communication is intended to be very simple. But since it runs on top of Rmpi, perhaps its utility code would be useful in conjunction with Rmpi? - taskPR: Sound...
2007 Mar 26
1
Problem in loading all packages all at once
...t;,"aws","base","bayesm","bayesmix","bayesSurv","BayesTree","BayesValidate","betareg","Bhat","BHH2","bicreduc","biglm","bim","bindata","Biodem","biopara","bitops","bivpois","blighty","blockrand","BMA","boa","Bolstad","boolean","boost","boot","bootstrap","bqtl","BradleyTerry","brlr","BRugs","...
2005 Nov 07
3
R thread safe
Dear R-dev, I would like to accelerate my R computation by using parallel OpenMP compilers (e.g from Pathscale) on a 2-processor AMD server and I would like to know whether R is a tread safe library. The main kernel of the OpenMP parallelization is a C SEXP function that performs the computational routine in parallel with: ******************* SEXP example(SEXP list, SEXP expr, SEXP rho) {