-
Beta Was this translation helpful? Give feedback.
Answered by
jk262626
Oct 23, 2024
Replies: 1 comment 2 replies
-
Dear Jiyoung, Thanks for reporting this. This is likely due to your use of gcc13. Please see the solution given here: #155 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you Nakib!
I resolved problem following your comments.
I have been using Spack to install Opencoarrays.
I used this command (
spack install opencoarrays
) before and it didn't work because default gcc for spack was 13.2.0 version.This time I changed the command to
spack install [email protected] ^mpich %[email protected]
to specify gcc version to be used for opencoarrays and the issue was resolved.