MantisBT - ParaView
View Issue Details
0009595ParaViewBugpublic2009-09-25 10:192016-08-12 09:57
Jean M. Favre 
Kitware Robot 
normalmajoralways
closedmoved 
3.6 
 
0009595: Extent Translator does not respect SetSplitModeTo[XYZ]Slab()
Putting the following code in my parallel reader enforces a read direction for HDF5 hyperslabs. Works perfectly well in ParaView 3.4

vtkStreamingDemandDrivenPipeline *exec =
static_cast<vtkStreamingDemandDrivenPipeline*>(this->GetExecutive());
exec->GetExtentTranslator(outInfo)->SetSplitModeToXSlab();

I have verified today that the solution works well, producing the
required split, either as X, Y or Z slabs.

My problem is that I cannot reproduce this in version 3.6.1. When the
same data reader source code is compiled against version 3.6, my request
to SetSplitModeTo?Slab() are ignored all the times. I am using the same
grid resolution and the same number of processes. What works in version
3.4 cannot be reproduced in version 3.6.
No tags attached.
Issue History
2009-09-25 10:19Jean M. FavreNew Issue
2016-08-12 09:57Kitware RobotNote Added: 0037720
2016-08-12 09:57Kitware RobotStatusexpired => closed
2016-08-12 09:57Kitware RobotResolutionopen => moved
2016-08-12 09:57Kitware RobotAssigned To => Kitware Robot

Notes
(0037720)
Kitware Robot   
2016-08-12 09:57   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.