Re: [Paraview] [Non-DoD Source] Building Paraview with OSMESA

2016-09-14 Thread Christopher Neal
Rick -  I’ve never compiled the Superbuild version of ParaView before. I’m following that Wiki page for the Superbuild.  I have a directory with the following structure: build    Downloads    ParaViewSuperbuild I downloaded the 5.1.0 version of the Superbuild from the Gitlab website, and I put

[Paraview] Anyone know of a reader for SAT (Saved As Text) files, which are Spatial (ACIS) geometry format

2016-09-14 Thread Dennis Conklin
This format: http://paulbourke.net/dataformats/sat/sat.pdf ___ 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

Re: [Paraview] [Non-DoD Source] Building Paraview with OSMESA

2016-09-14 Thread Christopher Neal
Thanks Andy, I’m set on trying to get a build that doesn’t use a graphics card, because the nodes on Nasa’s Plieades cluster don’t have GPUs, so running a code with Catalyst would not work on that machine. I’ll give the superbuild a shot with Rick’s configuration script. Thanks, Chris N

Re: [Paraview] [Non-DoD Source] Building Paraview with OSMESA

2016-09-14 Thread Andy Bauer
Hi Rick, This CMake script is for the superbuild, correct? That's definitely the way to go for OS Mesa as it builds the proper version of OS Mesa for you. The superbuild stuff is at https://gitlab.kitware.com/paraview/paraview-superbuild. Chris, if you have an NVIDIA card with a fairly new drive

Re: [Paraview] [Non-DoD Source] Building Paraview with OSMESA

2016-09-14 Thread Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US)
Chris - Yeah, so I’m also not sure how Catalyst might be firing this up. Here’s an example OS_Mesa/cmake command used on one of our generic RHEL6 systems. With this build, we throw the “—use-offscreen-rendering” flag when we fire up the pvserver.I think that the critical flags are “osmesa=ON,

Re: [Paraview] [Non-DoD Source] Building Paraview with OSMESA

2016-09-14 Thread Christopher Neal
Thanks Rick! I’m running OpenSuse 13.2 64bit. I’m not explicitly starting a pvserver, because I’m running one of the C++ Catalyst examples, which is located at ParaView/Examples/Catalyst/CxxFullExample. That is mainly what is confusing me. I’m not sure if I built ParaView with osMesa incorrectl

Re: [Paraview] [Non-DoD Source] Building Paraview with OSMESA

2016-09-14 Thread Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US)
Stupid question – when you start up the pvserver process, are you passing it the “—use-offscreen-rendering” flag? mpirun –np 8 pvserver —use-offscreen-rendering ……. What’s your build platform? I have lots and lots of build scripts I can share! Rick Angelini U

[Paraview] Building Paraview with OSMESA

2016-09-14 Thread Christopher Neal
Hi All, I’ve been trying to compile a version of ParaView that uses osMesa. I’ve tried to follow the process that is explained on the wiki (http://www.paraview.org/Wiki/ParaView/ParaView_And_Mesa_3D ), but I haven’t been able to get ParaView to render offscreen. I don’t have build errors, bu

Re: [Paraview] PV 4.10 how to locate x, y, z for negative pressure at a point

2016-09-14 Thread Mathieu Westphal
Hello With Edit->FindData you will be able to write a simple query to find the cells or points where this happens. Regards, Mathieu Westphal On Wed, Sep 14, 2016 at 1:11 PM, Stephen Wornom wrote: > PV information shows a negative pressure, how can I locate the coordinates > where the negati

[Paraview] PV 4.10 how to locate x, y, z for negative pressure at a point

2016-09-14 Thread Stephen Wornom
PV information shows a negative pressure, how can I locate the coordinates where the negative pressure occurs? I hope my question is clear. Thanks, Stephen ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitwar