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
The intrinsic module ieee_arithmetic is not supported. Compiling this module:
module tem_isNaN_module use, intrinsic :: ieee_arithmetic, only: ieee_is_nan end module tem_isNaN_module
results in the following message: "mwe.f90:tem_isnan_module", line 2: failed to import module 'ieee_arithmetic'
"mwe.f90:tem_isnan_module", line 2: failed to import module 'ieee_arithmetic'
The text was updated successfully, but these errors were encountered:
@haraldkl The IEEE intrinsic modules are defined in this PR #11. You can merge it in your current master to have them.
Sorry, something went wrong.
Thanks! I'll give it a try.
No branches or pull requests
The intrinsic module ieee_arithmetic is not supported.
Compiling this module:
results in the following message:
"mwe.f90:tem_isnan_module", line 2: failed to import module 'ieee_arithmetic'
The text was updated successfully, but these errors were encountered: