<div dir="ltr">Hi Ufuk,<div><br></div><div>For the allinputsgridwriter.py you currently need to manually add in the inputs yourself (i.e. replace the "namedinputs = ['input']" line with the name of your inputs. That has caught me in the past as well so I decided to fix that. Attached is my new version of that script where it doesn't require you to specify the input names in case you want to try this new one instead. If you do, please let us know if that solves your problem or not.</div><div><br></div><div>Best,</div><div>Andy</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 15, 2017 at 12:40 PM, Ben Boeckel <span dir="ltr"><<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On Tue, Aug 15, 2017 at 17:59:47 +0300, <a href="mailto:u.utku.turuncoglu@be.itu.edu.tr" target="_blank">u.utku.turuncoglu@be.itu.edu.t<wbr>r</a> wrote:<br>
> I solved the problem and i am able to run the simulation code with<br>
> Catalyst support by installing PV (5.4.0 rc4 and 5.3.0) with newer version<br>
> of protobuf library (3.3.0) and compiling the model code with this version<br>
> of PV (using gcc).<br>
><br>
> Now, the problem is that the code gives following warnings and do nothing<br>
> with standard allinputsgridwriter.py script. Do you think that it is<br>
> related with protobuf library. The same setup is working without any<br>
> problem in an other system using Intel compiler.<br>
<br>
</span>It'd be better to try with one MPI process rather than…I count 10 to get<br>
the error? Not sure what's up though, Andy?<br>
<div class="m_3826550035247177082HOEnZb"><div class="m_3826550035247177082h5"><br>
> "/home/ext-dell-guest1/rds/hpc<wbr>-work/progs/paraview-5.3.0/egl<wbr>/lib/site-packages/paraview/<wbr>coprocessing.py",<br>
> line 305, in CreateProducer<br>
>     grid = adaptorinput.GetClientSideObje<wbr>ct().GetOutputDataObject(0)<br>
>     grid = adaptorinput.GetClientSideObje<wbr>ct().GetOutputDataObject(0)<br>
>     if grid.IsA("vtkImageData") == True or \<br>
>   File<br>
> "/home/ext-dell-guest1/rds/hpc<wbr>-work/progs/paraview-5.3.0/egl<wbr>/lib/site-packages/paraview/<wbr>coprocessing.py",<br>
> line 305, in CreateProducer<br>
> AttributeError: 'NoneType' object has no attribute 'IsA'<br>
>   File<br>
> "/home/ext-dell-guest1/rds/hpc<wbr>-work/progs/paraview-5.3.0/egl<wbr>/lib/site-packages/paraview/<wbr>coprocessing.py",<br>
> line 305, in CreateProducer<br>
>     if grid.IsA("vtkImageData") == True or \<br>
>     if grid.IsA("vtkImageData") == True or \<br>
> AttributeError: 'NoneType' object has no attribute 'IsA'<br>
>     grid = adaptorinput.GetClientSideObje<wbr>ct().GetOutputDataObject(0)<br>
>   File<br>
> "/home/ext-dell-guest1/rds/hpc<wbr>-work/progs/paraview-5.3.0/egl<wbr>/lib/site-packages/paraview/<wbr>coprocessing.py",<br>
> line 305, in CreateProducer<br>
>     grid = adaptorinput.GetClientSideObje<wbr>ct().GetOutputDataObject(0)<br>
>     if grid.IsA("vtkImageData") == True or \<br>
>     if grid.IsA("vtkImageData") == True or \<br>
> AttributeError: 'NoneType' object has no attribute 'IsA'<br>
> AttributeError: 'NoneType' object has no attribute 'IsA'<br>
>     if grid.IsA("vtkImageData") == True or \<br>
> AttributeError: 'NoneType' object has no attribute 'IsA'<br>
>   File<br>
> "/home/ext-dell-guest1/rds/hpc<wbr>-work/progs/paraview-5.3.0/egl<wbr>/lib/site-packages/paraview/<wbr>coprocessing.py",<br>
> line 305, in CreateProducer<br>
>     if grid.IsA("vtkImageData") == True or \<br>
> AttributeError: 'NoneType' object has no attribute 'IsA'<br>
> [PERFLOG] :: COPROC          2     0.01404021SEC.<br>
>  Running COP Component: 2005-08-27T00:12:00 --> 2005-08-27T00:18:00 Time<br>
> Step:     2 [         720.00]<br>
> ATM-TO-COP: redist mask [CROSS] to mask [CROSS]<br>
> ATM-TO-COP: redist topo [CROSS] to topo [CROSS]<br>
> AttributeError: 'NoneType' object has no attribute 'IsA'<br>
>     grid = adaptorinput.GetClientSideObje<wbr>ct().GetOutputDataObject(0)<br>
>   File<br>
> "/home/ext-dell-guest1/rds/hpc<wbr>-work/progs/paraview-5.3.0/egl<wbr>/lib/site-packages/paraview/<wbr>coprocessing.py",<br>
> line 305, in CreateProducer<br>
>     if grid.IsA("vtkImageData") == True or \<br>
<br>
</div></div><span class="m_3826550035247177082HOEnZb"><font color="#888888">--Ben<br>
</font></span></blockquote></div><br></div></div>