Hi everyone,
i have written a subroutine, but i found something very strange.
If i add this code print*,'foundus6',foundus6
to my subroutine, it works fine.
If i didn't add this code , i got this *ERROR* Residual norm is NaN or Inf
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG IEEE_DIVIDE_BY_ZERO IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
It is strange that the print function has influence on the code if it works fine.