intel / mpi-benchmarks

145 stars 63 forks source link

Fix indentation issue in error checking #46

Closed christgau closed 2 months ago

christgau commented 1 year ago

GCC warns about it.

checks.failures is set by the CHECK_ARRAY macro, used by mt_pt2pt, e.g. The latter function (and similar ones) returns 0 on error before CHECK_ARRAY is called and 1 afterward. Thus, the indentation is wrong.