CDAT / cdat

Community Data Analysis Tools
Other
174 stars 68 forks source link

Problem plotting #1958

Open jdigjudy opened 8 years ago

jdigjudy commented 8 years ago

Hi - I'm new to UV-CDAT and am having trouble - not sure if it's from the installation or from my beginner's errors. It's running on a Linux x86_64 box. Version: v2.5.0-304-gde21daf

I'm just stepping through examples, but when I drag/drop variables over and then a plotting method, regardless of plotting method chosen, it shortly crashes with this: /usr/local/uvcdat/bin/uvcdat: line 64: 23030 Aborted (core dumped) python2.7 "/usr/local/uvcdat/vistrails/vistrails/uvcdat.py" "$@" >> $target 2>&1

I'm not trying to do anything fancy - I've just selected one of the sample data files, chosen a variable or two, and a plotting method. Appreciate any insight.

aashish24 commented 8 years ago

@jdigjudy can you output to a log file and send it here:

uvcdat --output="uvcdat.log"

Are you still having display issues?

jdigjudy commented 8 years ago

No display issues, but no successful plots yet!

Here's what the log says when I uvcdat --output="uvcdat.log" Looks like we're still missing something.

[jgaukel@hunter:~] $more uvcdat.log ERROR: In /root/uvcdatGIT/build-uvcdat/build/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx, line 613 vtkXOpenGLRenderWindow (0x751f940): GLX not found. Aborting.

jdigjudy commented 8 years ago

I've checked my local machine for mesa-libGL, mesa-libGL-devel and they are up to date. yum list vncserver comes up without matching anything -- what am I missing?

aashish24 commented 8 years ago

Are you using vnc?

jdigjudy commented 8 years ago

No.

On Mon, May 2, 2016 at 1:54 PM, Aashish Chaudhary notifications@github.com wrote:

Are you using vnc?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/UV-CDAT/uvcdat/issues/1958#issuecomment-216360228

Judy Illeman Gaukel Climate, Atmospheric Sciences, and Physical Oceanography Scripps Institution of Oceanography 9500 Gilman Drive, 0230 La Jolla, CA 92093-0230 858-534-1863 judy@ucsd.edu

aashish24 commented 8 years ago

Can we do a hangout tomorrow at 2 pm edt?

jdigjudy commented 8 years ago

Yes. Thanks.

On Mon, May 2, 2016 at 2:48 PM, Aashish Chaudhary notifications@github.com wrote:

Can we do a hangout tomorrow at 2 pm edt?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/UV-CDAT/uvcdat/issues/1958#issuecomment-216374506

Judy Illeman Gaukel Climate, Atmospheric Sciences, and Physical Oceanography Scripps Institution of Oceanography 9500 Gilman Drive, 0230 La Jolla, CA 92093-0230 858-534-1863 judy@ucsd.edu

doutriaux1 commented 8 years ago

@aashish24 Please add me to the hangout

aashish24 commented 8 years ago

@doutriaux1 I will add you to the hangout. the problem is that this machine has Matrox graphics card plus has missing xorg.conf and we are trying to do interactive plotting (not bg=1).

aashish24 commented 8 years ago

@doutriaux1 I will add you to the hangout today. The problem is that this server is using Matrox graphics card and does not have xorg.conf.

@jdigjudy

jdigjudy commented 8 years ago

Hi, sorry - I think I thought it was 10:30PT, will check back in at 11..

On Wed, May 4, 2016 at 6:58 AM, Aashish Chaudhary notifications@github.com wrote:

@doutriaux1 https://github.com/doutriaux1 I will add you to the hangout today. The problem is that this server is using Matrox graphics card and does not have xorg.conf.

@jdigjudy https://github.com/jdigjudy

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/UV-CDAT/uvcdat/issues/1958#issuecomment-216873389

Judy Illeman Gaukel Climate, Atmospheric Sciences, and Physical Oceanography Scripps Institution of Oceanography 9500 Gilman Drive, 0230 La Jolla, CA 92093-0230 858-534-1863 judy@ucsd.edu

jdigjudy commented 8 years ago

So, if I work without the GUI at all, using python (just typed in the example) -- does that also need the graphics card? Is this the same issue?

If so -- I'm trying to find another way around -- I'm working on installing it on my CentOS (NVIDIA) box, and then trying to mount the server with the lame graphics card...

[jgaukel@hunter:/etc/X11] $ipython WARNING: Readline services not available or not loaded. WARNING: The auto-indent feature requires the readline library Python 2.7.11 (default, Apr 21 2016, 14:34:27) Type "copyright", "credits" or "license" for more information.

IPython 3.0.0 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details.

In [1]: import vcs,cdms2,cdat_info

In [2]: vcs_canvas=vcs.init()

In [3]: cdms_file=cdms2.open(vcs.sample_data + "/clt.nc")

In [4]: clt_variable=cdms_file("clt")

In [5]: vcs_canvas.plot(clt_variable) ERROR: In /root/uvcdatGIT/build-uvcdat/build/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx, line 394 vtkXOpenGLRenderWindow (0x27b8af0): Could not find a decent visual

ERROR: In /root/uvcdatGIT/build-uvcdat/build/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx, line 394 vtkXOpenGLRenderWindow (0x27b8af0): Could not find a decent visual

ERROR: In /root/uvcdatGIT/build-uvcdat/build/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx, line 394 vtkXOpenGLRenderWindow (0x27b8af0): Could not find a decent visual

ERROR: In /root/uvcdatGIT/build-uvcdat/build/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx, line 613 vtkXOpenGLRenderWindow (0x27b8af0): GLX not found. Aborting.

Aborted (core dumped)

On Wed, May 4, 2016 at 10:38 AM, Judy Gaukel judy@ucsd.edu wrote:

Hi, sorry - I think I thought it was 10:30PT, will check back in at 11..

On Wed, May 4, 2016 at 6:58 AM, Aashish Chaudhary < notifications@github.com> wrote:

@doutriaux1 https://github.com/doutriaux1 I will add you to the hangout today. The problem is that this server is using Matrox graphics card and does not have xorg.conf.

@jdigjudy https://github.com/jdigjudy

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/UV-CDAT/uvcdat/issues/1958#issuecomment-216873389

Judy Illeman Gaukel Climate, Atmospheric Sciences, and Physical Oceanography Scripps Institution of Oceanography 9500 Gilman Drive, 0230 La Jolla, CA 92093-0230 858-534-1863 judy@ucsd.edu

Judy Illeman Gaukel Climate, Atmospheric Sciences, and Physical Oceanography Scripps Institution of Oceanography 9500 Gilman Drive, 0230 La Jolla, CA 92093-0230 858-534-1863 judy@ucsd.edu