View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009595ParaViewBugpublic2009-09-25 10:192016-08-12 09:57
ReporterJean M. Favre 
Assigned ToKitware Robot 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version3.6 
Target VersionFixed in Version 
Summary0009595: Extent Translator does not respect SetSplitModeTo[XYZ]Slab()
DescriptionPutting 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0037720)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2009-09-25 10:19 Jean M. Favre New Issue
2016-08-12 09:57 Kitware Robot Note Added: 0037720
2016-08-12 09:57 Kitware Robot Status expired => closed
2016-08-12 09:57 Kitware Robot Resolution open => moved
2016-08-12 09:57 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team