https://gitlab.opengeosys.org/ogs/ogs.git
Revision 339d92f66ac5d8a5dda5fa16068f5306deaf04ff authored by Lars Bilke on 05 January 2023, 12:15:35 UTC, committed by Lars Bilke on 05 January 2023, 12:22:59 UTC
Set the writer controller to same communicator as OGS.
Fixes Piece writing, related to

- https://gitlab.opengeosys.org/ufz-bgr/hpc/docs/-/issues/23
- https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/4164

Was a long way to find the solution... helpful resources were:

- https://public.kitware.com/pipermail/vtkusers/2016-December/097384.html
- https://github.com/libMesh/libmesh/issues/1179
- https://github.com/libMesh/libmesh/pull/2220/files
- https://www.steinzone.de/wordpress/hacking-vtk-for-parallelisation-mpi-and-c/
- https://discourse.vtk.org/t/distributed-i-o-with-vtkxmlpunstructuredgridwriter/7418/3
- https://www.cfdem.com/forums/possible-bug-when-calling-lammpopen-certain-dump-styles
1 parent 36f2a97
Raw File
Tip revision: 339d92f66ac5d8a5dda5fa16068f5306deaf04ff authored by Lars Bilke on 05 January 2023, 12:15:35 UTC
[ML] vtkXMLPUnstructuredGridWriter: finally fix usage.
Tip revision: 339d92f
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top