Why an internal error in ORTE return code is 0?

36 views Asked by At

While using OpenMPI and running tests with gtest I am getting the following error: error message

I understand the error, but since it is returning a return code 0 gtest is returning a pass result and I cannot indicate when the error is appearing.

How can I detect the error when it occurs?

I tried to search a env var a flag to find the error but cannot find any..

0

There are 0 answers