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

Minimize the life cycle of MPI Comm and PFFT Plans, ProceMesh, etc. #29

Open
rainwoodman opened this issue Dec 18, 2017 · 0 comments
Open

Comments

@rainwoodman
Copy link
Owner

The current life cycle is tied to the ParticleMesh object, causing issues with Python GC and running out of communicators.

Assuming plans are fast (since we do estimated plans) to generate, and mpi comms are fast to spawn we shall be able to minimize their life span to r2c and c2r.

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