Dear all,
How can I write a time series to file in order to be opened by ParaView?
I used TimeSeriesHDF5 series(MPI_COMM_NULL, "primal");
from the undocumented demo, but ParaView fails to load the file.
The only reader that does not fail miserably is Pixie Files
, but I get the following error:
ERROR: In /Users/kitware/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release-Python27/paraview/src/paraview/Utilities/VisItBridge/databases/AvtAlgorithms/vtkAvtSTSDFileFormatAlgorithm.cxx, line 158
vtkVisItPixieReader (0x7fcee44302b0): VisIt Exception caught.
Any pointers?