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

Test assertion breaking w/ MPICH #112

Open
freifrauvonbleifrei opened this issue Sep 22, 2023 · 0 comments
Open

Test assertion breaking w/ MPICH #112

freifrauvonbleifrei opened this issue Sep 22, 2023 · 0 comments

Comments

@freifrauvonbleifrei
Copy link
Contributor

freifrauvonbleifrei commented Sep 22, 2023

Since CI with MPICH was introduced, there were a bunch of failing tests due to this check failing:

DisCoTec-gcc-mpich-Debug/tests/test_distributedsparsegrid.cpp(907): error: in "distributedsparsegrid/test_sparseGridAndSubspaceReduce": check subspaceStart[j] == i * nprocs has failed [108071 != 108135]

(code here:

BOOST_CHECK_EQUAL(subspaceStart[j], i * nprocs);
)

never for openmpi, often for mpich in both debug and release mode.

???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant