Hi,
I would like to detect high values in my program like 1e30. (real*4 or real*8)
With -fpe0 compiler option, the limit to detect overflows are 1e39 (real*4) and 1e69(real*8). Is it possible to configure this limit in order to decrease it ?
Best Regrds
Thierry