You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when invoking EkatCreateUnitTest (foo ...), the names of the tests are of the form foo_ut_npX_ompY, with X and Y being the number of MPI ranks and OpenMP threads used, respectively. While it is understandable that we add npX_ompY, it doesn't feel right that we change the name of the test from the requested foo to foo_ut.
The text was updated successfully, but these errors were encountered:
Currently, when invoking
EkatCreateUnitTest (foo ...)
, the names of the tests are of the formfoo_ut_npX_ompY
, with X and Y being the number of MPI ranks and OpenMP threads used, respectively. While it is understandable that we addnpX_ompY
, it doesn't feel right that we change the name of the test from the requestedfoo
tofoo_ut
.The text was updated successfully, but these errors were encountered: