Thank you, everyone.I have successfully installed the openmpi pkg in
my ubuntu hardy heron for gcc( HP Compaq Dual-core notebook) following
the instructions in the FAQ page.I still need to install the
libopenmpi-dev header file pkg.Will come back after doing that.
Anugraha.S
On 8/28/08, Adam C Po
On Aug 29, 2008, at 10:48 AM, Rolf Vandevaart wrote:
In the file mpicxx.cc there is a declaration near the bottom that
looks like this.
const int LOCK_SHARED = MPI_LOCK_SHARED;
The preprocessor is going through that file and replacing
LOCK_SHARED with 0x01. Then when it tries to compile i
On Aug 29, 2008, at 9:03 AM, Paul Kapinos wrote:
I just tried to install the 1.2.7 version of OpenMPI alongside to
our used 1.2.5 and 1.2.6.
Because we use gcc, intel, studio and pgi compilers on three OSes
(Linux, Solaris/Sparc/ Solaris/Opteron), we have at least 15
Versions to compile (
Hi Again Paul:
A workaround for your issue is to add the following to your configure line.
--without-threads
This will prevent the synch.h from being included as it is not needed
anyways. We will have to figure out a better solution but for now I
think that will get you passed your mpicxx.c
Hi Paul:
I can comment on why you are seeing the mpicxx problem, but I am not
sure what to do about it.
In the file mpicxx.cc there is a declaration near the bottom that looks
like this.
const int LOCK_SHARED = MPI_LOCK_SHARED;
The preprocessor is going through that file and replacing LOCK
Hi all,
I just tried to install the 1.2.7 version of OpenMPI alongside to our
used 1.2.5 and 1.2.6.
Because we use gcc, intel, studio and pgi compilers on three OSes
(Linux, Solaris/Sparc/ Solaris/Opteron), we have at least 15 Versions to
compile (not all compilers are available everywere).
I have submitted a ticket on this issue.
https://svn.open-mpi.org/trac/ompi/ticket/1468
Rolf
On 08/18/08 18:27, Mostyn Lewis wrote:
George,
I'm glad you changed the scheduling and my program seems to work.
Thank you.
However, to stress it a bit more I changed
#define NUM_ITERS 1000
to
#d