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,

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

2015-06-10 Thread Scott Wittenburg
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

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

2015-06-10 Thread Scott Wittenburg
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

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.

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

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

2015-06-10 Thread Scott Wittenburg
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.

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

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

2015-06-08 Thread Scott Wittenburg
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,

[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]: ***