Re: [Paraview] What is the difference between pvbatch and pvpython ?

2016-01-08 Thread Thomas Førde
2 From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of David E DeMarle Sent: 7. januar 2016 17:02 To: houssen <hous...@ipgp.fr> Cc: paraview@paraview.org Subject: Re: [Paraview] What is the difference between pvbatch and pvpython ? typo "batch line" -> &quo

Re: [Paraview] What is the difference between pvbatch and pvpython ?

2016-01-07 Thread David E DeMarle
pvpython isn't MPI parallel and it is interactive. You have to connect to a parallel pvserver to work with big data, but on the other hand you can type into it and see things happen as you do in the GUI. pvbatch is MPI parallel and it isn't interactive. You can mpiexec it to use it for large

Re: [Paraview] What is the difference between pvbatch and pvpython ?

2016-01-07 Thread Ben Boeckel
On Thu, Jan 07, 2016 at 16:50:16 +0100, houssen wrote: > What is the difference between pvbatch and pvpython ? (general purpose > question) > > My understanding is that one can always use python scripts (from > paraview, pvbatch, pvpython), paraview has the GUI, pvbatch is "paraview > in batch