[Paraview] using paraview with ompi and grid engine queue system

2016-01-07 Thread Thomas Førde
Hi Im trying to setup a system for running paraview 4.4. py scripts through our grid engine system, but somewhere on the way im probably doing something wrong. Im using the precompiled binary file on the graphical workstation, and have compiled a osmesa pvserver version on 1 node with 16 cores

Re: [Paraview] using paraview with ompi and grid engine queue system

2016-01-07 Thread Thomas Førde
As you suspect is was not enabled in the cmake. But do I really need it? The wiki is sometimes hard to understand when it comes to using paraview with a queue system to run scripts as you use mpirin pvserver and not pvbatch.. but the wiki isn’t good on those kind of details.. -Original

Re: [Paraview] using paraview with ompi and grid engine queue system

2016-01-07 Thread David E DeMarle
Turn this: PARAVIEW_ENABLE_WEB:BOOL=ON to this: PARAVIEW_ENABLE_WEB:BOOL=OFF I think the web features require more recent python than your system has. David E DeMarle Kitware, Inc. R Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Jan 7, 2016 at 9:57 AM,

Re: [Paraview] using paraview with ompi and grid engine queue system

2016-01-07 Thread Utkarsh Ayachit
> As you suspect is was not enabled in the cmake. I assume you're referring to the PARAVIEW_ENABLE_PYTHON flag? Yes, that'd explain the pvbatch missing issue. However, I you seem to have correctly enabled OSMesa support, so I am a little confused how you'd be getting the X errors. > But do I

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] using paraview with ompi and grid engine queue system

2016-01-07 Thread Thomas Førde
Turning it off just added more errors to resolve☺ vtkWrapping_PythonCore was next to report error, disablet it and next is PythonInterpreter. And im beginning to wonder what I need and don’t need. collect2: ld returned 1 exit status make[2]: *** [lib/libvtkPythonInterpreter-pv4.4.so.1] Error 1

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

[Paraview] ANN: ParaView 5.0.0-RC4 now available for download

2016-01-07 Thread Utkarsh Ayachit
Folks, ParaView 5.0.0-RC4 is now available for download [1]. Checkout the release notes on the Kitware blog [2]. - The ParaView team [1] http://www.paraview.org/download/ [2] http://kitware.com/blog/home/post/998 ___ Powered by www.kitware.com Visit