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.scalar_matmul never ends #66

Closed
antoscha opened this issue Dec 5, 2020 · 3 comments
Closed

test.scalar_matmul never ends #66

antoscha opened this issue Dec 5, 2020 · 3 comments

Comments

@antoscha
Copy link

antoscha commented Dec 5, 2020

Hi,

test.scalar_matmul is probably broken: it is computed endlessly with any BLAS flavor (OPENBLAS, MKL, or CUDA). CMake options are:

  cmake ../cosma \
          -DCMAKE_INSTALL_PREFIX=/usr \
          -DBUILD_SHARED_LIBS=ON \
          -DCOSMA_BLAS=CUSTOM \
          -DCOSMA_SCALAPACK=CUSTOM \
          -DMPIEXEC_PREFLAGS='--oversubscribe'

Compilers and libraries: GCC 10.2.0, OpenMPI, CUDA 11.1.105, OpenBLAS 0.3.12, MKL 2020.4.304, ScaLAPACK 2.1.0

@kabicm
Copy link
Collaborator

kabicm commented Dec 5, 2020

Hi @antoscha,

Thanks for reporting this. The test was outdated. It is fixed in commit 3a6b12c.

Cheers!

@kabicm kabicm closed this as completed Dec 5, 2020
@kabicm kabicm reopened this Dec 5, 2020
@kabicm
Copy link
Collaborator

kabicm commented Dec 5, 2020

Can you please confirm that it is also fixed for you?

@antoscha
Copy link
Author

antoscha commented Dec 6, 2020

Yes, it works. Thank you!

@antoscha antoscha closed this as completed Dec 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants