On Dec 9, 2009, at 10:59 AM, Andrew McBride wrote:
> seemingly. here is the output of ring:
>
> I presume this output is correct? I guess the issue I have lies elsewhere
> then?
Yes -- the output looks correct.
Never say "never", but it would *seem* that the error lies in your app
somewhere.
seemingly. here is the output of ring:
bash-3.2$ ~/lib/openmpi-1.3.3/MAC/bin/mpicxx ring_cxx.cc
bash-3.2$ ~/lib/openmpi-1.3.3/MAC/bin/mpirun -np 2 a.out
Process 0 sending 10 to 1, tag 201 (2 processes in ring)
Process 0 sent to 1
Process 0 decremented value: 9
Process 0 decremented value: 8
Proce
Can you run simple MPI applications, like sending a message around in a ring?
On Dec 9, 2009, at 10:18 AM, Andrew McBride wrote:
> Thanks for your quick response Ralph.
>
> The errors I get is now are of a completely different nature and have to do
> with, presumably, calling delete on an unal
Thanks for your quick response Ralph.
The errors I get is now are of a completely different nature and have to do
with, presumably, calling delete on an unallocated pointer. Now, this probably
has little to do with openmpi and more to do with compilers used to create
openmpi?
I used gcc versi
You need to set your LD_LIBRARY_PATH to ~/lib/openmpi-1.3.3/MAC/lib, and
your PATH to ~/lib/openmpi-1.3.3/MAC/bin
It should then run fine.
On Wed, Dec 9, 2009 at 6:29 AM, Andrew McBride wrote:
> Hi
>
> I've installed trilinos using the openmpi 1.3.3 libraries. I'm configuring
> openmpi as follow
Hi
I've installed trilinos using the openmpi 1.3.3 libraries. I'm configuring
openmpi as follows:
/configure CXX=/usr/local/bin/g++ CC=/usr/local/bin/gcc
F77=/usr/local/bin/gfortran - prefix=/Users/andrewmcbride/lib/openmpi-1.3.3/MAC
Trilinos compiles without problem but the test fail (see belo