Re: [Paraview] Compilation error under Linux with MPI and Python

2014-02-10 Thread Utkarsh Ayachit
Does the attached patch address the problem? We may need to duplicate the code for each of the modules. On Thu, Feb 6, 2014 at 5:11 AM, Armin Wehrfritz dkxl...@gmail.com wrote: The problem actually occurs only for openmpi versions 1.6, I successfully compiled now ParaView under openSUSE 12.3

Re: [Paraview] Compilation error under Linux with MPI and Python

2014-02-10 Thread Armin Wehrfritz
Yes, the patch addresses the problem. Just finished the compilation for openmpi 1.7.2 and everything seems fine (i.e. no errors occurred). Thanks! -Armin On 02/10/2014 04:54 PM, Utkarsh Ayachit wrote: Does the attached patch address the problem? We may need to duplicate the code for each

Re: [Paraview] Compilation error under Linux with MPI and Python

2014-02-06 Thread Armin Wehrfritz
The problem actually occurs only for openmpi versions 1.6, I successfully compiled now ParaView under openSUSE 12.3 (openmpi 1.6). I also found a quick-and-dirty, workaround for openmpi 1.7.2 by manually adding libdl to the libraries in CMakeCache.txt:

Re: [Paraview] Compilation error under Linux with MPI and Python

2014-02-05 Thread Orion Poplawski
On 02/05/2014 01:14 PM, Armin Wehrfritz wrote: Hi, I get this error when compiling Paraview 4.1.0 under Linux x64: [ 230s] CMakeFiles/mpi4py.MPI.dir/src/MPI.c.o: In function `OPENMPI_dlopen_libmpi': [ 230s] MPI.c:(.text+0x6eb1): undefined reference to `dlopen' [ 230s]