[OMPI users] bug report: wrong reference in mpi.h to mpicxx.h

2006-07-19 Thread Paul Heinzlreiter
Hi all, I'm not sure whether this bug has already been reported/fixed (maybe in the v1.1.1 pre-release): I've compiled and installed Open MPI Version 1.1 (stable), which worked well. for configuring OpenMPI I used the commandline ./configure --prefix=/home/ph/local/openmpi --disable-mpi-f77 --d

Re: [OMPI users] bug report: wrong reference in mpi.h to mpicxx.h

2006-07-19 Thread Sven Stork
Dear Paul, this previously posted "tutorial" how to build ParaView could maybe useful to you: http://www.open-mpi.org/community/lists/users/2006/05/1246.php regards, Sven On Wednesday 19 July 2006 14:57, Paul Heinzlreiter wrote: > Hi all, > > I'm not sure whether this bug has already been re

Re: [OMPI users] bug report: wrong reference in mpi.h to mpicxx.h

2006-07-19 Thread Brian Barrett
On Wed, 2006-07-19 at 14:57 +0200, Paul Heinzlreiter wrote: > After that I tried to compile VTK (http://www.vtk.org) with MPI support > using OpenMPI. > > The compilation process issued the following error message: > > /home/ph/local/openmpi/include/mpi.h:1757:33: ompi/mpi/cxx/mpicxx.h: No > suc

Re: [OMPI users] bug report: wrong reference in mpi.h to mpicxx.h

2006-07-19 Thread Paul Heinzlreiter
I just copied .../openmpi/include/openmpi/ompi/... to ../openmpi/include/ompi/ ... and all went well, VTK was built together with it's testing tree including MPI applications, using the g++/gcc compiler. maybe it works with the mpi(CC/cc) compiler without moving directories around. you can only

[OMPI users] SEGV in libopal during MPI_Alltoall

2006-07-19 Thread Frank Gruellich
Hi, I'm running OFED 1.0 with OpenMPI 1.1b1-1 compiled for Intel Compiler 9.1. I get this error message during an MPI_Alltoall call: Signal:11 info.si_errno:0(Success) si_code:1(SEGV_MAPERR) Failing at addr:0x1cd04fe0 [0] func:/usr/ofed/mpi/intel/openmpi-1.1b1-1/lib64/libopal.so.0 [0x2b56964acc7

Re: [OMPI users] SEGV in libopal during MPI_Alltoall

2006-07-19 Thread Graham E Fagg
Hi Frank I am not sure which alltoall your using in 1.1 so can you please run the ompi_info utility which is normally built and put into the same directory as mpirun? i.e. host% ompi_info This provides lots of really usefull info on everything before we dig deeper into your issue and the

Re: [OMPI users] SEGV in libopal during MPI_Alltoall

2006-07-19 Thread George Bosilca
Frank, On the all-to-all collective the send and receive buffers has to be able to contain all the information you try to send. On this particular case, as you initialize the envio variable to a double I suppose it is defined as a double. If it's the case then the error is that the send operat