You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
This is my first time using specfem3d and I get the following error when running it:
Program received signal SIGFPE: Floating-point exception - erroneous arithmetic operation.
Backtrace for this error:
#0 0x7fa494747f0f in ??? #1 0x43a2a8 in compute_forces_viscoelastic_
at src/specfem3D/compute_forces_viscoelastic.F90:682 #2 0x4280a9 in compute_forces_viscoelastic_calling_
at src/specfem3D/compute_forces_viscoelastic_calling_routine.F90:125 #3 0x4c676e in iterate_time_
at src/specfem3D/iterate_time.F90:279 #4 0x403473 in xspecfem3d
at src/specfem3D/specfem3D.F90:414 #5 0x403473 in main
at src/specfem3D/specfem3D.F90:365
What is the cause of this error? Is it a mesh problem or a source problem? What should I do to solve this error?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello.
This is my first time using specfem3d and I get the following error when running it:
Program received signal SIGFPE: Floating-point exception - erroneous arithmetic operation.
Backtrace for this error:
#0 0x7fa494747f0f in ???
#1 0x43a2a8 in compute_forces_viscoelastic_
at src/specfem3D/compute_forces_viscoelastic.F90:682
#2 0x4280a9 in compute_forces_viscoelastic_calling_
at src/specfem3D/compute_forces_viscoelastic_calling_routine.F90:125
#3 0x4c676e in iterate_time_
at src/specfem3D/iterate_time.F90:279
#4 0x403473 in xspecfem3d
at src/specfem3D/specfem3D.F90:414
#5 0x403473 in main
at src/specfem3D/specfem3D.F90:365
What is the cause of this error? Is it a mesh problem or a source problem? What should I do to solve this error?
Thanks!
The text was updated successfully, but these errors were encountered: