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

Any plans for multi-threading support in trimAl ? #21

Open
tseemann opened this issue Apr 4, 2015 · 2 comments
Open

Any plans for multi-threading support in trimAl ? #21

tseemann opened this issue Apr 4, 2015 · 2 comments
Assignees

Comments

@tseemann
Copy link

tseemann commented Apr 4, 2015

Are there any plans to support multi-threading?

I understand it is not trivial to implement, but OpenMP pragmas could make it easy to parallelize parts of the code that loop over columns because they are independent operations?

I work on DNA alignments with 5,000,000 columns and 100s of rows, and most operations are surprisingly slow.

@scapella scapella self-assigned this Apr 5, 2015
@scapella
Copy link
Collaborator

scapella commented Apr 5, 2015

So far I haven't plan anything in this direction. However, I'm open to collaborate with you implementing this functionality.

@cahuparo
Copy link

Do you have any progress on multi-threading?

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

3 participants