-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
feature/proposala new feature or an idea ofa new feature or an idea ofquestiona user question how to do certain thingsa user question how to do certain things
Description
Is it possible for seqan3-based programs to use only one CPU? I tried setting seqan3::contrib::bgzf_thread_count to 1, but the BAM-reading program still uses 200% CPU according to GNU time: one main thread and one for seqan3's decompression. Looking at the code, setting seqan3::contrib::bgzf_thread_count to 0 would not be supported, correct?
I'm trying to make a CLI like that of samtools: using one CPU by default, with an option to specify additional CPUs. Is there a way to do that? Thanks!
@eseiler
Metadata
Metadata
Assignees
Labels
feature/proposala new feature or an idea ofa new feature or an idea ofquestiona user question how to do certain thingsa user question how to do certain things