You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: