MantisBT - ParaView |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012438 | ParaView | (No Category) | public | 2011-08-01 06:45 | 2011-09-01 13:31 |
|
| Reporter | Andy Bauer | |
| Assigned To | Andy Bauer | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | Development | |
| Target Version | | Fixed in Version | 3.12 | |
| Project | LANL |
| Topic Name | 12438-GridExchange-bug-fix |
| Type | incorrect functionality |
|
| Summary | 0012438: Fix GridExchange.cxx bug for LANL |
| Description | Pat Fasel from LANL asked that the following change be made to GridExchange.cxx (old is on top):
390,391c390,391
< setSendSize(Y0_Z1, this->mine[0], this->ghost0, this->ghost1);
< setRecvSize(Y1_Z0, this->mine[0], this->ghost0, this->ghost1);
---
> setSendSize(Y0_Z1, this->mine[0], this->ghost1, this->ghost0);
> setRecvSize(Y1_Z0, this->mine[0], this->ghost1, this->ghost0);
|
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2011-08-01 06:45 | Andy Bauer | New Issue | |
| 2011-08-01 06:45 | Andy Bauer | Assigned To | => Andy Bauer |
| 2011-08-01 06:46 | Andy Bauer | Status | backlog => todo |
| 2011-08-01 06:46 | Andy Bauer | Status | todo => active development |
| 2011-08-01 07:05 | Andy Bauer | Description Updated | bug_revision_view_page.php?rev_id=370#r370 |
| 2011-08-02 09:33 | Andy Bauer | Topic Name | => 12438-GridExchange-bug-fix and 12438-GridExchange-bug-fix-next |
| 2011-08-02 09:33 | Andy Bauer | Note Added: 0027196 | |
| 2011-08-02 09:33 | Andy Bauer | Status | active development => gatekeeper review |
| 2011-08-02 09:33 | Andy Bauer | Fixed in Version | => Development |
| 2011-08-02 09:33 | Andy Bauer | Resolution | open => fixed |
| 2011-08-04 18:08 | Utkarsh Ayachit | Note Added: 0027245 | |
| 2011-08-05 10:22 | David Partyka | Note Added: 0027257 | |
| 2011-08-05 16:10 | Utkarsh Ayachit | Note Added: 0027291 | |
| 2011-08-05 16:10 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
| 2011-08-05 16:10 | Utkarsh Ayachit | Topic Name | 12438-GridExchange-bug-fix and 12438-GridExchange-bug-fix-next => 12438-GridExchange-bug-fix |
| 2011-08-07 07:21 | Andy Bauer | Note Added: 0027295 | |
| 2011-08-08 11:31 | Andy Bauer | Note Added: 0027301 | |
| 2011-08-08 11:31 | Andy Bauer | Status | customer review => closed |
| 2011-09-01 13:31 | Utkarsh Ayachit | Fixed in Version | Development => 3.12 |
|
Notes |
|
|
(0027196)
|
|
Andy Bauer
|
|
2011-08-02 09:33
|
|
|
Dashboard looks good and no new compiler warnings. |
|
|
|
(0027245)
|
|
Utkarsh Ayachit
|
|
2011-08-04 18:08
|
|
|
Developer note: Issue slated for gatekeeper review on Aug 7, 2 PM EDT. |
|
|
|
(0027257)
|
|
David Partyka
|
|
2011-08-05 10:22
|
|
|
Code is verified to have changed. There isn't a test so can't really verify if this change fixes what it is intended to. |
|
|
|
(0027291)
|
|
Utkarsh Ayachit
|
|
2011-08-05 16:10
|
|
|
|
|
(0027295)
|
|
Andy Bauer
|
|
2011-08-07 07:21
|
|
|
Requested that Pat Fasel from LANL try out the fix. Will close it when I hear back. |
|
|
|
(0027301)
|
|
Andy Bauer
|
|
2011-08-08 11:31
|
|
|
Got feedback from Pat that this is now working properly. |
|