Re: [OMPI users] Fwd: R npRmpi

2007-12-18 Thread Dirk Eddelbuettel

On 18 December 2007 at 16:08, Randy Heiland wrote:
| The pkg in question is here:  http://www.stats.uwo.ca/faculty/yu/Rmpi/
| 
| The question is:  has anyone on this list got OpenMPI working for  
| this pkg?  Any suggestions?

Yes -- I happen to maintain GNU R, a number of R packages (eg r-cran-*) and
more for Debian and am also part of Debian's Open MPI maintainer group. I
also use Rmpi at work.

Dr Yu and I sorted out all relevant issues a few weeks ago and the most
current Rmpi (ie 0.5-5) works out of the box on Debian and Ubuntu, and is
current in Debian.  It should "just work" on any other recent Linux and Unix
distro.  If not please report back what configure reports and where it fails.

[ As an aside, we do have a current bug in Debian unstable with Open MPI as
we're trying to make transition between LAM, MPICH and Open MPI more
bullet-proof. If you use just Open MPI you should already be fine. ]

Greeting from Chicago,  Dirk 

| 
| thanks, Randy
| 
| 
| Begin forwarded message:
| 
| >
| > Subject: R npRmpi
| >
| > Been looking into the npRmpi problem
| >
| > I can get a segfault executing
| >> mpi.spawn.Rslaves()
| >
| > The documentation .html files under npRmpi contains the following:
| >
| > "mpi.spawn.Rslaves to spawn R slaves on selected hosts. This is
| > a LAM-MPI specific function."
| >
| >> lamhosts()
| > sh: lamnodes: command not found
| >
| > The documentation for nearly all mpi.xxx.xxx calls send you to
| > www.lam-mpi.org for more information.
| >
| > Looks for all the world this package depends on LAM-MPI which
| > is not installed on Quarry. I don't think pointing the build
| > at an OpenMPI install will help. The .c sources will compile
| > just fine but when R goes to use them it refers to LAM-MPI
| > dependent functions and behaves  badly.
| >
| 
| The pkg in question is here:  http://www.stats.uwo.ca/faculty/yu/Rmpi/;>http://www.stats.uwo.ca/faculty/yu/Rmpi/The question is:  has anyone on 
this list got OpenMPI working for this pkg?  Any suggestions?thanks, Randy Begin forwarded 
message:Subject: R npRmpi Been looking into the npRmpi problemI can get a segfault 
executing mpi.spawn.Rslaves() The documentation .html files 
under npRmpi contains the following:"mpi.spawn.Rslaves to spawn R slaves on selected hosts. 
This isa LAM-MPI specific function." lamhosts() sh: lamnodes: command not 
foundThe documentation 
for nearly all mpi.xxx.xxx calls send you towww.lam-mpi.org for 
more information.Looks for all the world this package depends on LAM-MPI whichis not installed on Quarry. I don't think pointing the buildat an OpenMPI install 
will help. The .c sources will compilejust fine but when R 
goes to use them it refers to LAM-MPIdependent functions 
and behaves  badly. 
___
| users mailing list
| us...@open-mpi.org
| http://www.open-mpi.org/mailman/listinfo.cgi/users
-- 
Three out of two people have difficulties with fractions.



Re: [OMPI users] Fwd: R npRmpi

2007-12-18 Thread Caird, Andrew J

Dr. Yu sent me a version of this intended for OpenMPI back in September.
I was just today getting around to trying it, although I noticed that it
doesn't work with R v2.6, so my plans just changed a little.

If Dr. Yu gives permission, I'll send to you what he sent to me, or
perhaps he'll post it to this list.

--andy


> -Original Message-
> From: users-boun...@open-mpi.org 
> [mailto:users-boun...@open-mpi.org] On Behalf Of Randy Heiland
> Sent: Tuesday, December 18, 2007 4:08 PM
> To: us...@open-mpi.org
> Cc: hpa-ad...@iu.edu
> Subject: [OMPI users] Fwd: R npRmpi
> 
> The pkg in question is here:  http://www.stats.uwo.ca/faculty/yu/Rmpi/
> 
> The question is:  has anyone on this list got OpenMPI working 
> for this pkg?  Any suggestions?
> 
> thanks, Randy
> 
> 
> 
> 
> Begin forwarded message:
> 
> 
>   
>   
>   Subject: R npRmpi
> 
>   Been looking into the npRmpi problem
> 
>   I can get a segfault executing
> 
>   mpi.spawn.Rslaves()
> 
> 
>   The documentation .html files under npRmpi contains the 
> following:
> 
>   "mpi.spawn.Rslaves to spawn R slaves on selected hosts. This is
>   a LAM-MPI specific function."
> 
> 
>   lamhosts()
> 
>   sh: lamnodes: command not found
> 
>   The documentation for nearly all mpi.xxx.xxx calls send you to
>   www.lam-mpi.org for more information.
> 
>   Looks for all the world this package depends on LAM-MPI which
>   is not installed on Quarry. I don't think pointing the build
>   at an OpenMPI install will help. The .c sources will compile
>   just fine but when R goes to use them it refers to LAM-MPI
>   dependent functions and behaves  badly.
> 
> 
> 
> 



[OMPI users] Fwd: R npRmpi

2007-12-18 Thread Randy Heiland

The pkg in question is here:  http://www.stats.uwo.ca/faculty/yu/Rmpi/

The question is:  has anyone on this list got OpenMPI working for  
this pkg?  Any suggestions?


thanks, Randy


Begin forwarded message:



Subject: R npRmpi

Been looking into the npRmpi problem

I can get a segfault executing

mpi.spawn.Rslaves()


The documentation .html files under npRmpi contains the following:

"mpi.spawn.Rslaves to spawn R slaves on selected hosts. This is
a LAM-MPI specific function."


lamhosts()

sh: lamnodes: command not found

The documentation for nearly all mpi.xxx.xxx calls send you to
www.lam-mpi.org for more information.

Looks for all the world this package depends on LAM-MPI which
is not installed on Quarry. I don't think pointing the build
at an OpenMPI install will help. The .c sources will compile
just fine but when R goes to use them it refers to LAM-MPI
dependent functions and behaves  badly.