![]() |
engrid GUI doesn't appear
Hi, enGrid Gurus.
I have a cluster running Centos 5, and I have followed the instructions to build Qt 4.8.6, VTK 5.10 and enGrid 1.4 (all from source). I know my machine is old, but I was wondering if anyone had run into a problem where everything appears to build correctly, but when trying to execute the engrid executable (after setting the LD_LIBRARY_PATHS), nothing happens. It just hangs (until ctrl-C). No errors/warnings. Thanks so much for any help you can offer. Best, Tom |
Quick questions:
|
Thanks for the quick response, Bruno. I appreciate it.
I have installed ParaView from source, and the GUI worked. Here is the output you requested: Code:
ldd engrid |
Hi Thomas,
Sorry, I wasn't able to answer sooner, but I have thought about this in the meantime. The best I can think of is that since you are using a cluster, there are more possible ways of you to access it's desktop interface:
If the problem occurs with either one of the other solutions, then it's odd that it doesn't complain with an error message. Nonetheless, this would be very likely due to the fact that the ldd output points out that it connects directly to the NVidia OpenGL libraries: Code:
libGLcore.so.1 => /usr/lib64/nvidia/libGLcore.so.1 (0x0000003f29200000) I do have a blog post with a collection of threads/posts for when problems occur with ParaView: Related issues to ParaView with OpenFOAM - Fixes and solutions - most of them are applicable to enGrid as well, given that the library dependency stack is very similar (VTK, Qt and OpenGL ;)). Best regards, Bruno |
Dear Bruno,
Thanks once again for taking the time... I think it must have something to do with the Nvidia library. I have had some issues with the OpenGL renderer crashing my x-session while using Matlab on this system. I traced it down to the Nvidia drivers, but had a terrible time upgrading them. My work-around for the Matlab issue was to force Matlab to use the 'painters' renderer in lieu of the OpenGL renderer. So far, I have tried to use engird via VNC and ssh -X; I'll try running it from the box itself (direct connection) and see what happens. I'll post what I find in the near future. Best, Tom |
All times are GMT -4. The time now is 12:50. |