mpi.recv or mpi.irecv needs a buffer to store an incoming messenger and must know in advance the size of the buffer. For mpi.irecv.Robj to work, one needs to probe the incoming messenger size which is a block call. So there is no point to implment mpi.irecv.Robj unless there is an another nonblocking call to find the buffer size.

Hao

*************************************************************************
Department of Statistics & Actuarial Sciences       Fax Phone#:(519)-661-3813
The University of Western Ontario            Office Phone#:(519)-661-3622
London, Ontario N6A 5B7 Email: [EMAIL PROTECTED] http://www.stats.uwo.ca/faculty/yu

On Wed, 31 Oct 2007, Markus Schmidberger wrote:

Hello,

in the package "Rmpi" (Version 0.5-5) I am missing the nonblocking function "mpi.irecv.Robj".
Is there any reason for not having this function?

Best
Markus

--
Dipl.-Tech. Math. Markus Schmidberger

Ludwig-Maximilians-Universität München
IBE - Institut für medizinische Informationsverarbeitung,
Biometrie und Epidemiologie
Marchioninistr. 15, D-81377 Muenchen
URL: http://ibe.web.med.uni-muenchen.de Mail: Markus.Schmidberger [at] ibe.med.uni-muenchen.de
______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to