Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threading issues with map_back #15

Open
philipkremer opened this issue Nov 20, 2015 · 2 comments
Open

Threading issues with map_back #15

philipkremer opened this issue Nov 20, 2015 · 2 comments
Assignees

Comments

@philipkremer
Copy link

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

@johnlees johnlees added the bug label Nov 20, 2015
@johnlees johnlees self-assigned this Nov 20, 2015
@johnlees
Copy link
Owner

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
Copy link
Owner

map_back mostly redundant with phandango output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants