We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This line
fjac = prev_fjac + & matmul((delf-matmul(prev_fjac,delx)),& transpose(delx))/delxmag2
will segfault on intel for a large problem (e.g., n=1406, m=1200).
n=1406, m=1200
What can we do about it?
The text was updated successfully, but these errors were encountered:
see this discussion: https://fortran-lang.discourse.group/t/automatic-arrays-and-intrinsic-array-operations-to-use-or-not-to-use/4070
Sorry, something went wrong.
No branches or pull requests
This line
will segfault on intel for a large problem (e.g.,
n=1406, m=1200
).What can we do about it?
The text was updated successfully, but these errors were encountered: