bioinfo-ut / GenomeTester4

A toolkit for performing set operations - union, intersection and complement - on k-mer lists.
GNU General Public License v3.0
32 stars 14 forks source link

Parallel invocations seem to fail #5

Closed hisakatha closed 6 years ago

hisakatha commented 7 years ago

When I invoke glistmaker or glistcompare in parallel (in my case eight processes), they fail and print "Error: Creating the wordmap failed!" Below is a core dump from glistmaker.

Program terminated with signal 11, Segmentation fault.

0 0x0000000000405b35 in scout_map ()

Is this a bug, or are there any limitations to parallel invocation?