-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Coarray ICAR mini-app generates runtime error in caf_send_by_ref #552
Comments
@rouson how big are the files? You can probably upload them here (just drag them into the comment windows) |
@rouson <https://github.com/rouson> how big are the files? You can probably upload them here (just drag them into the comment windows)
They are >300 MB in total
|
Well maybe not then, unless there are a bunch of them? I'm not sure what the GH upload limit is, but it might not be an issue, especially if there are a few of them. |
I think you can access them here: ftp://ftp.rap.ucar.edu/pub/gutmann/coarray_icar_inputs/ though I've had issues with this ftp site and outside access. They are also accessible here : ftp://ftp.rap.ucar.edu/incoming/irap/gutmann/coarray_icar_inputs, though that ftp site will get scrubbed in about a week. |
Thanks for the FTP links. It turns out the files size limit for GH issue comment uploads is 10MB. |
Defect/Bug Report
gfortran 8.1.0
(patched)gcc 8.1.0
install.sh
uname -a
:Linux sourcery-institute-vm 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:15:38 UTC 2018 i686 i686 i686 GNU/Linux
Observed Behavior
caf_send_by_ref
prints a runtime error messageExpected Behavior
Program runs without error with GCC 6.4.0
Steps to Reproduce
Reproducing this result takes only seconds with the if the referenced
*.dat
files are in the present working directory when the run is launched. These can be provided upon request. Alternatively, the program will generate them if they don't exist. Generating them could take roughly 20-30 minutes the first time. They will then be detected and used in subsequent runs. I'm hoping @gutmann or @scrasmussen will report whether GCC 9 fixes this issue. If not, please add a comment in this issue with a short reproducer.The text was updated successfully, but these errors were encountered: