-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise default threads for BAM parsing 8->32, BLAS 8->16
It was originally capped at 8 under the belief that reading 8 BAM files in parallel would saturate the disk, so there would be no benefit of going higher. However, my laptop can read at 4 GB/s, and decompress BAM files perhaps 40 times slower, so it's CPU bottlenecked even with 32 threads. This change is significant, because users have reported slow BAM file parsing. However, it will potentially quadruple the memory usage of the BAM parsing step. Will be benchmarked before merging. The BLAS change is simply because I think 8 CPUs is too conservative.
- Loading branch information
1 parent
f37b5fd
commit 60c22a9
Showing
6 changed files
with
27 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters