[Paraview] Installing Paraview with system IceT

2014-10-30 Thread Christian Butcher
Running ccmake to build the Makefile for Paraview-4.2.0 informs me
(when I set VTK_USE_SYSTEM_ICET=yes) that it can't find
icetConfig.cmake or icet-config.cmake


CMake Error at VTK/CMake/vtkModuleMacros.cmake:830 (find_package):
   By not providing Findicet.cmake in By not providing
Findicet.cmake in CMAKE_MODULE_PATH this project has
   asked CMake to find a package configuration file provided by icet, but
   CMake did not find one.

   Could not find a package configuration file provided by icet with any of
   the following names:

 icetConfig.cmake
 icet-config.cmake

   Add the installation prefix of icet to CMAKE_PREFIX_PATH or set
   icet_DIR to a directory containing one of the above files.  If icet
   provides a separate development package or SDK, be sure it has been
   installed.
 Call Stack (most recent call first):
   ThirdParty/IceT/CMakeLists.txt:58 (vtk_module_third_party)



Installation of IceT-2.1.0 (appears to be the same version as packaged
with PV) provided a IceTConfig.cmake file in /usr/lib.

Construction of a symbolic link from

/usr/lib/icetConfig.cmake - /usr/lib/IceTConfig.cmake

moves me past my first error (when I specify cmake option
icet_DIR=/usr/lib) but then ccmake complains that

CMake Error at VTK/CmakeLists.txt:480 (export)
  export given target IceTCore which is not built by this project.
CMake Error at CMakeLists.txt:774 (export):
  export given target IceTCore which is not built by this project.

Google searches suggest I should attempt to modify some file to use
IMPORT statements, but I have no previous experience constructing
CMakeList or .cmake configuration files.

Any help setting this up (or confirmation that Paraview can be built
with IceT as a system library) would be appreciated.
___
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://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] PV 4.2.0 Color legend disappearing

2014-10-30 Thread Armin Wehrfritz

I have experienced it too, but cannot reproduce it!

For me it happened so far only in a client-server setup. When I grab the 
surface (HDF5/XDMF files; 2D unstructured cells) and rotate or move it, 
the legend comes back, but will disappear as soon as I release the 
surface again.
When copying the very same data to my local machine and visualizing it 
in a local ParaView session, everything works fine.


Very odd indeed!

My workstation:
openSUSE 13.1
ParaView 4.2.0
Intel Core i7-4800QM QC Processor
NVIDIA Quadro K2100M Graphics Card

-Armin



On 10/30/2014 01:26 AM, Scott, W Alan wrote:

In ParaView 4.2.0, I have found a few cases where the color legend
disappears, and I can’t get it back.  Has anyone else seen this, and
found a way to replicate it?  Mind passing the voodoo on how to
replicate this bug?
Thanks,
Alan


___
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://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


___
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://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] HPC paraview

2014-10-30 Thread Burlen Loring
to verify make a small job on 1 node. In the shell you are starting 
pvserver in, after you've done all the environment settings you need to 
to setup for paraview, run glxinfo and look for the gl vendor, gl 
version and gl renderer strings. these should give you info about your 
tesla. that can be done from your batch script or at the command prompt. 
some systems like cray mpiexec command (aprun) runs the program on a  
different set of nodes than the batch script itself, so for a system 
like that run aprun -n 1 glxinfo.


On 10/29/2014 08:29 PM, R C Bording wrote:

HI Burlen,
  Thanks again.  Is there and easy way to verify that Paraview is 
using the GPU ours are TESLA C2075?


Should I need to change the MOD(?) setting so it is rendering rather 
than compute?


R. Christopher Bording
Supercomputing Team-iVEC@UWA
E: cbord...@ivec.org mailto:cbord...@ivec.org
T: +61 8 6488 6905

26 Dick Perry Avenue,
Technology Park
Kensington, Western Australia.
6151





On 27/10/2014, at 11:10 PM, Burlen Loring wrote:


Hi Christopher,

Are you by any chance logged in with ssh X11 forwarding (ssh -X ...)? 
It seems the error you report comes up often in that context. X 
forwarding would not be the right way to run PV on your cluster.


Depending on how your cluster is setup you may need to start up the 
xserver before launching PV, and make sure to close it after PV 
exits. IUn that scenario your xorg.conf would specify the nvidia 
driver and a screen for each gpu which you would refernece in the 
shell used to start PV through the DISPLAY variable. If you already 
have x11 running and screens configured then it's just a matter of 
setting the display variable correctly. When there are multiple GPU's 
per node then you'd need to set the display using mpi rank modulo the 
number of gpus per node.


I'm not sure it matters that much but I don't think that you want 
--use-offscreen-rendering option.


Burlen

On 10/26/2014 10:23 PM, R C Bording wrote:

Hi,
 Managed to get a working version of Paraview-4.2.0.1 on our GPU 
cluster but when I try to run the
parallelSphere.py script on more than one node it just hangs.  Work 
like it is supposed to up to 12 cores on a single node.  I am still 
trying work out if I a running on the GPU tesla- C2070).


Here is the list of cake configurations

IBS_TOOL_CONFIGURE='-DCMAKE_BUILD_TYPE=Release \
-DParaView_FROM_GIT=OFF \
-DParaView_URL=$MYGROUP/vis/src/ParaView-v4.2.0-source.tar.gz \
-DENABLE_boost=ON \
-DENABLE_cgns=OFF \
-DENABLE_ffmpeg=ON \
-DENABLE_fontconfig=ON \
-DENABLE_freetype=ON \
-DENABLE_hdf5=ON \
-DENABLE_libxml2=ON \
-DENABLE_matplotlib=ON \
-DENABLE_mesa=OFF \
-DENABLE_mpi=ON \
-DENABLE_numpy=ON \
-DENABLE_osmesa=OFF \
-DENABLE_paraview=ON \
-DENABLE_png=ON \
-DENABLE_python=ON \
-DENABLE_qhull=ON \
-DENABLE_qt=ON \
-DENABLE_silo=ON \
-DENABLE_szip=ON \
-DENABLE_visitbridge=ON \
-DMPI_CXX_LIBRARIES:STRING=$MPI_HOME/lib/libmpi_cxx.so \
-DMPI_C_LIBRARIES:STRING=$MPI_HOME/lib/libmpi.so \
-DMPI_LIBRARY:FILEPATH=$MPI_HOME/lib/libmpi_cxx.so \
-DMPI_CXX_INCLUDE_PATH:STRING=$MPI_HOME/include \
-DMPI_C_INCLUDE_PATH:STRING=$MPI_HOME/include \
-DUSE_SYSTEM_mpi=ON \
-DUSE_SYSTEM_python=OFF \
-DUSE_SYSTEM_qt=OFF \
-DUSE_SYSTEM_zlib=OFF '

The goal is to be able to support batch rendering on the whole 
cluster ~96 nodes.


Also do I need set another environment variable in my Paraview 
module to make the Xlib

warning go away?

[cbording@f100 Paraview]$ mpirun -n 12 pvbatch 
--use-offscreen-rendering parallelSphere.py

Xlib:  extension NV-GLX missing on display localhost:50.0.
Xlib:  extension NV-GLX missing on display localhost:50.0.
Xlib:  extension NV-GLX missing on display localhost:50.0.
Xlib:  extension NV-GLX missing on display localhost:50.0.
Xlib:  extension NV-GLX missing on display localhost:50.0.
Xlib:  extension NV-GLX missing on display localhost:50.0.

Is this related to my not being able to run across multiple nodes?

R. Christopher Bording
Supercomputing Team-iVEC@UWA
E: cbord...@ivec.org mailto:cbord...@ivec.org
T: +61 8 6488 6905

26 Dick Perry Avenue,
Technology Park
Kensington, Western Australia.
6151







___
Powered bywww.kitware.com

Visit other Kitware open-source projects 
athttp://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki 
at:http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview






___
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://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] PV 4.2.0 Color legend disappearing

2014-10-30 Thread Burlen Loring
yep I've seen that and a hosty of other flakeyness that I haven't had 
time to make bug reports about. using 4.1 for now.


On 10/29/2014 04:26 PM, Scott, W Alan wrote:
In ParaView 4.2.0, I have found a few cases where the color legend 
disappears, and I can’t get it back.  Has anyone else seen this, and 
found a way to replicate it? Mind passing the voodoo on how to 
replicate this bug?

Thanks,
Alan


___
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://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


___
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://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] ExtractSubset not working well in pvpython

2014-10-30 Thread Chukwudi Chukwudozie
Hi,

I have a structured grid computational domain of size 800,2,800. I want to
extract the information along a line and so I do the following in my python
script.

ExtractSubset0 =
ExtractSubset(guiName=ExtractSubset0,IncludeBoundary=0,VOI=[399, 399, 0,
0, 0, 799], SampleRateK=1, SampleRateJ=1, SampleRateI=1)
data = servermanager.Fetch(ExtractSubset0)
numPoints=data.GetNumberOfPoints()

However, when I plot the information on that line, I see it has only
extracted information between 0-399 in the z-coordinate direction. I even
printed numPoints to confirm how much information is extracted and I get
numPoints=400. I am using PV 3.98.0.

Any help on this will be appreciated.




-- 
Chukwudi Chukwudozie
cchu...@tigers.lsu.edu
Craft and Hawkins Department of Petroleum Engineering
Louisiana State University
Patrick F. Taylor Hall (CEBA)
Room 3429
Baton Rouge LA, 70803
Cell:3373546822
Office: 2255786064
___
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://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] Shapefiles?

2014-10-30 Thread Vanmoer, Mark W
Hi ParaView,

I found this thread: 
www.paraview.org/pipermail/paraview/2012-December/027026.htmlhttp://www.paraview.org/pipermail/paraview/2012-December/027026.html
 indicating vtkGDALVectorReader would be added to mainline ParaView, and I do 
see an option load DEMs, but are ESRI ShapeFiles supported? I can't get any 
.shp files to be recognized or load.

There's an earlier thread from 2011 discussing vtkgis_vector_reader, is that 
still the recommended ShapeFile loader?

Thanks,
Mark
___
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://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] [EXTERNAL] Re: PV 4.2.0 Color legend disappearing

2014-10-30 Thread Scott, W Alan
Yep, that's the bug.   I have seen it local server.  Anyone else have any ideas 
how to replicate it?  If anyone does see it, mind writing a state file and 
sending to me?  It's a long shot, but maybe that will help us figure out what 
is going on.

Thanks,

Alan

-Original Message-
From: Armin Wehrfritz [mailto:dkxl...@gmail.com] 
Sent: Thursday, October 30, 2014 6:25 AM
To: Scott, W Alan; paraview@paraview.org
Subject: [EXTERNAL] Re: [Paraview] PV 4.2.0 Color legend disappearing

I have experienced it too, but cannot reproduce it!

For me it happened so far only in a client-server setup. When I grab the 
surface (HDF5/XDMF files; 2D unstructured cells) and rotate or move it, the 
legend comes back, but will disappear as soon as I release the surface again.
When copying the very same data to my local machine and visualizing it in a 
local ParaView session, everything works fine.

Very odd indeed!

My workstation:
openSUSE 13.1
ParaView 4.2.0
Intel Core i7-4800QM QC Processor
NVIDIA Quadro K2100M Graphics Card

-Armin



On 10/30/2014 01:26 AM, Scott, W Alan wrote:
 In ParaView 4.2.0, I have found a few cases where the color legend 
 disappears, and I can't get it back.  Has anyone else seen this, and 
 found a way to replicate it?  Mind passing the voodoo on how to 
 replicate this bug?
 Thanks,
 Alan


 ___
 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://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://public.kitware.com/mailman/listinfo/paraview

___
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://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] Annotate Time filter in slice view?

2014-10-30 Thread Kazuyoshi Furutaka
Dear ParaView experts,

How can I use the Annotate Time source in Slice View?
With a slice view, selecting it from the 'Sources' menu
creates a render view and the source is displayed there...

Or, are there any ways to show current Time in slice view?

I'm using ParaView ver.4.2.0 on linux and windows PCs.

Thanks in advance.

Kazuyoshi
--
Kazuyoshi Furutaka
furutaka _dot_ kazuyoshi _at_ jaea _dot_ go _dot_ jp
___
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://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Annotate Time filter in slice view?

2014-10-30 Thread Utkarsh Ayachit
This indeed is a missing feature in the Slice View. Please feel free
to add a feature request to the bug tracker. Cleaning up the Slice
View is on our todo list for near future.

Utkarsh

On Fri, Oct 31, 2014 at 12:29 AM, Kazuyoshi Furutaka
furutaka.kazuyo...@jaea.go.jp wrote:
 Dear ParaView experts,

 How can I use the Annotate Time source in Slice View?
 With a slice view, selecting it from the 'Sources' menu
 creates a render view and the source is displayed there...

 Or, are there any ways to show current Time in slice view?

 I'm using ParaView ver.4.2.0 on linux and windows PCs.

 Thanks in advance.

 Kazuyoshi
 --
 Kazuyoshi Furutaka
 furutaka _dot_ kazuyoshi _at_ jaea _dot_ go _dot_ jp
 ___
 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://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://public.kitware.com/mailman/listinfo/paraview
___
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://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview