MantisBT - ParaView
View Issue Details
0012438ParaView(No Category)public2011-08-01 06:452011-09-01 13:31
Andy Bauer 
Andy Bauer 
normalminorhave not tried
closedfixed 
Development 
3.12 
LANL
12438-GridExchange-bug-fix
incorrect functionality
0012438: Fix GridExchange.cxx bug for LANL
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);

No tags attached.
Issue History
2011-08-01 06:45Andy BauerNew Issue
2011-08-01 06:45Andy BauerAssigned To => Andy Bauer
2011-08-01 06:46Andy BauerStatusbacklog => todo
2011-08-01 06:46Andy BauerStatustodo => active development
2011-08-01 07:05Andy BauerDescription Updatedbug_revision_view_page.php?rev_id=370#r370
2011-08-02 09:33Andy BauerTopic Name => 12438-GridExchange-bug-fix and 12438-GridExchange-bug-fix-next
2011-08-02 09:33Andy BauerNote Added: 0027196
2011-08-02 09:33Andy BauerStatusactive development => gatekeeper review
2011-08-02 09:33Andy BauerFixed in Version => Development
2011-08-02 09:33Andy BauerResolutionopen => fixed
2011-08-04 18:08Utkarsh AyachitNote Added: 0027245
2011-08-05 10:22David PartykaNote Added: 0027257
2011-08-05 16:10Utkarsh AyachitNote Added: 0027291
2011-08-05 16:10Utkarsh AyachitStatusgatekeeper review => customer review
2011-08-05 16:10Utkarsh AyachitTopic Name12438-GridExchange-bug-fix and 12438-GridExchange-bug-fix-next => 12438-GridExchange-bug-fix
2011-08-07 07:21Andy BauerNote Added: 0027295
2011-08-08 11:31Andy BauerNote Added: 0027301
2011-08-08 11:31Andy BauerStatuscustomer review => closed
2011-09-01 13:31Utkarsh AyachitFixed in VersionDevelopment => 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   
merged to master
(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.