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

Found Bug: Passing false request_array address #1

Open
onewayforever opened this issue Sep 16, 2020 · 0 comments
Open

Found Bug: Passing false request_array address #1

onewayforever opened this issue Sep 16, 2020 · 0 comments

Comments

@onewayforever
Copy link
Contributor

191 if (!flag_sends) {
192 MPI_Testall((k+1)/2, &request_array[(k+1)/2-1], &flag_sends, &status_array[(k+1)/2-1]);
193 if (flag_sends) { TIME_END_SEND; }
194 }

should be
192 MPI_Testall((k+1)/2, &request_array[(k+1)/2], &flag_sends, &status_array[(k+1)/2]);

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

1 participant