We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wait or test elements in an array but with a mask (status) to specify whether the element is excluded from the wait set
status
size_t shmem_wait_until_some(TYPE *ivars, size_t nelems, size_t *indices, const int *status, int cmp, TYPE cmp_value); shmem_wait_until_any_vector shmem_wait_until_some_vector shmem_test_all_vector shmem_test_any_vector shmem_test_some_vector
Starting point
MPI_Accumulate
ivars
TODO
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Wait or test elements in an array but with a mask (
status
) to specify whether the element is excluded from the wait setStarting point
MPI_Accumulate
to get value of all elements inivars
as it is always a contig buffer.TODO
The text was updated successfully, but these errors were encountered: