https://gitlab.opengeosys.org/ogs/ogs.git
Revision 53e9cc60d3acd22dcb9f60d767df876fe783bb75 authored by Thomas Fischer on 21 February 2023, 14:12:43 UTC, committed by Thomas Fischer on 16 March 2023, 15:25:23 UTC
For the parallel execution the spdlog format specifier already contains the rank almost always
1 parent 0726b32
Raw File
Tip revision: 53e9cc60d3acd22dcb9f60d767df876fe783bb75 authored by Thomas Fischer on 21 February 2023, 14:12:43 UTC
[MeL/IO/MPI_IO] Rank output already in spdlog
Tip revision: 53e9cc6
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top