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

David E DeMarle dave.demarle at kitware.com
Thu Jan 7 10:25:00 EST 2016


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&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909

On Thu, Jan 7, 2016 at 9:57 AM, Thomas Førde <thomas.forde at ulstein.com>
wrote:

> Once added all the python libs and include dirs., it fails atm right now
> with the following.
>
> Linking CXX shared library ../../../lib/libvtkWebCore-pv4.4.so
> CMakeFiles/vtkWebCore.dir/vtkWebUtilities.cxx.o: In function
> `vtkWebUtilities::ProcessRMIs(int, int)':
> /root/paraview_make/ParaView-v4.4.0-source/VTK/Web/Core/vtkWebUtilities.cxx:131:
> undefined reference to `PyEval_SaveThread'
> /root/paraview_make/ParaView-v4.4.0-source/VTK/Web/Core/vtkWebUtilities.cxx:133:
> undefined reference to `PyEval_RestoreThread'
> collect2: ld returned 1 exit status
>
> so ill have to dig into it and see what this one is about.
>
> -----Original Message-----
> From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com]
> Sent: 7. januar 2016 15:40
> To: Thomas Førde <thomas.forde at ulstein.com>
> Cc: paraview at paraview.org
> Subject: Re: [Paraview] using paraview with ompi and grid engine queue
> system
>
> > 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 really need it?
>
> Yes, you need to enable Python support if you need pvbatch.
>
> For running scripts are you're trying you'd definitely need the pvbatch
> executable and not the "pvserver". Although that still doesn't explain how
> you are getting the X errors, let's start by enabling Python and then let's
> see.
>
> Utkarsh
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160107/34b6be72/attachment.html>


More information about the ParaView mailing list