MantisBT - ParaView |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015022 | ParaView | (No Category) | public | 2014-10-01 06:44 | 2015-06-04 21:16 |
|
Reporter | Jean M. Favre | |
Assigned To | David C. Lonie | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 4.2 | |
Target Version | | Fixed in Version | 4.3 | |
Project | TBD |
Topic Name | 15022_fix_extract_subset |
Type | incorrect functionality |
|
Summary | 0015022: ExtractSubset broken in parallel |
Description | read a partitioned structured grid with 2 pvserver processes:
ExtractSubset will return some bogus (infinite numbers) coordinates and the data is not visible.
brickpvtr = XMLPartitionedRectilinearGridReader(FileName=['/tmp/brick.pvtr'])
brickpvtrDisplay = Show(brickpvtr)
extractSubset1 = ExtractSubset(Input=brickpvtr)
extractSubset1.VOI = [0, 13, 0, 7, 0, 3]
extractSubset1Display = Show(extractSubset1)
|
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | bricks.tar (10,240) 2014-10-01 06:44 https://www.vtk.org/Bug/file/9732/bricks.tar rectGrid_par41.py (2,289) 2014-12-01 03:22 https://www.vtk.org/Bug/file/9776/rectGrid_par41.py |
|
Issue History |
Date Modified | Username | Field | Change |
2014-10-01 06:44 | Jean M. Favre | New Issue | |
2014-10-01 06:44 | Jean M. Favre | File Added: bricks.tar | |
2014-11-20 09:14 | Utkarsh Ayachit | Assigned To | => David C. Lonie |
2014-12-01 03:22 | Jean M. Favre | File Added: rectGrid_par41.py | |
2014-12-01 03:26 | Jean M. Favre | Note Added: 0033865 | |
2014-12-08 12:11 | David C. Lonie | Status | backlog => active development |
2014-12-12 15:26 | David C. Lonie | Note Added: 0033946 | |
2014-12-18 11:50 | David C. Lonie | Note Added: 0033985 | |
2014-12-24 09:15 | Utkarsh Ayachit | Topic Name | => 15022_fix_extract_subset |
2014-12-24 09:15 | Utkarsh Ayachit | Note Added: 0034013 | |
2014-12-24 09:15 | Utkarsh Ayachit | Status | active development => gatekeeper review |
2014-12-24 09:15 | Utkarsh Ayachit | Fixed in Version | => git-master |
2014-12-24 09:15 | Utkarsh Ayachit | Resolution | open => fixed |
2015-01-02 10:43 | Utkarsh Ayachit | Fixed in Version | git-master => 4.3 |
2015-01-08 08:01 | Utkarsh Ayachit | Fixed in Version | 4.3 => git-master |
2015-01-08 08:01 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
2015-01-08 08:01 | Utkarsh Ayachit | Note Added: 0034023 | |
2015-01-11 09:25 | Utkarsh Ayachit | Fixed in Version | git-master => 4.3 |
2015-06-04 21:16 | Alan Scott | Note Added: 0034509 | |
2015-06-04 21:16 | Alan Scott | Status | customer review => closed |
Notes |
|
(0033865)
|
Jean M. Favre
|
2014-12-01 03:26
|
|
I submitted a new python test. I start paraview, get a parallel server. get a python shell, runscript, load file rectGrid_par41.py, and Extract a Subset.
Works well in 4.1, does not work in 4.2. It crashes the server, or dumps the following errors:
*** Error in `/home/local/apps/PV/4.2/lib/paraview-4.2/pvserver': free(): invalid next size (fast): 0x00000000040b3c70 ***
*** Error in `/home/local/apps/PV/4.2/lib/paraview-4.2/pvserver': corrupted double-linked list: 0x00000000040b3c60 **
Jean Favre |
|
|
(0033946)
|
David C. Lonie
|
2014-12-12 15:26
|
|
Just to update -- this branch fixes the issue from the VTK side of things:
http://review.source.kitware.com/#/t/5152/ [^]
Once that's merged into VTK's master branch, I'll enable the parallel filters in ParaView and push this issue to gatekeeper review. |
|
|
(0033985)
|
David C. Lonie
|
2014-12-18 11:50
|
|
I've pushed the branch 15022_fix_extract_subset to stage, which brings in the VTK fixes and updates ParaView to use the proper filters.
This can't be merged until the VTK topic goes in, but I wanted to leave this fix ready-to-go in case we decide to release ParaView before I return from vacation. |
|
|
(0034013)
|
Utkarsh Ayachit
|
2014-12-24 09:15
|
|
commit b5af90e3b3d499661b8da2237073fa0730eff6bc
Author: David C. Lonie <david.lonie@kitware.com>
Date: Thu Dec 18 11:46:02 2014 -0500
Use the parallel extract VOI filters in the metafilter.
Change-Id: If3f6463ca50d5a5bf137009780f376c0fd74577e
commit f49a508bc47dc8ff292bd4317513ecbfa030c42a
Author: David C. Lonie <david.lonie@kitware.com>
Date: Thu Dec 18 11:45:25 2014 -0500
Bump VTK for extent fixes.
Change-Id: Ieb5c5d8060ca9aee2a15bf599ff0ce5d96835fca |
|
|
(0034023)
|
Utkarsh Ayachit
|
2015-01-08 08:01
|
|
Topics merged into master (v4.3.0-RC1-28-gca67a44):
(VTK) 15022_fix_extract_subset
(VTK) adios-update
cgns_plugin_fixes
pv-interactor-auto-render-optional
(VTK) python-calc-15125
render_on_settings_change
return-codes-for-help-and-version
server_without_mpi
(VTK) update-vtk-20150106
|
|
|
(0034509)
|
Alan Scott
|
2015-06-04 21:16
|
|
Old bug in customer review. Closing. |
|