<HTML>
<HEAD>
<TITLE>Re: [Paraview] builtin doesn't call MPI_Init?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>It is correct that MPI_Init is not called for builtin. &nbsp;This is because the paraview client application itself is not a parallel application. &nbsp;It has no MPI facilities, so MPI cannot be used within it. &nbsp;If you want to use MPI, you have to connect to a pvserver.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 7/29/09 11:30 AM, &quot;Bam Ting&quot; &lt;<a href="bampingting@gmail.com">bampingting@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I think ParaView do not call MPI_init for builtin connection when it compile with MPI. Is that correct? Hard time to locate the right code. When ParaView do not call MPI_Init this cause me some problem. My reader uses mpi io, and do not work without mpi. <BR>
<BR>
My 2 case is this:<BR>
<BR>
When ParaView not compile with MPI, reader not compile, so no one try to use it. No problem!<BR>
When ParaView compile with MPI, reader works on all connection except built in. Problem!  <BR>
<BR>
reader should work on all connection type + builtin. How can this be realise in the ParaView way?<BR>
<BR>
Bam<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>