MantisBT - ParaView |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012882 | ParaView | (No Category) | public | 2012-01-27 13:49 | 2015-01-11 08:35 |
|
| Reporter | Utkarsh Ayachit | |
| Assigned To | Utkarsh Ayachit | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | git-master | |
| Target Version | | Fixed in Version | 3.14 | |
| Project | Sandia |
| Topic Name | 12882_selection_bug |
| Type | incorrect functionality |
|
| Summary | 0012882: Selection broken when doing local rendering |
| Description | * COnnect to parallel server
* Uncheck remote-render threshold
* Create Sphere + process Id scalars
* Draw a surface selection that selects cells from both processes
== > only cells from 1 process gets selected.
Everything works as expected with remote render threshold is set to 0. |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2012-01-27 13:49 | Utkarsh Ayachit | New Issue | |
| 2012-01-27 13:49 | Utkarsh Ayachit | Assigned To | => Utkarsh Ayachit |
| 2012-01-27 17:42 | Utkarsh Ayachit | Topic Name | => 12882_selection_bug |
| 2012-01-27 17:42 | Utkarsh Ayachit | Note Added: 0027999 | |
| 2012-01-27 17:42 | Utkarsh Ayachit | Status | backlog => gatekeeper review |
| 2012-01-27 17:42 | Utkarsh Ayachit | Fixed in Version | => git-next |
| 2012-01-27 17:42 | Utkarsh Ayachit | Resolution | open => fixed |
| 2012-02-03 15:06 | Utkarsh Ayachit | Note Added: 0028031 | |
| 2012-02-03 15:06 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
| 2012-02-03 15:06 | Utkarsh Ayachit | Note Added: 0028043 | |
| 2012-02-03 15:07 | Utkarsh Ayachit | Fixed in Version | git-next => git-master |
| 2012-02-07 19:46 | Alan Scott | Note Added: 0028080 | |
| 2012-02-07 19:46 | Alan Scott | Status | customer review => closed |
| 2012-02-08 17:21 | Utkarsh Ayachit | Fixed in Version | git-master => 3.14 |
| 2015-01-11 08:34 | Utkarsh Ayachit | Source_changeset_attached | => ParaView master f86fb2cd |
| 2015-01-11 08:35 | Utkarsh Ayachit | Source_changeset_attached | => ParaView master 34634c79 |
|
Notes |
|
|
(0027999)
|
|
Utkarsh Ayachit
|
|
2012-01-27 17:42
|
|
commit 34634c7967ddabfe6bbc38e3a8e82055757016b7
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Jan 27 17:40:37 2012 -0500
Fixed BUG 0012882. Selection not working in parallel.
Selection was not working in parallel when remote rendering was off. The bug was
that the vtkPVRenderView did not realize that data need to be re-delivered as
the remote-rendering threshold was changed. fixed that. |
|
|
|
(0028031)
|
|
Utkarsh Ayachit
|
|
2012-02-03 15:06
|
|
|
merged into master, where applicable. |
|
|
|
(0028043)
|
|
Utkarsh Ayachit
|
|
2012-02-03 15:06
|
|
|
merged into master, where applicable. |
|
|
|
(0028080)
|
|
Alan Scott
|
|
2012-02-07 19:46
|
|
|
Tested remote server, Linux, master. |
|