Hello

Here's a ParaView Catalyst problem that may be related to bug (0027323).
O/S is ubuntu 14.04 lts  - 64 bit
I'd like to connect to a Catalyst-enabled simulation, so first I'm running the example code.


I do this:
1) download ParaView-v4.3.1-source and build. The ccmake settings are below. 2) download ParaViewCatalystExampleCode-master and build. The ccmake settings are below.

3)  run ctest in ParaViewCatalystExampleCode-master/Build - 100% pass

4) run paraview (Build/bin/paraview &),
       menu Catalyst>Connect -take port 22222
       dismiss the Ready for Catalyst connections dialog

4) in any of the ParaViewCatalystExampleCode-master scripts, I change coprocessor.EnableLiveVisualization to (True) and run the test.

paraview crashes with
Invalid output port : pqPipelineSource::getOutputPort( 0 ). Available number of output ports: 0 (...ParaView-v4.3.1-source/Qt/Core/pqPipelineSource.cxx:240, pqOutputPort* pqPipelineSource::getOutputPort(int) const)


I've tried with different port numbers, with PV built as debug, as release, with qt4, with qt5, with and without the intel compiler environment( because it supplies its own MPI)

Any suggestions, anyone?

Thanks



 ccmake screen for ParaViewCatalystExampleCode-master
-----------------------------------------------------
 BUILD TESTING                    ON
 CMAKE_BUILD_TYPE                 Release
 CMAKE_INSTALL_PREFIX             /usr/local
ParaView_DIR /home/r3/software/ParaView-v4.3.1-source/Build
 QT_QMAKE_EXECUTABLE              /usr/bin/qmake-qt4
Qt5Core_DIR /usr/lib/x86_64-linux-gnu/cmake/Qt5Core
 Qt5Gui_DIR                       /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui
 USE_CATALYST                     ON


 ccmake screen for ParaView-v4.3.1-source
-----------------------------------------

 BUILD_DOCUMENTATION              OFF
 BUILD_EXAMPLES                   ON
 BUILD_SHARED_LIBS                ON
 BUILD_TESTING                    ON
 BUILD_USER_DEFINED_LIBS          OFF
 CMAKE_BUILD_TYPE                 Release
 CMAKE_INSTALL_PREFIX             /usr/local
 CTEST_TEST_TIMEOUT               3600
GMVReader_GMVREAD_LIB_DIR /home/r3/software/ParaView-v4.3.1-source/Utilities/VisItBridge/databases/GMV
 GMVReader_SKIP_DATARANGE_CALCU   OFF
MPI_C_INCLUDE_PATH /usr/lib/openmpi/include;/usr/lib/openmpi/include/openmpi MPI_C_LIBRARIES /usr/lib/libmpi.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libhwloc.so
 PARAVIEW_BUILD_QT_GUI            ON
 PARAVIEW_ENABLE_CATALYST         ON
 PARAVIEW_ENABLE_FFMPEG           OFF
 PARAVIEW_ENABLE_PYTHON           ON
 PARAVIEW_INSTALL_DEVELOPMENT_F   OFF
 PARAVIEW_USE_DAX                 OFF
 PARAVIEW_USE_MPI                 ON
 PARAVIEW_USE_PISTON              OFF
 PARAVIEW_USE_UNIFIED_BINDINGS    OFF
 PARAVIEW_USE_VISITBRIDGE         OFF
Qt5Core_DIR /usr/lib/x86_64-linux-gnu/cmake/Qt5Core Qt5Designer_DIR /usr/lib/x86_64-linux-gnu/cmake/Qt5Designer
 Qt5Gui_DIR                       /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui
Qt5Help_DIR /usr/lib/x86_64-linux-gnu/cmake/Qt5Help Qt5Network_DIR /usr/lib/x86_64-linux-gnu/cmake/Qt5Network Qt5PrintSupport_DIR /usr/lib/x86_64-linux-gnu/cmake/Qt5PrintSupport Qt5Test_DIR /usr/lib/x86_64-linux-gnu/cmake/Qt5Test Qt5UiTools_DIR /usr/lib/x86_64-linux-gnu/cmake/Qt5UiTools Qt5Widgets_DIR /usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets
 Qt5Xml_DIR                       /usr/lib/x86_64-linux-gnu/cmake/Qt5Xml
 SURFACELIC_PLUGIN_TESTING        ON
 VTK_PYTHON_VERSION               2
 VTK_RENDERING_BACKEND            OpenGL
 VTK_SMP_IMPLEMENTATION_TYPE      Sequential
 VTK_USE_LARGE_DATA               OFF
 XDMF_USE_BZIP2                   OFF
 XDMF_USE_GZIP                    OFF

--
Peter Heppel
35/37 Rue de Locmalo
56290 Port-Louis
France
+33 6 81 30 76 52 cell
+33 2 97 82 19 30
USA  +1 773 280 8142
Skype: peterheppel
_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

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

Reply via email to