[Paraview] using paraview with ompi and grid engine queue system
Thomas Førde
thomas.forde at ulstein.com
Mon Jan 11 04:50:11 EST 2016
Now we are finally getting somewhere.
First rendering tests are going through the sge queue system.
I notice however that the pictures are a bit more pixelated, specially on edges, I would assume this has something to do wiuth using osmesa instead of opengl, but can one correct this in one way or another.
If it takes more cpu time it doesn’t matter, as one have plenty to take from.
-----Original Message-----
From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com]
Sent: 8. januar 2016 15:53
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
The PYTHON_LIBRARY cmake variable is set incorrectly. It is set to "/usr/lib64/python2.6". It should be set to a .so file, e.g. in my case, it is "/usr/lib/x86_64-linux-gnu/libpython2.7.so". Find the appropriate python2.6.so on your system and the set this variable to point to it. That explains the linking issues.
Utkarsh
On Fri, Jan 8, 2016 at 9:49 AM, Thomas Førde <thomas.forde at ulstein.com> wrote:
> Attached
>
> -----Original Message-----
> From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com]
> Sent: 8. januar 2016 15:43
> 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
>
>> Is this a problem related to my version of python 2.6?
>
> Looks like you. You definitely need these components of ParaView to get pvbatch working. Can you attach your CMakeCache again? Let's see if that exposes some issue.
>
> Thanks
> Utkarsh
More information about the ParaView
mailing list