Natalie

You should only need to make sure that paraview is compiled with the HDF5_ENABLE_PARALLEL flag set to ON, then the xdmf will pick up the relevant flags and it should work.

(I stress should becuase there are still issues)

JB
Hi!
Trying it out, I found that the XdmfReader does not work when Paraview is started in parallel mode. How can I change that? Is it enough to compile the parallel hdf5 - library as well (in the directory Paraview3.xx/Utilities/hdf5) and then changing the XdmfReader in a way like

#ifdef Paraview_Parallel (is there anyway to detect at runtime that paraview is started in parallel mode)
#define read_h5(..) = <parallel routine>
#endif

Or maybe someone is already working on that, so I could wait for the next release? ;-)

greetings,
NH


¿Quieres saber cómo va a estar el clima mañana? ¡Ingresa ahora a MSN!

_______________________________________________ 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
  


-- 
John Biddiscombe,                            email:biddisco @ cscs.ch
http://www.cscs.ch/
CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
Via Cantonale, 6928 Manno, Switzerland      | Fax:  +41 (91) 610.82.82
_______________________________________________
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