[Paraview] ParaView Llvm on Supercomputer

2015-08-07 Thread Noah Taylor
Hi All,

I have worked with one of the IT persons to finally be able to use the
capabilities of ParaView to capture a high resolution image of each time
step at the end of my model run on a supercomputer. The problem that I am
seeing is that Llvm is taking quite some time per rendered image. I
currently only have 1 node with 8 cores that I use to my disposal. I run
the script using pvbatch and the xmf read to get like 10 images in 10
minutes.

I am asking my IT guy to try and redo the compile so that it enables MPI so
I can take advantage of multiple cores. Has any one else tried using Llvm
with pvbatch to save out an image per time step? I saw the graph here -
http://www.paraview.org/Wiki/ParaView/ParaView_And_Mesa_3D
- that talks about having 8 - 10 cores seems to be efficient.

Would it make sense to span Llvm across mutlple nodes / would it be
quicker? Thanks for any input - I am just a little confused on how pvbatch
would work between multiple nodes / what command to use.

Thanks,
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


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

2015-06-10 Thread Noah Taylor
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 haonrol...@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.wittenb...@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 haonrol...@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


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

2015-06-10 Thread Noah Taylor
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.wittenb...@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 haonrol...@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.wittenb...@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 
 vishnu2bhara...@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.wittenb...@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 haonrol...@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 haonrol...@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.wittenb...@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 haonrol...@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

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

2015-06-10 Thread Noah Taylor
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.wittenb...@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 
 vishnu2bhara...@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.wittenb...@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 haonrol...@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 haonrol...@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.wittenb...@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 haonrol...@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

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

2015-06-08 Thread Noah Taylor
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.wittenb...@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 haonrol...@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


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

2015-06-06 Thread Noah Taylor
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


Re: [Paraview] Installing ParaView 4.0.1 on Nodes For Rendering Frames -Slow Rendering w/ Python

2015-05-27 Thread Noah Taylor
Utkarsh,

I appreciate your response. I spent this past week first trying to get the
X Server running and it seems it never worked so I gave up on that and have
turned to building ParaView with the Llvm CPU Rendering option enabled.
It's taken me a while but I believe I have all the dependencies installed
including OSMesa 9.2.2 but I don't know what to make of the CMakeLists.txt
file. The wiki isn't too clear on this part and I have no experience with
CMake.

I copied the CMakesList.txt that comes with the source files for
ParaView4.0.1 to a new source directory and have also created a new
directory for my build and followed the advice to point the ccmake to the
source while in my new build directory. I get a EMPTY CACHE message

The following ling under the Configuring ParaView for use with OSMesa,
there is a script but I don't know what to do with that. I assumed I would
need to apply it to the CMakeList.txt but the variables seem different than
what I am seeing in the second link below in the Configure ParaView With
CMake on Unix - the image in that section shows different variables and no
description on how to apply the Llvm stuff or it may and it's going over my
head.
http://www.paraview.org/Wiki/ParaView/ParaView_And_Mesa_3D
http://www.paraview.org/Wiki/ParaView:Build_And_Install

Could you give me some advice on how to use CMake so I can get a version of
Paraview with OSMesa Llvm as the source for rendering? Appreciate any
advice!

Thanks!
Noah

On Wed, May 20, 2015 at 8:07 AM, Utkarsh Ayachit 
utkarsh.ayac...@kitware.com wrote:

 Are you using x forwarding when you connect to these machines? What is
 localhost:10.0 display to? Try running some other X-based application
 like gvim, or glxgears etc. and see where that window pops up. If it's
 popping up on your laptop, you're using X forwarding. Every render on
 the server will then be forwarding X calls to your laptop and that
 would explain the slow down.

 If there an X server running on the remote site? If so, check with
 your sysadmin to get access to that X if possible. If not, you'll need
 to recoming with OSMesa, I am afraid.

 Utkarsh

 On Wed, May 20, 2015 at 1:07 AM, Noah Taylor haonrol...@gmail.com wrote:
  Hello,
 
  I am using ParaView 4.0.1 since I developed a python script for
  interpretation on this version. I am able to run ParaView fine on my
 local
  Ubuntu Desktop. I have setup an EC2 AWS instance both a GPU and a CPU
  instance both running Ubuntu but they both are giving me the same
 problem of
  very very slow rendering for each time step with the offscreen rendering
  option turned on. I also run into this problem on a Unix supercomputer I
 am
  trying to run my code on. On my local machine it takes less than a second
  for each time step I am rendering to be outputted with the same settings
 and
  I am not spinning anything  up like pvserver - on the node instances I
 have,
  it is taking well around a minute or probably more for each frame.
 
  I have read through a lot of similar issues and the documentation for X
  connections but I am not having any luck. The default DISPLAY is set to
 the
  localhost:10.0 and I have tried changing that to the localhost:0.0 but it
  gives me the bad -X connection error. From there, I followed previous
  mailing list instructions and tried spinning up the pvserver (I don't
 know
  why since I am not trying to serve anything just render frames) but I
 get an
  error with the shared libraries that they're too short. I am using the
  default downloadable version of 4.0.1 since I want to try and keep this
 as
  simple as possible but I don't know if these have the mpi turned on by
  default. Has anybody ran into this Bad X Connection issue and found an
 easy
  way around it besides messing with the OSMesa and recompiling? I'd really
  appreciate any pointers :)
 
  Thanks,
  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


[Paraview] Installing ParaView 4.0.1 on Nodes For Rendering Frames -Slow Rendering w/ Python

2015-05-19 Thread Noah Taylor
Hello,

I am using ParaView 4.0.1 since I developed a python script for
interpretation on this version. I am able to run ParaView fine on my local
Ubuntu Desktop. I have setup an EC2 AWS instance both a GPU and a CPU
instance both running Ubuntu but they both are giving me the same problem
of very very slow rendering for each time step with the offscreen rendering
option turned on. I also run into this problem on a Unix supercomputer I am
trying to run my code on. On my local machine it takes less than a second
for each time step I am rendering to be outputted with the same settings
and I am not spinning anything  up like pvserver - on the node instances I
have, it is taking well around a minute or probably more for each frame.

I have read through a lot of similar issues and the documentation for X
connections but I am not having any luck. The default DISPLAY is set to the
localhost:10.0 and I have tried changing that to the localhost:0.0 but it
gives me the bad -X connection error. From there, I followed previous
mailing list instructions and tried spinning up the pvserver (I don't know
why since I am not trying to serve anything just render frames) but I get
an error with the shared libraries that they're too short. I am using the
default downloadable version of 4.0.1 since I want to try and keep this as
simple as possible but I don't know if these have the mpi turned on by
default. Has anybody ran into this Bad X Connection issue and found an easy
way around it besides messing with the OSMesa and recompiling? I'd really
appreciate any pointers :)

Thanks,
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