seer icon indicating copy to clipboard operation
seer copied to clipboard

Threading issues with map_back

Open philipkremer opened this issue 10 years ago • 2 comments

Hi,

I've encountered an error with map_back with respect to threading. The error files reads:

map_back: tpp.c:63: __pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= __sched_fifo_min_prio && new_prio <= __sched_fifo_max_prio)' failed. /tmp/1447922559.2134646: line 8: 32413 Aborted /nfs/users/nfs_j/jl11/software/bin/map_back -k seer_sign_kmer_neis_mort.filtered.txt -r mds_list.txt --threads 4

Thanks,

Philip

philipkremer avatar Nov 20 '15 11:11 philipkremer

This is a probably an issue with the mutex on stdout used with multiple threads. See http://stackoverflow.com/questions/21825291/threading-issues

An improvement would be to thread each significant_kmer rather than each fasta

johnlees avatar Nov 20 '15 11:11 johnlees

map_back mostly redundant with phandango output

johnlees avatar Feb 25 '16 13:02 johnlees