jspanchu / MandelbrotCatalyst2

Evaluate a mandelbrot set using CUDA and visualize each iteration with ParaView Catalyst2.
Apache License 2.0
3 stars 0 forks source link

Error happened when I run the code #2

Open lj-cug opened 1 month ago

lj-cug commented 1 month ago

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. error 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

lj-cug commented 1 month ago

By the way, I can run the tutorials of Catalyst2 in ParaView package successfully. It's not related with CUDA computation.

jspanchu commented 1 month ago

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.

lj-cug commented 1 month ago

Thank you! Maybe the vtkm application in ParaView change.