Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Googletests own tests break with MPI support #14

Open
holke opened this issue Feb 1, 2024 · 0 comments
Open

Googletests own tests break with MPI support #14

holke opened this issue Feb 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@holke
Copy link
Collaborator

holke commented Feb 1, 2024

Describe the bug

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) 
gcc -v
gcc version 12.1.0 (Spack GCC) 

What build system are you using?

cmake --version
cmake version 3.23.1

Additional context

LastTest.log
LastTestsFailed.log
CTestCostData.txt

@holke holke added the bug Something isn't working label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant