[Paraview] [EXTERNAL] Re: ParaView crashes creating vtkMPIImageReader when reading raw data files.

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Mar 22 22:45:05 EDT 2013


Yup, that;s  bug. I am guessing in that happened somewhere during the
movement of classes for modularization in one way or the other. Can
you report a bug please? I'll have it fixed.

Utkarsh

On Fri, Mar 22, 2013 at 9:16 PM, Scott, W Alan <wascott at sandia.gov> wrote:
> So, assuming that we shouldn't have a reader called vtkMPIImageReader in a non MPI build, why do I find the following in readers.xml?  Is this setting up for remote server, or is it a bug?  I don't find another ImageReader in this file.
>
>    <SourceProxy class="vtkMPIImageReader"
>                  label="Image Reader"
>                  name="ImageReader">
> ...
>      <!-- End ImageReader -->
>     </SourceProxy>
>
> Thanks,
>
> Alan
>
> -----Original Message-----
> From: Scott, W Alan
> Sent: Friday, March 22, 2013 7:11 PM
> To: Scott, W Alan; Utkarsh Ayachit
> Cc: paraview at paraview.org
> Subject: RE: [Paraview] [EXTERNAL] Re: ParaView crashes creating vtkMPIImageReader when reading raw data files.
>
> Sorry, cut and paste error between Linux and Windoz.  There are two lines there.  It should have read:
>
> //Enable MPI support for parallel computing
>
> PARAVIEW_USE_MPI:BOOL=OFF
>
> Alan
>
>
> -----Original Message-----
> From: paraview-bounces at paraview.org [mailto:paraview-bounces at paraview.org] On Behalf Of Scott, W Alan
> Sent: Friday, March 22, 2013 6:58 PM
> To: Utkarsh Ayachit
> Cc: paraview at paraview.org
> Subject: Re: [Paraview] [EXTERNAL] Re: ParaView crashes creating vtkMPIImageReader when reading raw data files.
>
> I'm pretty sure it is off.  This is on a Linux, LAN, client side build.  From CMakeCache.txt,
>
> //Enable MPI support for parallel computing PARAVIEW_USE_MPI:BOOL=OFF
>
>
> Now that I look at the bug,  sure seems to me that the MPI Image Reader shouldn't be looked for!
>
> How do we proceed from here?
>
> Alan
>
>
> -----Original Message-----
> From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com]
> Sent: Friday, March 22, 2013 6:28 PM
> To: Scott, W Alan
> Cc: paraview at paraview.org
> Subject: [EXTERNAL] Re: [Paraview] ParaView crashes creating vtkMPIImageReader when reading raw data files.
>
> Is your version of ParaView is not built with MPI enabled? It's a bug indeed. We should use the non-mpi ImageReader if that's indeed the case.
>
> On Fri, Mar 22, 2013 at 8:24 PM, Scott, W Alan <wascott at sandia.gov> wrote:
>> I have a build of ParaView (both 3.98.1 and master) that is failing
>> when trying to read raw data files.  The Kitware binaries successfully
>> read this raw data.  The error message is as follows:
>>
>> ERROR: In
>> ..../src/ParaView3/ParaViewCore/ServerImplementation/Core/vtkSIProxy.c
>> xx
>> , line
>> 307
>> vtkSISourceProxy (0x17bc94a0): Failed to create vtkMPIImageReader.
>> Aborting for debugging purposes.
>>
>> Anyone have any ideas?
>>
>> Thanks all!
>>
>> Alan
>>
>>
>>
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the ParaView Wiki at:
>> http://paraview.org/Wiki/ParaView
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.paraview.org/mailman/listinfo/paraview
>>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list