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> &lt;<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>&gt; 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 &quot;extra stuff&quot;. If you use them to
<br>compile paraview, they do that &quot;extra stuff&quot; 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 &lt;
<a href="mailto:thorin.hax@gmail.com">thorin.hax@gmail.com</a>&gt; wrote:<br>&gt; I have compiled paraview with mpi support using lam. I changed the standard<br>&gt; c and c++ compilers for paraview too mpicc and mpic++ so that all the
<br>&gt; mpi references where aviable. The build was correctly compiled, the problem<br>&gt; comes when trying to launch the standalone version of paraview.<br>&gt;<br>&gt; When launching /bin/paraview the error i get is &quot;Floating point exception&quot;,
<br>&gt; using gdb to trace the error I get<br>&gt;&nbsp;&nbsp; New process 16350]<br>&gt;<br>&gt;&nbsp;&nbsp;Program received signal SIGFPE, Arithmetic exception.<br>&gt;&nbsp;&nbsp;0x05761ac6 in ?? ()<br>&gt;<br>&gt; Now if I try to run /bin/paraview with mpirun -np 1, it tells me that
<br>&gt; paraview&nbsp;&nbsp;did not invoke MPI_INIT before quitting. The problem seems to only<br>&gt; happen with standalone version, as /bin/pvserver runs perfectly fine with<br>&gt; mpirun<br>&gt;<br>&gt; _______________________________________________
<br>&gt; ParaView mailing list<br>&gt; <a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br>&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview
</a><br>&gt;<br>&gt;<br><br><br>--<br> Berk Geveci<br> Kitware Inc.<br> 28 Corporate Drive<br> Clifton Park, NY, 12065<br></blockquote></div><br>