-
Notifications
You must be signed in to change notification settings - Fork 34
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
Runtime failure in DIST_SPEC_CONTROL #95
Comments
Hi @DJDavies2 - thanks for bringing this to our attention. Do you know which line the failure occurs on? Is it a segfault? Also the link you provided seems to be to a private repository. |
The line number I think is the call itself to DIST_SPEC_CONTROL from DIST_SPEC; write statements seem to indicate that the code gets as far as the call in DIST_SPEC but doesn't start DIST_SPEC_CONTROL. I can do more checks though. Sorry, yes the repo linked to is private, I have no control over that. |
Okay, let us know if you find out anything more. I guess there's nothing we can do on our side until we have a reproducer. |
Can this issue be closed now @wdeconinck @DJDavies2? |
Yes, thanks. |
I have a program which is failing without any sort of error message. Looking through a core dump it appears to be failing in the call to DIST_SPEC_CONTROL, and this is confirmed by adding write statements. I know this isn't much to go on, it will be hard for me to produce something to reproduce the problem.
The compiler is gnu 12 on a Cray. It is related to https://github.com/JCSDA-internal/saber/issues/821.
The text was updated successfully, but these errors were encountered: