[Paraview] ParaView 4.0.1 Not Compiling for Python, MPI, Llvm

Noah Taylor haonrolyat at gmail.com
Wed Jun 10 18:27:39 EDT 2015


Scott,

It may be that I could be bettering how I use ParaView. What I am doing is
basically extracting frames as PNGs from a number of timesteps so I can
perform some post processing on said frames on the same node. The product I
am creating is a time machine - like these here.
http://timemachine.cmucreatelab.org/wiki/Main_Page  - I am basically just
taking advantage of the rendering capabilities of ParaView to get my hd
images :) The ending product just let's me through it on a server somewhere
that is a pretty light load to share. But ParaView Web looks promising too,
I might have to do some comparisons

Thanks!
Noah

On Wed, Jun 10, 2015 at 4:07 PM, Scott Wittenburg <
scott.wittenburg at kitware.com> wrote:

> Hi Noah,
>
>    Since you were setting up on an EC2 instance, I was imagining that you
> would be running pvserver over there and connecting to it with the client
> running on your desktop.  But I guess you are running the client gui on the
> EC2 machine, and this is why you need vncserver?  Just curious.
>
>    I'm glad you have had some success, though.
>
> Cheers,
> Scott
>
> On Wed, Jun 10, 2015 at 3:57 PM, Noah Taylor <haonrolyat at gmail.com> wrote:
>
>> Scott,
>>
>> Ah, sorry about that. I was thinking that with GPU instances it was
>> something small and seeing the mesa libraries threw me off but I followed
>> the steps below and was able to get my paraview referencing the x server.
>> Thanks alot! Just as an FYI for those that are novices like me, I had to do
>> an additional step that may be intuitive for most that are familiar with x
>> server but I needed to run vncserver and then export my DISPLAY to the
>> master.1. When I try to just run X without doing this with it pointed to
>> the 0.0 it will give me an error when I try and call glxinfo. After running
>> vncserver and switching it to the master.1, I am able to run x and paraview
>> tools :)
>>
>> Noah
>>
>> On Wed, Jun 10, 2015 at 2:40 PM, Scott Wittenburg <
>> scott.wittenburg at kitware.com> wrote:
>>
>>> I am responding to the paraview users list so other folks can benefit
>>> from the discussion...
>>>
>>> On Wed, Jun 10, 2015 at 2:11 PM, Vishnubharathi T <
>>> vishnu2bharathi at gmail.com> wrote:
>>>
>>>> Dear Scott Wittenburg,
>>>> I am learning Paraview by myself. I couldnt find many pdfs for learning.
>>>>
>>>
>>> The ParaView guide is freely available as a pdf:
>>>
>>> http://www.paraview.org/paraview-guide/
>>>
>>> The ParaView wiki is also a good resource:
>>>
>>> http://www.paraview.org/Wiki/ParaView
>>>
>>>
>>>>  I would like to learn about the things(options) that are marked in
>>>> attachment.  Please help me in understanding the meaning of those in
>>>> addition to using to using those options.   Or where shall I get those
>>>> information?
>>>>
>>>> 1. (eg, texture coordinates, Normals, cellNormals,)  and
>>>>
>>>
>>> In the image you have shared, those things are the variables available
>>> in the data you selected.
>>>
>>>
>>>> 2. The options under SOURCES option.
>>>>
>>>
>>> See the guide linked above, page 5 begins the discussion of sources.
>>>
>>> Hope this helps,
>>> Scott
>>>
>>>
>>>
>>>> On Wed, Jun 10, 2015 at 9:41 PM, Scott Wittenburg <
>>>> scott.wittenburg at kitware.com> wrote:
>>>>
>>>>> Hi Noah,
>>>>>
>>>>>    Those first few instructions kind of test whether you need to do
>>>>> any of the rest.  You won't be able to run X until you have completed the
>>>>> instructions in one of the sections beneath the "Introduction".  Pick the
>>>>> section that most closely resembles the image you're working with and go
>>>>> through those instructions before attempting to run X or glxinfo.
>>>>>
>>>>> Hope this helps.
>>>>> Scott
>>>>>
>>>>> On Wed, Jun 10, 2015 at 1:34 PM, Noah Taylor <haonrolyat at gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Scott,
>>>>>>
>>>>>> I have setup a GPU instance and am trying to use the instructions
>>>>>> give but when I use X or glxinfo when the Display is pointed to 0.0, I get
>>>>>> an erro that says couldn't open display :0.0. Did anybody else run into
>>>>>> this problem on the GPU AWS node?
>>>>>>
>>>>>>
>>>>>> Noah
>>>>>>
>>>>>> On Mon, Jun 8, 2015 at 10:32 PM, Noah Taylor <haonrolyat at gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Scott,
>>>>>>>
>>>>>>> Thank you very much! The documentation looks to be well written.
>>>>>>>
>>>>>>> Cheers,
>>>>>>> Noah
>>>>>>>
>>>>>>> On Mon, Jun 8, 2015 at 9:41 AM, Scott Wittenburg <
>>>>>>> scott.wittenburg at kitware.com> wrote:
>>>>>>>
>>>>>>>> Hi Noah,
>>>>>>>>
>>>>>>>>    I don't see the specific link error message in your email, but
>>>>>>>> it seems possible it could be related to your graphics environment.  We
>>>>>>>> often have to compile ParaView on amazon EC2 instances when setting up
>>>>>>>> ParaViewWeb, and some of the guides for that may end up being useful to
>>>>>>>> you, specifically:
>>>>>>>>
>>>>>>>>
>>>>>>>> http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/graphics_on_ec2_g2
>>>>>>>>
>>>>>>>> and
>>>>>>>>
>>>>>>>>
>>>>>>>> http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/ubuntu_14_04
>>>>>>>>
>>>>>>>> Cheers,
>>>>>>>> Scott
>>>>>>>>
>>>>>>>>
>>>>>>>> On Sat, Jun 6, 2015 at 9:44 PM, Noah Taylor <haonrolyat at gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hello,
>>>>>>>>>
>>>>>>>>> I've been trying to compile this for a couple of weeks now but am
>>>>>>>>> running into some unknown troubles. My build gets to ~50% and kicks out an
>>>>>>>>> error as follows:
>>>>>>>>>
>>>>>>>>> collect2: error: ld returned 1 exit status
>>>>>>>>> make[2]: *** [lib/libvtkRenderingOpenGL-pv4.0.so.1] Error 1
>>>>>>>>> make[1]: ***
>>>>>>>>> [VTK/Rendering/OpenGL/CMakeFiles/vtkRenderingOpenGL.dir/all] Error 2
>>>>>>>>> make[1]: *** Waiting for unfinished jobs....
>>>>>>>>>
>>>>>>>>> I tried locating the libvtkRenderingOpenGL-pv4.0.so.1 and it
>>>>>>>>> wasn't anywhere on my machine and I have googled this library but I cannot
>>>>>>>>> find a solution.
>>>>>>>>>
>>>>>>>>> My ccmake options are as follows (I'm just trying to compile on a
>>>>>>>>> ubuntu aws node):
>>>>>>>>>
>>>>>>>>>   BUILD_DOCUMENTATION OFF
>>>>>>>>>
>>>>>>>>>   BUILD_EXAMPLES OFF
>>>>>>>>>
>>>>>>>>>   BUILD_SHARED_LIBS ON
>>>>>>>>>
>>>>>>>>>   BUILD_TESTING ON
>>>>>>>>>
>>>>>>>>>   CMAKE_BUILD_TYPE Debug
>>>>>>>>>
>>>>>>>>>   CMAKE_INSTALL_PREFIX /usr/local
>>>>>>>>>
>>>>>>>>>   GMVReader_GMVREAD_LIB_DIR
>>>>>>>>> /mnt/ParaView-v4.0.1-source/Utilities/VisItBridge/databases/GMV
>>>>>>>>>
>>>>>>>>>   GMVReader_SKIP_DATARANGE_CALCU OFF
>>>>>>>>>
>>>>>>>>>   MPI_C_INCLUDE_PATH
>>>>>>>>> /usr/lib/openmpi/include;/usr/lib/openmpi/include/openmpi
>>>>>>>>>
>>>>>>>>>   MPI_C_LIBRARIES
>>>>>>>>> /usr/lib/libmpi.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libhwloc.so
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>   PARAVIEW_BUILD_QT_GUI OFF
>>>>>>>>>
>>>>>>>>>   PARAVIEW_DATA_ROOT PARAVIEW_DATA_ROOT-NOTFOUND
>>>>>>>>>
>>>>>>>>>   PARAVIEW_ENABLE_CATALYST ON
>>>>>>>>>
>>>>>>>>>   PARAVIEW_ENABLE_FFMPEG OFF
>>>>>>>>>
>>>>>>>>>   PARAVIEW_ENABLE_PYTHON ON
>>>>>>>>>
>>>>>>>>>   PARAVIEW_ENABLE_QT_SUPPORT OFF
>>>>>>>>>
>>>>>>>>>   PARAVIEW_INSTALL_DEVELOPMENT_F OFF
>>>>>>>>>
>>>>>>>>>   PARAVIEW_USE_MPI ON
>>>>>>>>>
>>>>>>>>>   PARAVIEW_USE_PISTON OFF
>>>>>>>>>
>>>>>>>>>   PARAVIEW_USE_VISITBRIDGE OFF
>>>>>>>>>
>>>>>>>>>   VTK_Group_Tk OFF
>>>>>>>>>
>>>>>>>>>   XDMF_USE_BZIP2 OFF
>>>>>>>>>
>>>>>>>>>   XDMF_USE_GZIP OFF
>>>>>>>>>
>>>>>>>>> Do I need to specifiy a path somewhere? comment something out
>>>>>>>>> somewhere? Turn on another option in the CMake options?
>>>>>>>>>
>>>>>>>>> Any help would be appreciated :)
>>>>>>>>>
>>>>>>>>> Noah
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> 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
>>>>>
>>>>>
>>>>
>>>
>>> _______________________________________________
>>> 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/20150610/ff501039/attachment.html>


More information about the ParaView mailing list