Re: [R] Problem with Rmpi and snow - makeCluster(type="MPI") not working

2008-11-24 Thread Rainer M Krug
Sorry - posting reposted at R-sig-hpc Rainer On Mon, Nov 24, 2008 at 4:45 PM, Rainer M Krug <[EMAIL PROTECTED]> wrote: > Hi > > I managed tio install Rmpi and to load it, but I get the following > errormessage when I try to create an MPI cluster and R hangs (no > response): > > library(Rmpi) > [h

[R] Problem with Rmpi and snow - makeCluster(type="MPI") not working

2008-11-24 Thread Rainer M Krug
Hi I managed tio install Rmpi and to load it, but I get the following errormessage when I try to create an MPI cluster and R hangs (no response): library(Rmpi) [head001:15781] mca: base: component_find: unable to open osc pt2pt: file not found (ignored) > library(snow) > cl <- makeCluster(2, type