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'
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'