CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   Fortran computational error (https://www.cfd-online.com/Forums/main/140728-fortran-computational-error.html)

kr63 August 21, 2014 13:11

Fortran computational error
 
Dear all
I am running a fortran code for dns flow over a cylinder.
After some hundred iterations it gives an error
Note: The following floating-point exceptions are signalling: IEEE_DENORMAL
Can some one guide me how to adress it.
Thanks in advance.
KR63

FMDenaro August 21, 2014 13:25

Quote:

Originally Posted by kr63 (Post 507115)
Dear all
I am running a fortran code for dns flow over a cylinder.
After some hundred iterations it gives an error
Note: The following floating-point exceptions are signalling: IEEE_DENORMAL
Can some one guide me how to adress it.
Thanks in advance.
KR63


have you checked the code using before debugging options? such options during the run can provide infos in case of errors. Furthermore, check also the array bound options and run the code without velocity optimizations

kr63 August 21, 2014 15:03

error during execution
 
Thanks FMDenaro
can you elaborate how to run the code without velocity optimizations

FMDenaro August 21, 2014 16:05

check the instructions of your compiler options, generally -O(n), -unroll, etc. are some of the options you should disable in the debugging


All times are GMT -4. The time now is 12:03.