Hi All, I came to ask about an issue I am encountering that I suspect is a compositing issue. Specifically, I am using paraview egl 5.10.0-RC1.
I am using the flagpole actor for some annotations, but whenever I use MPI with more than 1 rank, the text of the flagpole actor disappears when there are no surfaces behind it (i.e., just the background).
Here is my reproducer script:
flagpole.py (3.3 KB)
running
mpirun -np 2 /usr/local/opt/paraview_egl/bin/pvbatch flagpole.py
mpirun -np 1 /usr/local/opt/paraview_egl/bin/pvbatch flagpole.py
Is this a known issue or can anyone think of a way around this? I also confirmed the same behavior with the desktop version (same release).