rrwick / Unicycler

hybrid assembly pipeline for bacterial genomes
GNU General Public License v3.0
535 stars 132 forks source link

Threads usage warnings #329

Open tamascogustavo opened 7 months ago

tamascogustavo commented 7 months ago

I'm currently working with Unicycler and encountering the following warning:

Warning: You have specified a significantly higher number of threads than this machine appears to have! Was this intentional?

I've already verified the number of threads on my machine using the formula: CPU CORES per SOCKET SOCKETS. However, it appears that Unicycler is only taking into account the number of CPUs in the machine.

Could someone kindly provide an explanation for this situation?

Best regards!