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

Add function to retrieve server's maximum supported pdarray rank #3521

Merged

Conversation

jeremiah-corrado
Copy link
Contributor

Adds a function client.get_max_array_rank to return the maximum array rank that the server was compiled to support.

resolves: #3383

@jeremiah-corrado jeremiah-corrado requested a review from ajpotts July 18, 2024 20:59
Signed-off-by: Jeremiah Corrado <[email protected]>
Copy link
Member

@stress-tess stress-tess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

src/ServerConfig.chpl Show resolved Hide resolved
@stress-tess stress-tess added this pull request to the merge queue Jul 22, 2024
Merged via the queue into Bears-R-Us:master with commit c8f8d69 Jul 22, 2024
16 checks passed
@jeremiah-corrado jeremiah-corrado deleted the include-maxarraydims-in-config branch July 22, 2024 15:41
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.

function to return compiled array dimensions.
2 participants