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

gasnet doesn't support network atomics #26297

Merged
merged 1 commit into from
Nov 21, 2024
Merged

gasnet doesn't support network atomics #26297

merged 1 commit into from
Nov 21, 2024

Conversation

jhh67
Copy link
Contributor

@jhh67 jhh67 commented Nov 21, 2024

start_test sets CHPL_NETWORK_ATOMICS=ugni because CHPL_COMM=ugni, but the test is passed "--comm gasnet", causing a mismatch between CHPL_COMM and CHPL_NETWORK_ATOMICS. Also pass the test "--network-atomics none" to prevent this error.

start_test sets CHPL_NETWORK_ATOMICS=ugni because CHPL_COMM=ugni, but the test
is passed "--comm gasnet", causing a mismatch between CHPL_COMM and
CHPL_NETWORK_ATOMICS. Also pass the test "--network-atomics none" to prevent
this error.

Signed-off-by: John H. Hartman <[email protected]>
@jhh67 jhh67 merged commit fbc11ce into chapel-lang:main Nov 21, 2024
7 checks passed
@jhh67 jhh67 deleted the gasnet branch November 21, 2024 22:26
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