Paraview extremely slow on workstation

Hello,

I have a linux workstation but paraview on it is extremely slow… I have no idea of why this happens but a difference of 100-150x is noted w.r.t. a normal laptop

Could you help me troubleshooting it?

Best regards

What is slow? The UI? Rendering? Can you test a Python script to see if it is also affected?

Could you share a “benchmark” python script that can be useful to understand where the issue is?

Cc: @mwestphal

The ParaView binary release form paraview.org/download comes with a small benchmark.

See the https://www.kitware.com/paraview-5-10-0-release-notes/

Also, please go to Help/ About, and post a screenshot. Is ParaView running in hardware rendering?
Alan

The test were performed but they are not so heavy hence were smoothly processed. I have issues for 3d files.

The about is:

Client Information:
Version: 5.11.0
VTK Version: 9.2.20230111
Qt Version: 5.15.8
vtkIdType size: 64bits
Embedded Python: On
Python Library Path: /usr/lib/python3.11
Python Library Version: 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]
Python Numpy Support: On
Python Numpy Path: /usr/lib/python3/dist-packages/numpy
Python Numpy Version: 1.24.2
Python Matplotlib Support: On
Python Matplotlib Path: /usr/lib/python3/dist-packages/matplotlib
Python Matplotlib Version: 3.6.3
Python Testing: Off
MPI Enabled: On
Disable Registry: Off
Test Directory: 
Data Directory: 
SMP Backend: Sequential
SMP Max Number of Threads: 1
OpenGL Vendor: AMD
OpenGL Version: 4.6 (Core Profile) Mesa 22.3.6
OpenGL Renderer: AMD Radeon RX 560 Series (polaris11, LLVM 15.0.6, DRM 3.49, 6.1.0-13-amd64)
Accelerated filters overrides available: No

Connection Information:
Remote Connection: No

@mwestphal Do I read this correctly that he is running in Mesa? That would be the issue?
Alan

I’m never used an AMD so I’m not enterely sure but to me it looks like the GPU is being used.

What should I do to use only CPU? May it be faster? I have 32 cores

Hi Mathieu,
I’m also having issues with Paraview being too slow when I want to visualize the 3D model results on Paraview.
When I ran ‘glxinfo | grep Vendor’, it said:
Vendor: Mesa/X.org (0xffffffff)
Does that mean that my Paraview is running with Mesa? If yes, is that the reason why my Paraview is running so slowly? Thank you!

Cheers,
Ziqi