You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: