Skip to content
Snippets Groups Projects

Const-qualify various int * arguments in MpiWrapper.h to comply with MPI standard

Merged Frederik Hennig requested to merge da15siwa/walberla:fhennig/fix-mpi-wrapper into master

A number of signatures in core/mpi/MPIWrapper.h were not compliant with the MPI standard (see here and here) in the sense that they had int * arguments that were not const-qualified, contrary to the API defined in the standard. This turned up when we const-qualified some APIs of MpiManager in !707 (merged) .

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply