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

Make the Runge-Kutta solver compatible with MPI #53

Closed
martijnende opened this issue Jul 14, 2020 · 0 comments · Fixed by #56
Closed

Make the Runge-Kutta solver compatible with MPI #53

martijnende opened this issue Jul 14, 2020 · 0 comments · Fixed by #56
Assignees
Labels

Comments

@martijnende
Copy link
Collaborator

Currently, the Runge-Kutta (RK) solver does not synchronise the error estimates or time steps across processors, which is required for parallel (MPI) simulations. ode_rk.f90 needs to be modified to include an MPI gather at the end of each error estimation step.

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

Successfully merging a pull request may close this issue.

2 participants