amkozlov / raxml-ng

RAxML Next Generation: faster, easier-to-use and more flexible
GNU Affero General Public License v3.0
379 stars 64 forks source link

Error when compiling raxml-ng with a lot of threads #77

Closed BenoitMorel closed 4 years ago

BenoitMorel commented 4 years ago

When I build raxml-ng on phobos with make -j 40, make tries to build raxml-ng executable before libterraces.a is generated, and fails. This is very minor, since a second round of make (or disabling libterraces) solves the issue, but it would be super to fix this :-)