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

Closes #2794: Fix distributed makeDistArray call for Chapel 1.30 and 1.31 #2795

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

bmcdonald3
Copy link
Contributor

In the compatability modules for 1.30 and 1.31, one of the makeDistArray calls had a domain(1), which is treated as a default rectangular array, meaning that block arrays cannot be passed to the function. Removing the (1) and getting it back to a generic domain fixes this issue.

Closes #2794

In the compatability modules, one of the `makeDistArray` calls
had a `domain(1)`, which is treated as a default rectangular
array, meaning that block arrays cannot be passed to the function.
Removing the `(1)` and getting it back to a generic domain fixes
this issue.
@stress-tess stress-tess added this pull request to the merge queue Sep 29, 2023
Merged via the queue into Bears-R-Us:master with commit 078a8d7 Sep 29, 2023
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

Successfully merging this pull request may close these issues.

Fix distributed makeDistArray call for Chapel 1.30 and 1.31
3 participants