Re: [Paraview] Paraview with SGI - MPT

2012-08-08 Thread Ganesh Vijayakumar
Thanks Burlen. It turned out that VTK_USE_X was still ON. It worked fine otherwise. I'm now able to execute a script file with pvpython offscreen. ganesh On Tue, Aug 7, 2012 at 1:49 PM, Burlen Loring blor...@lbl.gov wrote: ** Hi Ganesh, your error log indicates that x11 support is being

Re: [Paraview] Paraview with SGI - MPT

2012-08-07 Thread Burlen Loring
Hi Ganesh, your error log indicates that x11 support is being referred to but not provided, you don't need X11 for the pvserver with OS Mesa. I'm wondering if you had attempted to modify the cmake cache for an existing build? perhaps starting over fresh would help? by the way the script

[Paraview] Paraview with SGI - MPT

2012-07-27 Thread Ganesh Vijayakumar
hi! I want to get Paraview installed on an SGI system with MPT. I ran into this thread. http://article.gmane.org/gmane.comp.science.paraview.user/11954/match=sgi+mpt Could some one please tell me where I can change the settings to link using -lmpi and also the the compile flags that Pratik

Re: [Paraview] Paraview with SGI - MPT

2012-07-27 Thread Burlen Loring
Hi Ganesh, Here are the settings that worked on an SGI Altix UV. You may want to add export MPI_TYPE_MAX=100 to your run script as well. Burlen #!/bin/bash BUILD_TYPE=Release CC_PATH=/opt/intel/Compiler/11.1/038 MPI_PATH=/opt/sgi/mpt/mpt-2.04 MESA_PATH=$OSMESA_ROOT