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 compilation #26

Open
gribeill opened this issue Jul 18, 2017 · 5 comments
Open

Parallel compilation #26

gribeill opened this issue Jul 18, 2017 · 5 comments
Assignees

Comments

@gribeill
Copy link
Contributor

Work out a strategy for parallel compilation of sequence lists.

@dieris
Copy link
Collaborator

dieris commented Jul 18, 2017

Check out this notebook, based on the parallel 1-q compilation by @matthewware

@gribeill
Copy link
Contributor Author

I meant actual parallelism in the compiler, not just when compiling multiple files... I think this is doable, but it's major surgery so nothing urgent...

@matthewware
Copy link
Collaborator

The one option I can think of without major surgery is a total hack. Namely just split the sequences into N chucks on the front end, compile with N threads and manually stitch the compiled sequences .h5 file back together on the back end. I have faith we can engineer a more elegant solution.

@matthewware
Copy link
Collaborator

At any rate, it's a stretch goal for down the road as sequences get more complicated.

@dieris
Copy link
Collaborator

dieris commented Jul 18, 2017

Oh, now I see what you mean. I guess I stopped reading at the title 🙈

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

No branches or pull requests

3 participants