| 74903a4f | 12-Sep-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMView: temporary disable same comm check
Ideally, we would like to have this test on.
However, it currently breaks socket viz via GLVis. During DMView(parallel_mesh,glvis_viewer), each process ope
DMView: temporary disable same comm check
Ideally, we would like to have this test on.
However, it currently breaks socket viz via GLVis. During DMView(parallel_mesh,glvis_viewer), each process opens a sequential ASCII socket to visualize the local mesh, and PetscObjectView(dm,local_socket) is internally called inside VecView_GLVis, incurring in an error here */
show more ...
|