It is correct that MPI_Init is not called for builtin.  This is because the 
paraview client application itself is not a parallel application.  It has no 
MPI facilities, so MPI cannot be used within it.  If you want to use MPI, you 
have to connect to a pvserver.

-Ken


On 7/29/09 11:30 AM, "Bam Ting" <[email protected]> wrote:

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.

My 2 case is this:

When ParaView not compile with MPI, reader not compile, so no one try to use 
it. No problem!
When ParaView compile with MPI, reader works on all connection except built in. 
Problem!

reader should work on all connection type + builtin. How can this be realise in 
the ParaView way?

Bam



   ****      Kenneth Moreland
    ***      Sandia National Laboratories
***********
*** *** ***  email: [email protected]
**  ***  **  phone: (505) 844-8919
    ***      web:   http://www.cs.unm.edu/~kmorel

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to