Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add viscoacoustic PML and non-PML loads to src/meshfem2D/compute_elements_load_par.f90 #809

Open
komatits opened this issue Jul 24, 2017 · 1 comment

Comments

@komatits
Copy link
Contributor

VISCOELASTIC_LOAD and VISCOELASTIC_LOAD_PML are currently implemented, but VISCOACOUSTIC_LOAD and VISCOACOUSTIC_LOAD_PML are not.

This means that viscoacoustic elements (with or without PML) are currently much slower than they could in the case of MPI runs because they currently use the non-dissipative cost (weight) in domain decomposition with SCOTCH.

Serial runs (no MPI) are not affected.

Dimitri.

@komatits
Copy link
Contributor Author

komatits commented Jan 9, 2018

See also SPECFEM/specfem3d#18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant