Closed th-reb closed 4 years ago
Converted the example dataset. Example runs fast (~1 second) on Rayleigh waves and single CPU. Love inversion still fail for some reason.
MPI not working.
@keurfonluu If you have time to look, what would be your advice for the MPI parallelization?
Nice! Thanks for the PR.
For MPI, there shouldn't be too much to do since it is mostly handled by stochopy
. The Python script should just prepare the communication and tells stochopy
to run with MPI (as it is already done in the sample script). What isn't working?
Nice! Thanks for the PR.
For MPI, there shouldn't be too much to do since it is mostly handled by
stochopy
. The Python script should just prepare the communication and tellsstochopy
to run with MPI (as it is already done in the sample script). What isn't working?
Indeed, it's working, thanks. I was doing a wrong mpiexec call...
"Working" example added in 2915fbb. However, it is somewhat unstable for some reason. It can stuck randomly on a run in case of inadequate initialization. In this case, relaunching the script works fine.
Stille some work to do to fix this behaviour and the Love inversion, but I think it should be done in a new PR.
ISSUE: Love wave inversion fails without notice.