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

change box_rearrange_create() and compute_counts() to support async #981

Closed
edhartnett opened this issue Apr 10, 2017 · 0 comments
Closed
Assignees

Comments

@edhartnett
Copy link
Collaborator

edhartnett commented Apr 10, 2017

Some changes are needed to box_rearrange_create() to support async.

There are 3 pio_swapm() calls, and they all take place on the union_comm, but the arrays that are used are only allocated to size num_comptasks. This is correct for non-async, but incorrect for async.

box_rearrange_create() calls compute_counts(), which also needs changes in support of async. There are two pio_swapm() calls which are called on the union_comm.

This is part of #89.

@edhartnett edhartnett self-assigned this Apr 10, 2017
@edhartnett edhartnett changed the title change box_rearrange_create() to support async change box_rearrange_create() and compute_counts() to support async Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant