gtest-mpi-listener icon indicating copy to clipboard operation
gtest-mpi-listener copied to clipboard

Avoid optimizing away MPI calls if compiled with NDEBUG

Open cselab opened this issue 5 years ago • 0 comments

The MPI calls inside the assertion are optimized away using GCC 9.2.0 generating warnings that is_mpi_initialized is uninitialized.

cselab avatar Feb 15 '20 23:02 cselab