MantisBT - ParaView
View Issue Details
0011327ParaViewBugpublic2010-10-18 10:092010-10-27 20:52
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.10 
0011327: pvbatch hanging in parallel after WriteImage
Refer to mailing list thread:

http://markmail.org/thread/6enf4zrc23n6lkvk [^]
No tags attached.
Issue History
2010-10-18 10:09Utkarsh AyachitNew Issue
2010-10-18 10:19Utkarsh AyachitNote Added: 0022522
2010-10-18 10:19Utkarsh AyachitStatusbacklog => @80@
2010-10-18 10:19Utkarsh AyachitFixed in Version => 3.10
2010-10-18 10:19Utkarsh AyachitResolutionopen => fixed
2010-10-18 10:19Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-10-27 20:52Alan ScottNote Added: 0022721
2010-10-27 20:52Alan ScottStatus@80@ => closed

Notes
(0022522)
Utkarsh Ayachit   
2010-10-18 10:19   
commit e13270b7468f7fcdea21a7e350c3ce65a9cde872
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Oct 18 10:11:34 2010 -0400

    BUG 0011327. Fixed freeze after WriteImage in parallel pvbatch.
    
    vtkSMUtilities::SaveImageOnProcessZero has a broadcast to ensure that all
    processes have correct error code in symmetic mode. In non-symmetric mode that
    was resulting in hangs since on the root node would call
    SaveImageOnProcessZero(). Fixed that by using the non-broadcast variant when not
    running in symmetric mode.
(0022721)
Alan Scott   
2010-10-27 20:52   
Trusting that Utkarsh fixed it correctly.