Re: [Paraview] Build ParaViewWeb on windows

2015-05-18 Thread Sebastien Jourdain
Replace the following CMake lines # ParaViewWeb on Windows needs win32api which is not provided by default # For now the default behavior would be to disable it on Windows build if (WIN32) set(PARAVIEW_ENABLE_WEB OFF CACHE BOOL FORCE) else() cmake_dependent_option(PARAVIEW_ENABLE_WEB

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-18 Thread Utkarsh Ayachit
- Strange 1: I don't have anymore instance in DataLabelRepresentation for Elevation pipeline source (btw, during this traversing I get only one actor), I don't follow. DataLableRepresentation is indeed created for every representation shown in the render view. - Strange 2: When I

[Paraview] Connecting to Catalyst-Enabled Simulation Running on Remote Cluster

2015-05-18 Thread Timo Oster
Hi all, in an effort to enable live visualization of our simulation code, I have written a Catalyst adaptor for it. The live visualization is working great when the ParaView client runs on the same machine as the simulation, even when the simulation runs in parallel using mpi. Now I want to do

Re: [Paraview] build error

2015-05-18 Thread Sujin Philip
Hi Alan, This is in changes that I made recently to atomic ints but I have not seen this problem. Could you tell me which compiler version you are using? Could you share the CMakeCache.txt file from the build directory? Thanks Sujin On Fri, May 15, 2015 at 9:50 PM, Scott, W Alan

Re: [Paraview] Client/server version hash mismatch, even when versions are the same

2015-05-18 Thread Utkarsh Ayachit
CS, What're the exact error messages reported on the client as well as the output terminal for the server? Can you post the complete text please? Utkarsh On Mon, May 18, 2015 at 3:02 AM, Stanbridge, Christopher William cws...@mun.ca wrote: Dear ParaViewers, I am attempting to set up a

[Paraview] interface and scripting questions from newbie

2015-05-18 Thread Christopher Snyder
Hi all, I'm very excited about paraview, and I think it might fit my needs perfectly. However, I have two questions. 1) What is the simplest way to rotate about the x axis ? The data I have is rather long : length x length y and z. So when I zoom in around the extremes, rotation around the

[Paraview] Client/server version hash mismatch, even when versions are the same

2015-05-18 Thread Stanbridge, Christopher William
Dear ParaViewers, I am attempting to set up a client/server connection between a default installation of ParaView 4.3.1 on the client side and an OSMesa build -- presumably also 4.3.1; built according to the wiki's instructions at http://www.paraview.org/Wiki/ParaView/ParaView_And_Mesa_3D -- on

[Paraview] Build ParaViewWeb on windows

2015-05-18 Thread Yu Yu
Hi, I want to build ParaViewWeb on windows (64-but), I have install win32api for python in my machine. I am using cmake-gui, and every time I click ParaView_Enable_Python to ON, and ParaView_Enable_Web to ON, cmake will turn ParaView_Enable_Web to off. Is there a way to make it on ? I found this