Thank you very much for the help, I am going to try to reconfigure my paraview mpi build to use the standard compilers, and use the mpi library path. I will report if I have any other problems<br><br><div><span class="gmail_quote">
On 6/22/07, <b class="gmail_sendername">Berk Geveci</b> <<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Do not use mpicc and mpic++ to compile paraview. Instead, configure<br>the build such that the necessary mpi libraries are used and the<br>appropriate include paths are set. mpicc and mpic++ are light wrappers<br>around the actual compilers that do "extra stuff". If you use them to
<br>compile paraview, they do that "extra stuff" to every single object<br>file they compile. Since there is a good chunk of code that do not use<br>MPI, it is best to avoid doing that.<br><br>On 6/22/07, Robert Maynard <
<a href="mailto:thorin.hax@gmail.com">thorin.hax@gmail.com</a>> wrote:<br>> I have compiled paraview with mpi support using lam. I changed the standard<br>> c and c++ compilers for paraview too mpicc and mpic++ so that all the
<br>> mpi references where aviable. The build was correctly compiled, the problem<br>> comes when trying to launch the standalone version of paraview.<br>><br>> When launching /bin/paraview the error i get is "Floating point exception",
<br>> using gdb to trace the error I get<br>> New process 16350]<br>><br>> Program received signal SIGFPE, Arithmetic exception.<br>> 0x05761ac6 in ?? ()<br>><br>> Now if I try to run /bin/paraview with mpirun -np 1, it tells me that
<br>> paraview did not invoke MPI_INIT before quitting. The problem seems to only<br>> happen with standalone version, as /bin/pvserver runs perfectly fine with<br>> mpirun<br>><br>> _______________________________________________
<br>> ParaView mailing list<br>> <a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br>> <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview
</a><br>><br>><br><br><br>--<br> Berk Geveci<br> Kitware Inc.<br> 28 Corporate Drive<br> Clifton Park, NY, 12065<br></blockquote></div><br>