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

It should be possible to allocate parrays before a device manager exists. #133

Open
wlruys opened this issue Sep 1, 2023 · 0 comments
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@wlruys
Copy link
Contributor

wlruys commented Sep 1, 2023

Issue in title.

In the current code base PArrays can only be created once inside a with Parla() region because they rely on the size of the device manager. For general programmability, PArrays should be able to be declared with a lifetime greater than the parallel Parla region.

I think the last time I looked into this, the Task Dataflow object would need to be refactored.

@wlruys wlruys added bug Something isn't working enhancement New feature or request labels Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant