I think i found a solution, and i'll post it here:
Following ./configure and make all install your open mpi libs and
headers should be in /usr/local/lib and /usr/local/include.
Header Search Paths: /usr/local/include
Library Search Paths: /usr/local/lib
add the following (4) frameworks/libra
HI
I'm not sure if that is a problem,
but in MPI applications you shoud
use MPI_WTime() for time-measurements
Jody
On 10/25/07, 42af...@niit.edu.pk <42af...@niit.edu.pk> wrote:
> Hi all,
>I am a research assistant (RA) at NUST Pakistan in High Performance
> Scientific Computing Lab. I am
On Oct 25, 2007, at 11:16 AM, Edgar Gabriel wrote:
If you have the following scenario:
- A spawns B, gets intercomm AB
- A spawns C, gets intercomm AC (that does not include B)
- ...repeat N times (e.g., to AN)
well, how about the following for your example:
- D = intercomm_merge (AB)
- E =
Jeff Squyres wrote:
On Oct 25, 2007, at 12:11 AM, George Bosilca wrote:
Now you cast a doubt on me. As far as I remember, there is a trick
in MPI2 to do this. You can merge your inter-communicators into one
intra-communicators with MPI_Intercomm_merge and then use
MPI_Intercomm_create to s
On Sun, 21 Oct 2007, Tony Sheh wrote:
I'm working in xcode and i'm trying to build an application that
links against the OMPI libraries. So far i've included the following
files in the build:
libmpi.dylib
libopen-pal.dylib
libopen-rte.dylib
and the errors i get are
Undefined symbols:
all
Yay, three cheers for Jeff.
Reverting to the stock libibverbs package (still at 1.0-4 for the version of
Ubuntu I'm running at work as I haven't upgraded to last week's Ubuntu 7.10
release) and rebuilding the Open MPI 1.2.4 deb packages under it fixes the
openib error message issue.
So even fo
On 25 October 2007 at 07:54, Jeff Squyres wrote:
| We will not dlopen libibverbs.so directly -- we will only dlopen the
| mca_btl_openib.so file. The dynamic linker will automatically open
| all of its dependencies. If those dependencies cannot be found /
| symbols cannot be resolved, the
On Oct 24, 2007, at 10:05 PM, Dirk Eddelbuettel wrote:
| > | If I had to guess, the systems where you don't see the
warning are
| > | systems that have OFED loaded.
| >
| > I am pretty sure that none of the systems (at work) have IB
| > hardware. I am
| > very sure that my home systems do not
On Oct 25, 2007, at 12:11 AM, George Bosilca wrote:
Now you cast a doubt on me. As far as I remember, there is a trick
in MPI2 to do this. You can merge your inter-communicators into one
intra-communicators with MPI_Intercomm_merge and then use
MPI_Intercomm_create to spawn a new inter-comm
Hi all,
I am a research assistant (RA) at NUST Pakistan in High Performance
Scientific Computing Lab. I am working on the parallel
implementation of the Finitie Difference Time Domain (FDTD) method
using MPI. I am using the OpenMPI environment on a cluster of 4
SunFire v890 cluster connected
Now you cast a doubt on me. As far as I remember, there is a trick in
MPI2 to do this. You can merge your inter-communicators into one
intra-communicators with MPI_Intercomm_merge and then use
MPI_Intercomm_create to spawn a new inter-comm over the 2 childs
world (using the common parent as
11 matches
Mail list logo