-
-
Notifications
You must be signed in to change notification settings - Fork 55
Defect: Invalid RMA address range accessing coarray element with allocatable component on remote image #774
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
Comments
vehre
added a commit
that referenced
this issue
Dec 20, 2024
This is the first step of fixing #774. As long as programs only use get from a remote image they already should work fine with a most recent gfortran compiler.
Note: Above patch needs a gfortran patched with https://gcc.gnu.org/pipermail/fortran/2024-December/061439.html |
vehre
added a commit
that referenced
this issue
Feb 21, 2025
This is the first step of fixing #774. As long as programs only use get from a remote image they already should work fine with a most recent gfortran compiler.
vehre
added a commit
that referenced
this issue
Feb 24, 2025
This is the first step of fixing #774. As long as programs only use get from a remote image they already should work fine with a most recent gfortran compiler.
4 tasks
Oh, I see. In the PR #794 I errorneously referenced this issue. I'll fix that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
System information including:
uname -a
:Linux stray 6.0.11-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 02 Dec 2022 17:25:31 +0000 x86_64 GNU/Linux
To help us debug your issue please explain:
What you were trying to do (and why)
Use derived type with allocatable component in coarray, Example
What happened (include command output, screenshots, logs, etc.)
with a more complex example (specifically the FEATS quadratic_solver example which can be found here in the examples folder) the error message is
What you expected to happen
The above example should print "Hello, World! from image: 1" for each image.
Step-by-step reproduction instructions to reproduce the error/bug
Simply compile the provided example as shown above. This was originally reported as follow up in #739, but was worthy of its own issue.
The text was updated successfully, but these errors were encountered: