-
Notifications
You must be signed in to change notification settings - Fork 0
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
nvhpc 23/7 atan function error #16
Comments
@jedwards4b that looks like it should be |
Ahh, Fortran 2008 overloads the Maybe some F08 flags are needed, hmm.. |
Hmm, I think ... and many features of Fortran 2008... FWIW, I can replicate here:
|
@benkirk thanks for researching - I will ask the developers if they can just use atan2 instead since it sounds like that should work. |
forces%omega_w2x(i,j) = atan(tauy_at_h(i,j), taux_at_h(i,j))
atan should be an intrinsic and not generate an error.
The text was updated successfully, but these errors were encountered: