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
internal tests are not working properly with MPI support.
Steps to reproduce the bug
cmake with
BUILD_GMOCK ON
BUILD_SHARED_LIBS OFF
CMAKE_BUILD_TYPE
CMAKE_INSTALL_PREFIX /usr/local
INSTALL_GTEST ON
gmock_build_tests OFF
gtest_build_samples ON
gtest_build_tests ON
gtest_disable_mpi OFF
gtest_disable_pthreads OFF
gtest_force_shared_crt OFF
gtest_hide_internal_symbols OFF
make
make test
Does the bug persist in the most recent commit?
We recommend using the latest commit in the master branch in your projects.
What operating system and version are you using?
Ubuntu
What compiler and version are you using?
mpicc -v
mpicc for MPICH version 4.0.2
gcc version 12.1.0 (Spack GCC)
Describe the bug
internal tests are not working properly with MPI support.
Steps to reproduce the bug
cmake with
Does the bug persist in the most recent commit?
We recommend using the latest commit in the master branch in your projects.
What operating system and version are you using?
Ubuntu
What compiler and version are you using?
What build system are you using?
Additional context
LastTest.log
LastTestsFailed.log
CTestCostData.txt
The text was updated successfully, but these errors were encountered: