FastTreeMP on multicore system
Hi There,
I am trying to run FastTreeMP on multicore system (32 processors). The command is FastTreeMP -nt -gtr -boot 1 -gamma < input.fa > output.phy. The program is using only one core.
Could someone please explain why is it happening?
Thanks.
• 4,693 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Is this on a standalone machine or a legit SMP cluster?
Hi @genomax2. This is standalone server.
I am not familiar with FastTreeMP but if the MP stands for real parallel processing then you would need a parallel execution environment installed on your machine (like OpenMP or so it appears from FastTreeMP site).
Thanks. I will check that.
What is the output from:
It should display something like
Same as you have mentioned
Huh, then it appears to be configured correctly. Are you sure it's only using one core throughout? There may be certain portions of the tree building that only use a single core