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>