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

Fix tryCreateArray call in 1.32 compat module #2759

Closed
bmcdonald3 opened this issue Sep 8, 2023 · 0 comments · Fixed by #2760
Closed

Fix tryCreateArray call in 1.32 compat module #2759

bmcdonald3 opened this issue Sep 8, 2023 · 0 comments · Fixed by #2760
Assignees

Comments

@bmcdonald3
Copy link
Contributor

bmcdonald3 commented Sep 8, 2023

While implementing a performance improvement for the new createSymEntry functions, I was working off a development branch of Chapel, not off of Chapel main, which resulted in code that does not compile with Chapel main today. This PR fixes that issue.

Also, when running with releases prior to 1.32 when running in distributed environments, Arkouda will not correctly construct a block distributed array from a default rectangular when constructing a symbol table entry.

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 a pull request may close this issue.

1 participant