-
Notifications
You must be signed in to change notification settings - Fork 47
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 test_square_sparse_rma fails #599
Comments
As far I can see, this is an error on the OpenMPI side.
is coming from OpenMPI. Then DBCSR stops when doing this call for creating the window. |
A bit of "asking google", I found this post: |
RMA will not used anymore with OpenMPI is involved (due to the many problems on the OpenMPI-RMA side). |
Describe the bug
On Debian unstable, running the testsuite fails in
test_square_sparse_rma
:That test is the only one with
Use RMA algorithm T
, so that looks related? If that test needs two nodes (due to RMA?), I guess it should be skipped if only one is available?Hrm,
tests/CMakeLists.txt
has (around line 30):So (as Debian unstable now has OpenMPI v4.1) this should be extenden to 4.1?
To Reproduce
Run testssuite.
Expected behavior
Testsuite passes and/or skips over tests that cannot pass due to environment.
Environment:
Makefile.inc
):cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu
The text was updated successfully, but these errors were encountered: