hi,<br><br>i successfully compiled paraview3 beta with openmpi 1.0.2 by setting<br><br>SET(CMAKE_C_COMPILER mpicc)<br>SET(CMAKE_CXX_COMPILER mpicxx)<br><br>in my CMakeLists.txt file, and then running cmake like this:<br><br>
cmake -DVTK_USE_MPI:BOOL=ON \<br>-DVTK__MPIRUN_EXE:FILEPATH=/path_to_openmpi/openmpi1.0.2/bin/ \<br>/path_to_paraview3_src/ParaView3/<br><br>and when i try to run<br><br>mpiexec -n 4 ./paraview<br><br>from within my paraview3 bin directory, i get 4 paraview windows rather
<br>than a single window running in parallel mode.&nbsp; i have made sure the path <br>to the openmpi bin is on the top of my path, and the path to openmpi lib is <br>on the top of my ld_library_path environment variable, but still no luck.&nbsp; i
<br>have no trouble running paraview2.6 with this same command, built with<br>the same modifications to CMakeLists.txt and the cmake command line.<br><br>any help much appreciated,<br>bryan<br>