This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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.

fasttree phylogeny

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:

$ ./FastTreeMP -help

It should display something like

FastTree 2.1.9 SSE3, OpenMP (24 threads):

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

0 answers

No answers yet.

Log in to answer this question.