Displaying 20 results from an estimated 1000 matches similar to: "lam vs. openmpi"
2013 Jun 07
1
cannot load pbdMPI package after compilation
Hello,
I try to install pbdMPI.
Compilation successful, but load fails with segfault.
Is anyone can help me?
R version 3.0.0
pbdMPI version 0.1-6
Intel compiler version 13.1.1
OpenMPI version 1.6.4-1
CPU Intel x86_64
# R CMD INSTALL pbdMPI_0.1-6.tar.gz
..
....
checking for gcc... icc -std=gnu99
checking whether the C compiler works... yes
checking for C compiler default output file name...
2007 Oct 04
1
Rmpi_0.5-4 and OpenMPI questions
Many thanks to Dr Yu for updating Rmpi for R 2.6.0, and for starting to make
the changes to support Open MPI.
I have just built the updated Debian package of Rmpi (i.e. r-cran-rmpi) under
R 2.6.0 but I cannot convince myself yet whether it works or not. Simple
tests work. E.g. on my Debian testing box, with Rmpi installed directly
using Open Mpi 1.2.3-2 (from Debian) and using 'r' from
2008 May 30
1
R and Openmpi
Hello,
We have R working with Rmpi/openmpi, but I'm a little worried. Specifically, (a) the -np flag doesn't seem to override the hostfile (it works fine with fortran hello world) and (b) I appear to have twice as many processes running as I think I should.
Rmpi version 0.5.5
Openmpi version 1.1
Viglen HPC with (effectively) 9 blades and 8 nodes on each blade.
myhosts file contains
2013 Dec 09
3
compat-openmpi issues after upgrade to CentOS 6.5
Just wondering if anyone can shed some light into an issue we are having
with compat-openmpi after upgrading CentOS to version 6.5
Some of our cluster applications are dependent on an older version of
OpenMPI, so we are using compat-openmpi. Up to CentOS 6.4 this was
version 1.4.3:
% /usr/lib64/compat-openmpi/bin/mpirun -V
mpirun (Open MPI) 1.4.3
but after the upgrade to CentOS 6.5 it
2008 Apr 07
2
problem with Rmpi 0.5-5 and openmpi
Dear knowledgeable experts :-),
I am trying to get openmpi, Rmpi and SNOW running on a Myrinet/GM
cluster. I'm not an IT expert, but I surely could use a working
installation of Rmpi and SNOW.
I try to load the Rmpi library and get the following:
> library(Rmpi)
[master:07230] mca: base: component_find: unable to open osc pt2pt: file
not found (ignored)
2011 Nov 07
1
Strange behaviour of ssh
Hello together!
I've Debian 6.0.3 with OpenSSH_5.5p1 and problem with the execution of remote commands via ssh.
It seems as if the first command isn't looked up in all "$PATH" dirs.
Here normally I should get the version information of mpirun twice but the first one fails:
$ ssh cluster2 mpirun --version ; mpirun --version
bash: mpirun: command not found
mpirun (Open MPI) 1.4.3
2009 Jul 14
1
Snow/openmpi
I'm running R/snow on a small cluster with opensuse, openmpi, and openshh. I
start up R with "mpirun -n 1 R --no-save". That works but it strikes me how
easily I get kicked out of R whenever I run into syntax errors. Is there a
way to avoid this, for instance, by starting up a regular R session and
invoking/activating(?) openmpi within R, e.g. by passing on extra arguments
to the
2013 Jun 16
2
Problem in linking a library in R package
1.I have a library fpmpi . I made the shared library fpmpi.so from this
library.I am using ubuntu .
2.Now, I want to use in my R package .My R package has src folder the there
is makevars.in file
### Setup R source code and objects.
PKG_CPPFLAGS = @PKG_CPPFLAGS@
PKG_LIBS = -L/home/g/Desktop/Project -fpmpip
### For user configuration.
USER_CONF = Makeconf
### Start making here.
all:
2007 Mar 28
4
Rmpi and OpenMPI ?
Has anybody tried to use Rmpi with the OpenMPI library instead of LAM/MPI?
LAM appears to be somewhat hardcoded in the Rmpi setup. Before I start to
experiment with changing this, has anybody else tried Rmpi with non-LAM MPI
implementations?
Dirk
--
Hell, there are no rules here - we're trying to accomplish something.
-- Thomas A. Edison
2008 Jul 01
2
problem with mpiexec and Rmpi
Dear R People:
I'm having some trouble with mpiexec and Rmpi.
I would like to be able to pass in the number of "children" via the
mpiexec command (from the command line).
this is in SUSE10.1, with R-2.7.1
Here are my files:
cat eb.R
library(Rmpi)
mpi.remote.exec(paste("i am",mpi.comm.rank(),"of",mpi.comm.size()))
mpi.quit()
hodgesse at
2009 Mar 27
2
Installing openmpi & lam for use with R
I am trying to install the R package "Rmpi" which needs libmpi. I've
installed openmpi and lam in Centos 5.2:
[root at rab45-1 /]# rpm -qv openmpi
openmpi-1.2.5-5.el5
openmpi-1.2.5-5.el5
[root at rab45-1 /]# rpm -qv lam
lam-7.1.2-14.el5
lam-7.1.2-14.el5
But I get the following error message when trying to install Rmpi:
/usr/bin/ld: skipping incompatible /usr/lib/lam/lib/libmpi.so
2011 Sep 09
1
R CMD INSTALL configure.args and CC customization
I am running into the following issue that has been previously
reported on the R-devel mailing list. The short version is that I'm
writing a package for MPI, and I'd like to change CC and SHLIB_LD to
"mpicc". Trying to change them in Makevars.in has no effect, because
the values are clobbered by /etc/R/Makeconf. Will the following
changes to Makeconf.in introduce any problems?
2008 Oct 22
1
Problem about spawn nodes with Rmpi
Hi all,
now I'm testing R in a "virtual cluster", made it with VirtualBox. This one
has 3 nodes, running CentOS 5 and OpenMPI 1.2.8, and the principal node
(called "server") exports the /home to other nodes.
I have installed R and OpenMPI in /home, in fact, it seems work OK. Editing
the openmpi-default-hostfile and run "mpirun -np 3 hostname" I can see the
2007 May 25
1
trouble with snow and Rmpi
Dear R People:
I am having some trouble with the snow package.
It requires MPICH2 and Rmpi.
Rmpi is fine. However, I downloaded the MPICH2 package, and installed.
There is no mpicc, mpirun, etc.
Does anyone have any suggestions, please?
Thanks in advance!
Sincerely,
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto:
2007 Aug 27
2
Rmpi and x86
Dear R Gurus:
Is there a problem with Rmpi on x86 with SUSE 10.1, please?
I've tried everything and it still won't load.
Has anyone else dealt with this please?
Thanks,
Edna Bell
2011 Jan 14
0
Fwd: Re: [R-sig-hpc] Working doSNOW foreach openMPI example
Whas missing the R in the command line:
"mpirun -n --hostfile /home/hostfile R --no-save -f rtest.R"
Hope this helps
mario
On 13-Jan-11 22:08, Justin Moriarty wrote:
> Hi,
> Just wanted to share a working example of doSNOW and foreach for an openMPI cluster. The function eddcmp() is just an example and returns some inocuous warnings. The
2008 Aug 01
0
Rmpi on Fedora 8
A yum update to lam 7.1.4 (from 7.1.2) broke Rmpi for me this last week
and quite a few changes were needed to repair this, so I'm reporting here
in case it helps others. This was an x86_64 system - adjust 'lib64'
suitably for 32-bit systems.
There seems to me to be major organizational changes for a 'patchlevel'
update to a setup that previously worked out of the box.
2008 Jun 11
3
Rmpi segfault after install on Ubuntu Hardy Heron
I just installed Rmpi on my 64-bit Ubuntu Hardy Heron OS and using the
following without errors:
"R CMD INSTALL Rmpi_0.5-5.tar.gz --configure-args=--with-mpi=/usr/lib64/openmpi"
Immediately at library(Rmpi) I get the segfault displayed in my
complete output below. My first thought is that perhaps I used the
wrong library for openmpi, but with my 64 bit install it seemed like a
logical
2006 Dec 07
0
Rmpi help
Hi team,
I am beginning on R and I try to install Rmpi library and I have problems, I have installed LAM-MPI on Rocks;
[rcnavarro at hpc-cip ~]$ laminfo
LAM/MPI: 7.1.1
Prefix: /opt/lam/gnu
Architecture: x86_64-unknown-linux-gnu
Configured by: root
Configured on: Wed Oct 19 18:12:25 EDT 2005
Configure host: rocks-156.sdsc.edu
Memory
2008 Jul 16
1
Problem with mpi.close.Rslaves()
I am running R 2.7.0 on a Suse 9.1 linux cluster with a job scheduler
dispatching jobs and openmpi-1.0.1. I have tried running one of the
examples at http://ace.acadiau.ca/math/ACMMaC/Rmpi/examples.html in Rmpi
and they seem to be working, except mpi.close.Rslaves() hangs. The
slaves are closed, but the master doesn't finish its script. Below is
the example script and the call to R. The job is