Hi,
we get error messages that above mentioned modules can not be important by the python script, and therefore, some of the features, such as a color bar, can not be used. We used a standard catalyst edition available, and compiled it with the script below. It runs using mesa.
. /etc/profile
module load cmake/3.5.2 openmpi/2.0.2p1_hpcx-gcc64 gcc/6.4.0 python/2.7.12 pftp/7.4.3.2-krb5 git/2.9.0 hpcx/1.9.7
set +x
set +e
…/Catalyst-v5.5.0-Base-Enable-Python-Essentials-Extras-Rendering-Base/cmake.sh …/Catalyst-v5.5.0-Base-Enable-Python-Essentials-Extras-Rendering-Base/
-DCMAKE_C_COMPILER=gcc
-DCMAKE_CXX_COMPILER=gcc
-DCMAKE_CXX_FLAGS="-lrt -O2 -pthread -std=gnu++11 -lstdc++ -lm"
-DPYTHON_EXECUTABLE=/sw/rhel6-x64/python/python-2.7.12-gcc49/bin/python
-DPYTHON_INCLUDE_DIR=/sw/rhel6-x64/python/python-2.7.12-gcc49/include/python2.7/
-DPARAVIEW_BUILD_QT_GUI=OFF
-DVTK_USE_X=OFF
-DOPENGL_INCLUDE_DIR=IGNORE
-DOPENGL_xmesa_INCLUDE_DIR=IGNORE
-DOPENGL_gl_LIBRARY=IGNORE
-DOSMESA_INCLUDE_DIR=/work/k20200/k202113/libs/mesa/mesa-18.0.3-inst/include/
-DOSMESA_LIBRARY=/work/k20200/k202113/libs/mesa/mesa-18.0.3-inst/lib/libOSMesa.so
-DVTK_OPENGL_HAS_OSMESA=ON
-DVTK_USE_OFFSCREEN=OFF \
make -j 256
Neither vtkPVServerManagerDefault nor vtkPVAnimation exist in the manifest that describes this edition, and we are unsure how to solve this. Any idea?
Thanks for your help!
Jef and Niklas