ScottishCovidResponse / SCRCIssueTracking

Central issue tracking repository for all repos in the consortium
6 stars 0 forks source link

Check errors from MPI calls #613

Open rwj11 opened 4 years ago

rwj11 commented 4 years ago

Currently the return values of MPI API calls are silently ignored.

ianhinder commented 4 years ago

We should replace clang-analyzer in CI with clang-tidy, as it includes clang-analyzer, but also has many more checks. e.g. https://clang.llvm.org/extra/clang-tidy/checks/bugprone-unused-return-value.html. The EERA model is using clang-tidy.