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

concurrent simplify? #56

Open
ashander opened this issue Nov 16, 2017 · 3 comments
Open

concurrent simplify? #56

ashander opened this issue Nov 16, 2017 · 3 comments

Comments

@ashander
Copy link
Owner

in principle the simplify step can be done on a separate thread

@ashander
Copy link
Owner Author

concern: seems a bit tricky to potentially avoid race conditions without expanding memory use.

@ashander ashander reopened this Nov 16, 2017
@ashander
Copy link
Owner Author

@molpopgen commented

In my case, I have 1,000 generations of table stored up on the C++ side, which makes it easy for me to swap them into a new container that msprime will act on.

indicating we can probably do this easily after all code is using append columns (#41). seems like there is still a copy, but maybe nbd

@molpopgen
Copy link

indicating we can probably do this easily after all code is using append columns (#41). seems like there is still a copy, but maybe nbd

Yes, in the case of using MPI, there is a copy via pickling moving to/from different Python processes.

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