medvedevgroup / TwoPaCo

A fast constructor of the compressed de Bruijn graph from many genomes
Other
39 stars 10 forks source link

Undefined symbol #19

Closed dwightkuo closed 5 years ago

dwightkuo commented 5 years ago

/sc1/apps/pets/SibeliaZ/bin/twopaco: symbol lookup error: /sc1/apps/pets/SibeliaZ/bin/twopaco: undefined symbol: _ZN3tbb8internal24concurrent_queue_base_v818internal_push_moveEPKv

iminkin commented 5 years ago

Looks like an issue with TBB. Could you check the installation?

dwightkuo commented 5 years ago

I didn't see any issues during installation other than this issue: Linking twopaco to TBB fails #13

It was fixed by following the suggestion in the issue