Entering edit mode
8.0 years ago
bluebug
▴
10
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.
Is this on a standalone machine or a legit SMP cluster?
Hi @genomax2. This is standalone server.
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
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.