-
Notifications
You must be signed in to change notification settings - Fork 0
Description
GPU-resident in-situ visualization is edge-cutting technique. The example code is seldom seen at this respect. Now I have compiled this example code using ParaView-5.11.2 and Catalyst2.
The CMake options for compiling ParaView-5.11.2 is as following:
cmake .. -DCMAKE_INSTALL_PREFIX=/home/lijian/paraview-5.11.2/install -DPARAVIEW_USE_MPI=ON -DPARAVIEW_ENABLE_CATALYST=ON -Dcatalyst_DIR=/home/lijian/In-situ-Viz/catalyst-master/install/lib/cmake/catalyst-2.0 -DCMAKE_BUILD_TYPE=Release -DPARAVIEW_USE_PYTHON=ON -DPython3_EXECUTABLE=/usr/bin/python3.9
But when I run the executable as the guide in this code, the error of pvbatch happened.

So could you tell me what's the version of used ParaView and CUDA and cmake options for ParaView?
I cannot trace the error in the execution.
Yours,
Li Jian