Hello, developers!
For the same case, using cylindrical particles with m=2 and n=4 can successfully calculate, but using m=2 and n=6 for a period of time will result in the following error, and I have turned off the detection of floating-point anomalies. Thank you!
Let me check. Disabling FPE here should prevent the system error. But this is a new feature and perhaps it does not work correctly. I will follow up on this.
Thank you for your reply! @cgw
I closed the floating-point exception according to the above operation, but still reported an error. May I ask how to properly close the floating-point exception. Thank you!
I notice a few interesting things running your case n6
First of all, the controls for “Floating point exception traps” do not seem to work correctly. I am seeing FPE backtraces even with these boxes un-checked. As I said above, this is a new feature and hasn’t had much testing, I will work on it for the next release.
Second - I am getting a different error than the one you reported, but only when I run in SMP mode. In SMP mode, shortly after starting the run I see:
Program received signal SIGFPE: Floating-point exception - erroneous arithmetic operation.
Backtrace for this error:
#0 calc_collision_wall_MOD_calc_dem_force_with_wall_stl._omp_fn.0
at des/calc_collision_wall_mod.f:398
#1 calc_collision_wall_MOD_calc_dem_force_with_wall_stl._omp_fn.0
at des/calc_collision_wall_mod.f:411
#2 GOMP_parallel
at ../../../libgomp/parallel.c:178
#3 calc_collision_wall_MOD_calc_dem_force_with_wall_stl
at des/calc_collision_wall_mod.f:138
#4 sq_calc_force_mod_MOD_calc_force_superdem
at des/sq_calc_force_superdem.f:131
When you got the xpow exception reported above - were you running SMP, DMP or serial? How many processes/threads? And how long did you have to wait until you saw the exception?
Thanks for the bug reports, we will get this sorted out!
Hello!@ cgw
I also want to ask you a question. I wrote the code for outputting kinetic energy in vtp_mod.f file, but I need to save trans_e in an array instead of a scalar. Can you teach me how to write the code? Thank you very much for your help. FB_SQP_1.zip (30.4 MB)