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
Example program Lanczos.f90 causes exception Warning: Floating divide by zero occurred in call to
Lanczos.f90
Warning: Floating divide by zero occurred
call dgesvd( JOBU, JOBVT, n, m, w%Jcopy, n, w%S, w%S, 1, w%S, 1, &
See https://github.com/talassio/RALFit/blob/38b3dc820570ae7b66294229dd7182a3782a513d/libRALFit/src/ral_nlls_internal.f90#L3456
Note: Compiler flag -ieee=stop will break example.
-ieee=stop
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example program
Lanczos.f90
causes exceptionWarning: Floating divide by zero occurred
incall to
See
https://github.com/talassio/RALFit/blob/38b3dc820570ae7b66294229dd7182a3782a513d/libRALFit/src/ral_nlls_internal.f90#L3456
Note: Compiler flag
-ieee=stop
will break example.The text was updated successfully, but these errors were encountered: