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

No MPI Single Process Support #71

Open
ncollier opened this issue Oct 8, 2024 · 0 comments
Open

No MPI Single Process Support #71

ncollier opened this issue Oct 8, 2024 · 0 comments

Comments

@ncollier
Copy link
Member

ncollier commented Oct 8, 2024

Single process support may be possible with proxy MPI import -

import repast4py_mpi_proxy as mpi4py

where the proxy doesn't do anything but provides enough so a single process model runs without mpi.

C++ side will be harder but may be possible through conditional includes and some proxy C++ code.

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

1 participant