similar to: Installing and testing Intel MPI Benchmarks over xen images.

Displaying 20 results from an estimated 9000 matches similar to: "Installing and testing Intel MPI Benchmarks over xen images."

2010 Jul 12
1
How to use mpi.allreduce() in Rmpi?
Hi everybody! I have the next code which makes a reduction of the *a *variable in two slaves, using the Rmpi package. library(Rmpi) mpi.spawn.Rslaves(nslaves=2) reduc<-function(){ a<-mpi.comm.rank()+2 mpi.reduce(a,type=2, op="prod") return(paste("a=",a)) } mpi.bcast.Robj2slave(reduc) mpi.remote.exec(reduc()) cat("Product: ")
2010 Jul 12
1
How to use mpi.allreduce() in Rmpi?
Hi everybody! I have the next code which makes a reduction of the *a *variable in two slaves, using the Rmpi package. library(Rmpi) mpi.spawn.Rslaves(nslaves=2) reduc<-function(){ a<-mpi.comm.rank()+2 mpi.reduce(a,type=2, op="prod") return(paste("a=",a)) } mpi.bcast.Robj2slave(reduc) mpi.remote.exec(reduc()) cat("Product: ")
2015 May 25
0
foreach hangs when using doMPI on Windows with Microsoft MPI
??I installed Microsoft MPI. Then installed the foreach and Rmpi packages. Then built doMPI from source. mpi.remote.exec works. foreach hangs with the main process and all worker processes idle. I launch my script with mpiexec: "C:\Program Files\Microsoft MPI\Bin\mpiexec" -n 3 "C:\Program Files\R\R-3.2.0\bin\x64\Rterm.exe" --no-save -q -f "MPI Test.r" The
2008 Feb 29
0
[Fwd: [ofa-general] Announcing the release of MVAPICH 1.0]
Per the announcement from the MVAPICH team, I am pleased to let you know that the MPI-IO support for Lustre has been integrated into the new release of MVAPICH, version 1.0. > - Optimized and high-performance ADIO driver for Lustre > - This MPI-IO support is a contribution from Future Technologies > Group, Oak Ridge National Laboratory. >
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
2012 Apr 04
1
npRmpi trouble - mpi.comm.spawn causes segfault
Dear all, I have a large dataset of randomly generated weighed sample for which I wish to compute a kernel density estimate. I have used the "np" package successfully for smaller datasets, however for the larger ones, they take too long when using the cross validation options for bandwidth selection ("cv.ls" or "cv.ml"). Of course, they are much quicker with
2014 Oct 03
2
mpi.h errors on Mavericks packages
Dear mac folks, I have started porting a large legacy toolset maintained in windows and heavily mpi laden so it can be used across platforms in R... so I am building a package out of it. On this note, I am noticing that almost all of the mpi dependent packages do not compile on the CRAN repositories.... with the basic issue that it appears it can not find mpi installed: configure: error:
2007 Nov 28
0
Rmpi : openmpi and mpi.spawn.Rslaves
Hello, I'm using R on a 10 blade dual quad core Rocks Cluster, and trying to use Rpmi and snow. I basically wondered if at the moment I ought to install Rmpi against another form of mpi (not openmpi) and wondered whether anyone could pass on any experience. I'm mainly worried about (a) the R server taking up 100% cpu time (I think this is a known issue with Rmpi and openmpi) and (b)
2009 Aug 24
1
R with MPI
Hello, I plan to use R with my cluster with OpenMPI. I need the packaged 'snow' and 'Rmpi' for that, however, I get an error while downloading and installing them: When I do a: install.packages("Rmpi", dependencies=T) I get this error: checking for mpi.h... no Try to find libmpi.so or libmpich.a checking for main in -lmpi... no libmpi not found.
2008 Sep 27
1
Problem with R on dual core under Linux - can not execute mpi.spawn.Rslaves()
Hi I am trying to utilize my dual core processor (and later a High-performance clusters (HPC) ) by using the Rmpi, snow, snowfall, ... packages, but I am struggling at the beginning, i.e. to initialise the "cluster" on my dual core computer. Whenever I try to initialize it (via sfInit(parallel=TRUE, cpus=2) or mpi.spawn.Rslaves(nslaves=2) ), I get an error message: >
2008 Jan 22
0
calling MPI parallel C code from R
R developers: I have some parallel C code, written with the MPI library, that I would like to call from R, but I get the error message below. cocite.mat.true.parallel.so compiles without complaint and I have MPI in my path, but R isn't recognizing one of the MPI symbols. I have a feeling that this is going to be tricky, but I need to get this to work. Helpful suggestions? I'd be
2016 Oct 16
2
MPI Support in LLVM
Hello, I want to know does LLVM has support for MPI Programming Model? Can we do LLVM optimizations in MPI Programs? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161017/dd645f09/attachment.html>
2007 May 17
1
dtrace & MPI program
Hi all: Can dtrace trouble-shoot the MPI porgrams (HPC programs)? Does there exist an extension on dtrace to debug MPI program? If exist, then where can I find the how-to documentations? Thanks in advance? Regards TJ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 26
1
Rmpi failing to install with all latest MPI packages and config arguments
On FC10 with openmpi and mpich2 installed, the command "R CMD INSTALL Rmpi_0.5-7.tar.gz --configure-args=--with-mpi=/usr/lib64/openmpi" (or /usr/lib64/mpich2) fails with the error ''cannot find mpi.h". Doing a (s)locate indicates no header file labeled as such. Would appreciate any trailheads. TIA, V. -- Vince Fulco, CFA, CAIA 612.424.5477 (universal) vfulco1 at
2010 Sep 03
1
DomU goes into fsck error at boot up.
Hi Guys, I have a xen set up with two domu VM''s. One of these VM has recently crashed and was running lot of web services. When I tried to xm shutdown and xm create -c domainname, it directly starts fsck and ends up with the following: INIT: version 2.86 booting Starting the hotplug events dispatcher: udevd[    2.724077] udevd version 125 started . Synthesizing the initial hotplug
2007 Oct 23
0
MPI implementations of fanny or cmeans
I've done a little digging, but I haven't been able to find an MPI or snow (or any other distributed processing) implementation of fanny (from cluster) or cmeans. Is anyone aware of some implementations or addons which I've missed? [I know of doi://10.1007/978-3-540-71351-7; but that's not for R] Don Armstrong [Currently not subscribed; M-F-T: set accordingly.] -- Certainly
1999 Sep 21
0
MPI bindings for R?
Dear R users, did anybody hack MPI bindings for R? (hoping somebody did that for me before :) Otherwise I might do that soonish. Anybody out there who has some special wishes for that? If yes, please email me directly.. as I'll spend a few days thinking about how to do that best and then do it. (Note: I'm not producing a parallel, thread-safe version of R) Armin
2006 May 18
0
MPI and R CMD SHLIB
Hi, I would like to compile a shared C++ library but using MPI. Is there away to compile shared libraries using the functionality of mpiexec supplied with MPICH-2. Thanks for any help, Jarrod
2009 Sep 22
0
snowfall: missing MPI node
Hello, I don't know if the question pertains to Rmpi, snow or snowfall. I run my job by: mpirun -np N -hostfile $PBS_NODEFILE RMPISNOW -f my-script.r --slave In the snowfall sfInit call I have to specify one less CPU respect to the mpirun call sfInit(parallel=TRUE, cpus=N-1, type="MPI") otherwise I receive an error similar to: "cluster size N-1 already
2009 Mar 02
0
Porting Xen migration functionality over MPI
Hello all, I am working over porting Xen''s migration functionality over an MPI providing RDMA schematics. I wish to know where I could find detailed documentation of Xen migration alone, and how to go about developing it. Will the xen-developers list help? Thanks & Regards, Siddharth Wagh