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 CommAggregation build error on 1.32 #2900

Merged

Conversation

jeremiah-corrado
Copy link
Contributor

@jeremiah-corrado jeremiah-corrado commented Jan 10, 2024

Add Math.abs to math compatibility modules to fix compilation error.

Chpl 1.31 includes abs in the AutoMath module, but 1.32 does not. This PR adds a mathAbs proc to the math compatibility modules to avoid compilation errors in CommAggregation.

… compilation error w/ chpl 1.32

Signed-off-by: Jeremiah Corrado <[email protected]>
Signed-off-by: Jeremiah Corrado <[email protected]>
@bmcdonald3 bmcdonald3 added this pull request to the merge queue Jan 11, 2024
Merged via the queue into Bears-R-Us:master with commit 33ef89b Jan 11, 2024
12 checks passed
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.

2 participants