[Paraview] Can't see Catalyst examples' output
Christopher Neal
chrisneal at snumerics.com
Wed Jul 27 17:15:30 EDT 2016
To answer my own question – It was my mistake in handling how the examples were executed. I did not realize that the catalyst scripts located in the SampleScripts directory had to be passed directly as arguments to the executable i.e. ./CxxFullExample SampleScripts/*
On another note, has anyone run into the following error when running the CxxFullExample catalyst example?
~software/Catalyst_examples/CxxFullExample> ./CxxFullExample SampleScripts/*
libGL error: failed to load driver: swrast
[SN-HPC-0:12404] *** Process received signal ***
[SN-HPC-0:12404] Signal: Segmentation fault (11)
[SN-HPC-0:12404] Signal code: Address not mapped (1)
[SN-HPC-0:12404] Failing at address: (nil)
[SN-HPC-0:12404] [ 0] /lib64/libpthread.so.0(+0xf890) [0x7f47a58ce890]
[SN-HPC-0:12404] *** End of error message ***
Segmentation fault
Some information about the machine that I’m running:
LSB Version: n/a
Distributor ID: openSUSE project
Description: openSUSE 13.2 (Harlequin) (x86_64)
Release: 13.2
Codename: Harlequin
Driver information for the computer:
~software/Catalyst_examples/CFullExample> /sbin/lspci -nnk | grep -i vga -A3
04:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2)
Subsystem: eVga.com. Corp. Device [3842:3753]
Kernel modules: nouveau
04:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:0fbc] (rev a1)
Subsystem: eVga.com. Corp. Device [3842:3753]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
06:00.0 Ethernet controller [0200]: Intel Corporation I210 Gigabit Network Connection [8086:1533] (rev 03)
--
0a:00.0 VGA compatible controller [0300]: ASPEED Technology, Inc. ASPEED Graphics Family [1a03:2000] (rev 30)
Subsystem: ASUSTeK Computer Inc. Device [1043:85f9]
Kernel modules: ast
7f:08.0 System peripheral [0880]: Intel Corporation Haswell-E QPI Link 0 [8086:2f80] (rev 02)
Best regards,
Chris Neal
From: Christopher Neal <chrisneal at snumerics.com>
Date: Wednesday, July 27, 2016 at 12:25 PM
To: "paraview at paraview.org" <paraview at paraview.org>
Subject: Can't see Catalyst examples' output
Hi,
I recently compiled a version of Paraview using the command:
cmake -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES -DBUILD_TESTING:BOOL=OFF -DPARAVIEW_BUILD_QT_GUI:BOOL=OFF -DVTK_RENDERING_BACKEND=OpenGL2 -DPARAVIEW_USE_MPI:BOOL=ON -DPARAVIEW_ENABLE_PYTHON:BOOL=ON -DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON -DPARAVIEW_BUILD_CATALYST_ADAPTERS:BOOL=ON -DPARAVIEW_BUILD_PLUGIN_AnalyzeNIfTIIO:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_ArrowGlyph:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_CDIReader:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_EyeDomeLighting:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_GMVReader:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_GeodesicMeasurement:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_H5PartReader:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_InSituExodus:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_MantaView:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_Moments:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_NonOrthogonalSource:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_PacMan:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_PointSprite:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_RGBZView:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_SLACTools:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_SciberQuestToolKit:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_SierraPlotTools:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_StreamingParticles:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_SurfaceLIC:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_ThickenLayeredCells:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_UncertaintyRendering:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_AcceleratedAlgorithms:BOOL=OFF -DVTK_USE_CXX11_FEATURES:BOOL=ON -DCMAKE_INSTALL_PREFIX=/home/neal/software/ParaView_build /home/neal/software/ParaView
Then ‘make’.
I then compiled the Catalyst examples in a separate directory using: cmake -DCMAKE_PREFIX_PATH=/home/neal/software/ParaView_build -DBUILD_FORTRAN_EXAMPLES:BOOL=ON /home/neal/software/ParaView/Examples/Catalyst/
The cmake process throws no errors, and when I type ‘make’ it compiles without throwing any errors as well. If I go to a directory that has an example executable and run the executable I see no output generated at all. I even copied over the ‘SampleScripts’ directories that were in the examples source to the directories with the executables and they still generate no output. Has anyone seen this behavior before when trying to run the Catalyst examples?
Thank you,
Chris Neal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160727/d223391b/attachment.html>
More information about the ParaView
mailing list