SPECFEM / specfem2d

SPECFEM2D simulates forward and adjoint seismic wave propagation in two-dimensional acoustic, (an)elastic, poroelastic or coupled acoustic-(an)elastic-poroelastic media, with Convolution PML absorbing conditions.
GNU General Public License v3.0
204 stars 147 forks source link

there is a bug in the MPI version of the PML routines #661

Closed komatits closed 7 years ago

komatits commented 7 years ago

EXAMPLES/BENCHIE_water_PVC (which people can run using "run_this_example.sh") does not give the same result when it is run on one processor (serial mode) or on 4 processors (MPI mode), its PMLs blow up quickly when MPI is on, while they do not when PML is off. Thus there is a bug somewhere in the MPI version of the PML routines. @xiezhinan @vmont @bottero @pcristini

komatits commented 7 years ago

Fixed. The bug was https://github.com/geodynamics/specfem2d/pull/660