MantisBT - ParaView |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013306 | ParaView | (No Category) | public | 2012-07-16 14:00 | 2012-10-29 17:04 |
|
Reporter | Utkarsh Ayachit | |
Assigned To | Sebastien Jourdain | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | git-master | |
Target Version | 4.0 | Fixed in Version | 3.98.0 | |
Project | Sandia |
Topic Name | 13306-fix-silo-reader-for-vtk6 |
Type | incorrect functionality |
|
Summary | 0013306: SILO reader broken after VTK 6 changes |
Description | [ 64%] Building CXX object Utilities/VisItBridge/databases/CMakeFiles/vtkVisItDatabases.dir/Silo/avtSiloFileFormat.C.o
/udata/mms/Kitware/11July2012Clones/ParaView/Utilities/VisItBridge/databases/Silo/avtSiloFileFormat.C: In member function âvoid avtSiloFileFormat::ReadInConnectivity(vtkUnstructuredGrid*, DBzonelist*, int, const char*, int)â:
/udata/mms/Kitware/11July2012Clones/ParaView/Utilities/VisItBridge/databases/Silo/avtSiloFileFormat.C:8746: error: âclass vtkUnstructuredGridâ has no member named âSetUpdateGhostLevelâ
/udata/mms/Kitware/11July2012Clones/ParaView/Utilities/VisItBridge/databases/Silo/avtSiloFileFormat.C: In member function âvoid avtSiloFileFormat::ReadInArbConnectivity(const char*, vtkUnstructuredGrid*, DBucdmesh*, int)â:
/udata/mms/Kitware/11July2012Clones/ParaView/Utilities/VisItBridge/databases/Silo/avtSiloFileFormat.C:9416: error: âclass vtkUnstructuredGridâ has no member named âSetUpdateGhostLevelâ
/udata/mms/Kitware/11July2012Clones/ParaView/Utilities/VisItBridge/databases/Silo/avtSiloFileFormat.C: In member function âvoid avtSiloFileFormat::GetQuadGhostZones(DBquadmesh*, vtkDataSet*)â:
/udata/mms/Kitware/11July2012Clones/ParaView/Utilities/VisItBridge/databases/Silo/avtSiloFileFormat.C:10287: error: âclass vtkDataSetâ has no member named âSetUpdateGhostLevelâ
gmake[2]: *** [Utilities/VisItBridge/databases/CMakeFiles/vtkVisItDatabases.dir/Silo/avtSiloFileFormat.C.o] Error 1
gmake[1]: *** [Utilities/VisItBridge/databases/CMakeFiles/vtkVisItDatabases.dir/all] Error 2 |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-07-16 14:00 | Utkarsh Ayachit | New Issue | |
2012-07-16 14:01 | Utkarsh Ayachit | Target Version | => 4.0 |
2012-07-16 14:56 | Utkarsh Ayachit | Assigned To | => Sebastiennn Jourdain |
2012-07-18 09:29 | Sebastien Jourdain | Status | backlog => todo |
2012-07-18 09:29 | Sebastien Jourdain | Status | todo => active development |
2012-07-18 11:13 | Sebastien Jourdain | Note Added: 0028794 | |
2012-07-18 11:19 | Sebastien Jourdain | Topic Name | => 13306-fix-silo-reader-for-vtk6 |
2012-07-18 11:19 | Sebastien Jourdain | Note Added: 0028795 | |
2012-07-18 11:19 | Sebastien Jourdain | Status | active development => gatekeeper review |
2012-07-18 11:19 | Sebastien Jourdain | Resolution | open => fixed |
2012-07-24 10:47 | Utkarsh Ayachit | Fixed in Version | => git-master |
2012-07-24 10:48 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
2012-07-24 10:48 | Utkarsh Ayachit | Note Added: 0028903 | |
2012-07-24 18:40 | Alan Scott | Note Added: 0028919 | |
2012-07-24 18:40 | Alan Scott | Status | customer review => closed |
2012-10-29 17:04 | Utkarsh Ayachit | Fixed in Version | git-master => 3.98.0 |
Notes |
|
(0028794)
|
Sebastien Jourdain
|
2012-07-18 11:13
|
|
The current fix was just commenting out "grid->SetGhostLevel(0)".
Need to figure out if that was really needed and how we truly disable the reading of ghost level in a Visit environment that does not use Port/Connection that keep track of the filter request. |
|
|
(0028795)
|
Sebastien Jourdain
|
2012-07-18 11:19
|
|
This is a temporary fix as we need to figure out how to properly disable the reading of Ghost cells inside a Visit reader as the vtkDataSet does not keep a reference to the executive. |
|
|
(0028903)
|
Utkarsh Ayachit
|
2012-07-24 10:48
|
|
merged into master, if applicable. |
|
|
(0028919)
|
Alan Scott
|
2012-07-24 18:40
|
|
Tested Linux, builds for client and server, Master. |
|