kokkos / kokkos-comm

Experimental MPI Wrapper for Kokkos
https://kokkos.org/kokkos-comm/
Other
12 stars 9 forks source link

test: Improve output for failed MPI ranks #37

Closed cwpearson closed 4 months ago

cwpearson commented 4 months ago

Now on a failure we'll get something like:

3: [==========] Running 40 tests from 21 test suites.
3: [----------] Global test environment set-up.
3: [----------] 6 tests from testgroup
3: [ RUN      ] testgroup.testname
3: /path/to/file:32: Failure
3: Value of: true
3:   Actual: true
3: Expected: false
3: 
3: (rank 0 failed)                            // added this
3: (some rank failed, more information above) // added this