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

Parallel simulations #82

Open
mkanski opened this issue Nov 25, 2022 · 1 comment
Open

Parallel simulations #82

mkanski opened this issue Nov 25, 2022 · 1 comment

Comments

@mkanski
Copy link

mkanski commented Nov 25, 2022

i.e. simulations using more than one thread.

@andeplane
Copy link
Owner

I've been wanting to do this. There are two main directions to do it:

  1. add OpenMP support to Emscripten (this is an open issue)
  2. implement MPI using threads. I have spent a few hours on it in this repo

Both are probably somewhat difficult. I am aiming on 2. Maybe @dragly might find this interesting too!

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

No branches or pull requests

2 participants