Displaying 3 results from an estimated 3 matches for "component_find".
2012 Aug 29
2
Problem installing Rmpi with Open MPI
...pthread -L/usr/lib/R/lib -lR
installing to /home/link/R/x86_64-pc-linux-gnu-library/2.15/Rmpi/libs
** R
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
[Ubuntu12-04:03523] mca: base: component_find: unable to open
/usr/local/lib/openmpi/mca_paffinity_hwloc:
/usr/local/lib/openmpi/mca_paffinity_hwloc.so: undefined symbol:
opal_hwloc_topology (ignored)
[Ubuntu12-04:03523] mca: base: component_find: unable to open
/usr/local/lib/openmpi/mca_shmem_posix:
/usr/local/lib/openmpi/mca_shmem_posix.so:...
2008 Sep 05
1
Rmpi on Linux (SuSE) with OpenMPI
Guys,
I'm having troubles with Rmpi on Linux. I got it to work on windows, but on
Linux (SuSE 64 bit), using OpenMPI, I can't seem to get it to work :(
When I do library(Rmpi) I get the warning:
mca: base: component_find: unable to open osc pt2pt: file not found
(ignored)
Interestingly enough all the examples from the snow tutorial (
http://www.sfu.ca/~sblay/R/snow.html) work despite the warning.
But then, when I run my app I get
mca: base: component_find: unable to open osc pt2pt: file not found
(ignored)
mca:...
2008 Apr 07
2
problem with Rmpi 0.5-5 and openmpi
...r 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)
--------------------------------------------------------------------------
[0,0,0]: Myrinet/GM on host master was unable to find any NICs.
Another transport will be used instead, although this may result in
lower performance.
Then if I start a c...