I’m working with a dataset containing 160,000 blocks in ParaView and have experimented with various VTK formats, including VTM, VTPC, and VTKHDF. Running pvserver on multiple cores hasn’t improved performance with any of these formats, even though parallelization should be straightforward with VTM and VTPC. ParaView remains extremely slow with all of them, and I don’t understand why.
During this time, the CPU usage is near 0%, RAM usage is less than 30%, and the disk is idle. What is ParaView doing while I’m waiting for hours?
To ensure it’s not a rendering issue, I’m loading the files in spreadsheet view. Additionally, the total size of the dataset is quite small, around 1.5 GB.
I have a name.vtpc file along with a name folder containing all the vtp files. Doesn’t ParaView automatically distribute the reading of these files across different cores?
Please share data and steps to reproduce
Alright, I’ll create a shareable and reproducible example and then share it with you.