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

GETRF checking fails when multiple threads threads are bind to the same core. #18

Open
abouteiller opened this issue Apr 13, 2020 · 0 comments
Labels
bug Something isn't working high priority This is an important feature

Comments

@abouteiller
Copy link
Contributor

Original report by Nuria Losada (Bitbucket: nuriallv, GitHub: nuriallv).


The result checking fails on GETRF when multiple threads threads are bind to the same core.
Setting info[2] = 1 on the body of getrf at zgetrf.jdf seems to fix it.

Small reproducer (running on saturn, nodes c0*) using the dplasma/tests

mpirun -np 1 ./testing_dgetrf -c 4 -N 20 -t 2 -x -- --parsec_bind file:binding_onecore
$ cat binding_onecore 
0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority This is an important feature
Projects
None yet
Development

No branches or pull requests

1 participant