I want to send vectors of myclass between nodes. But myclass has
arrays inside of it. So i defined Datatype mpi_arrays to define the
arrays in myclass and then i defined another Datatype for vectors.
When i send vectors between nodes i get this error:
[localhost:31457] *** Process received signa
I want to send vectors of myclass between nodes. But myclass has
arrays inside of it. So i defined Datatype mpi_arrays to define the
arrays in myclass and then i defined another Datatype for vectors.
When i send vectors between nodes i get this error:
[localhost:31457] *** Process received signal
29, 2008 3:29:14 PM (GMT-0500) America/New_York
Subject: Re: [OMPI users] Error compiling open-mpi
Can you confirm that your C++ compiler is installed properly such that
it is able to create shared libraries that use the STL and the std
namespace?
On Feb 27, 2008, at 3:32 PM, Albert Babinsk
Hi i am running Red hat linux in school
I am trying to compile open mpi and it gives me
this error:
make[3]: Entering directory `/home/acct2/babinsk3/research/openmpi-1.2.5/Albert/
ompi/mpi/cxx'
/bin/sh ../../../libtool --tag=CXX --mode=link g++ -O3 -DNDEBUG -m64 -finline
-functions -pthread -e
Hello,
i am a beginner user.
I wanted to run OMPI, i configured, and then when i want to compile or make
install all.
It gives me this error :
Also i am running linux, in school which are connected to a server, and it has
KDE.
Making install in cxx
make[3]: Entering directory
`/home/acct2/babin