Open lj-cug opened 1 month ago
By the way, I can run the tutorials of Catalyst2 in ParaView package successfully. It's not related with CUDA computation.
Hi @lj-cug, this is an experimental repository. It relies on changes yet to be made to ParaView source code. Please wait until the changes are merged upstream in ParaView, should happen in a few weeks.
Thank you! Maybe the vtkm application in ParaView change.
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