Re: [Paraview] ParaView 5.3.0 Release Candidate 1 binaries are available for download

2017-02-20 Thread Utkarsh Ayachit
Gena,

I can certainly reproduce this issue. Let me see what's going on. I've
reported the issue here:
https://gitlab.kitware.com/paraview/paraview/issues/17202

On Sat, Feb 18, 2017 at 10:02 AM, Gena Bug via ParaView
 wrote:
> Hi,
>
> I noticed a difference in the plot rendering (Line Chart View) -- in the
> 5.3RC1 lines aren't smooth as it were in 5.2.
>
> Another difference is that in 5.3RC1 you can't set real numbers in the axis
> custom range fields using . (dot), only with , (comma).
>
> Debian testing amd64, nvidia, fxaa disabled.
>
>
> On 13.02.2017 19:49, Cory Quammen wrote:
>>
>> Folks,
>>
>> Binaries and source code zip files and tar balls for ParaView 5.3.0
>> Release Candidate 1 are now available for download from
>>
>> http://www.paraview.org/download/
>>
>> Please let us know if you run into any problems with this release
>> candidate.
>>
>> Sincerely,
>> Cory
>>
>
> ___
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] 3 arguments to _CreatePipeline for Catalyst

2017-02-20 Thread Andy Bauer
Hi,

If you edit the coprocessing.py script in the ParaView build/install
directory you can do that.

Maybe an easier way though is to just create global variable that is used
in your _CreatePipeline() method. An example is:
from paraview.simple import *
from paraview import coprocessing

myvalue = 0
#--
# Code generated from cpstate.py to create the CoProcessor.
# ParaView 5.1.2-411-gf717569 64 bits


# --- CoProcessor definition ---

def CreateCoProcessor():
  def _CreatePipeline(coprocessor, datadescription):
class Pipeline:
  global myvalue
  print 'myvalue is ', myvalue
...



On Mon, Feb 20, 2017 at 3:26 AM, Lukáš Kresta 
wrote:

> Is somehow possible to send 3. argument to CreatePipeline or it is fixed
> to have only 2 arguments?
>
> ___
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Error writing Paraview on MPI

2017-02-20 Thread Andy Bauer
Hi,

You will need to be more specific about what you are exactly doing. Are you
writing out your data in VTK or ParaView with 32 processes or some other
way?

Can you share your data set? That would help diagnose the issue.

Andy

On Mon, Feb 20, 2017 at 6:27 AM, José Luis López López <
jlopezfis...@ciencias.unam.mx> wrote:

> Hi! All,
>
> I am writing my VTK files through the server in MPI 32 processors. It
> seems that it is not writing right my files, does someone has a clue or how
> to track the bug?
>
> for small domains it seems to work fine,
>
> Jose
>
> ___
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] 3 arguments to _CreatePipeline for Catalyst

2017-02-20 Thread Lukáš Kresta
Is somehow possible to send 3. argument to CreatePipeline or it is fixed to
have only 2 arguments?
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview