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
If we disable MPI support (with -DGTEST_HAS_MPI=0) then the new *_MPI macros are not defined causing compiler errors in code using them. Instead, they should be defined to their non-mpi counterparts to make code using the *_MPI macros behave like expected (as serial code) if compiled without MPI support.
The text was updated successfully, but these errors were encountered:
If we disable MPI support (with -DGTEST_HAS_MPI=0) then the new *_MPI macros are not defined causing compiler errors in code using them. Instead, they should be defined to their non-mpi counterparts to make code using the *_MPI macros behave like expected (as serial code) if compiled without MPI support.
The text was updated successfully, but these errors were encountered: