We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
map_back mostly redundant with phandango output
johnlees
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: