Floating Point exception arises in different CS version
Posted: Wed Aug 31, 2016 6:22 pm
Hello,
I have a case which runs perfectly fine on my computer in CS v_4.0 but when I attempt to run the same code on a cluster which has CS v_4.0.5 installed I get the floating point error described in listing:
so something is going wrong when specifying the boundary conditions that is particular to this code_saturne version?
I have attached the listing and all the source files in the zipped directory.
I have a case which runs perfectly fine on my computer in CS v_4.0 but when I attempt to run the same code on a cluster which has CS v_4.0.5 installed I get the floating point error described in listing:
Code: Select all
SIGFPE signal (floating point exception) intercepted!
Call stack:
1: 0x40467a <cs_user_boundary_conditions_+0x5c6> (cs_solver)
2: 0x7f21b1017656 <tridim_+0x34b6> (libsaturne.so.0)
3: 0x7f21b0ef61c1 <caltri_+0x2b41> (libsaturne.so.0)
4: 0x7f21b0ed8025 <cs_run+0x3e5> (libsaturne.so.0)
5: 0x7f21b0ed8165 <main+0x115> (libsaturne.so.0)
6: 0x7f21af1bbd5d <__libc_start_main+0xfd> (libc.so.6)
7: 0x403789 <> (cs_solver)
End of stack
I have attached the listing and all the source files in the zipped directory.