Page ThesisMCRazerParallelOptions

Option Details and Options Pro Contra TBB?Sorted ascending
       
RazerS-Piktogram-Parallel-by-Genome-sm.png Filter and verifiere copy per genome   needs a lot of memory  
RazerS-Piktogram-Parallel-by-Genome-sm.png     prob. not cache local as it needs to switch between genomes  
RazerS-Piktogram-Parallel-by-Reads-sm.png coupled filter-verifier-pairs no spin lock for verifier    
RazerS-Piktogram-Parallel-by-Reads-sm.png each pair over a subset of the reads filter is parallel    
RazerS-Piktogram-Parallel-by-Reads-sm.png a) pairs operate independent from each other no regulation necessary one might run away (cache)  
RazerS-Piktogram-Parallel-by-Reads-sm.png b) pairs operate in the same window little regulation, simple find() waiting times  
RazerS-Piktogram-Parallel-by-Reads-sm.png c) Distance between pairs is restricted   waiting times, regulation for more than two pairs get complex  
RazerS-Piktogram-Parallel-by-Reads-sm.png distance between filter and verifier fixed ?      
RazerS-Piktogram-Parallel-Hybrid-sm.png One filter over all reads, verification parallelized   spin locks for verifier necessary, probably bad use of capacity in repeats  
RazerS-Piktogram-Parallel-Hybrid-sm.png a) windows simple find() filters are not parallel (problem with high number of cores)  
RazerS-Piktogram-Parallel-Hybrid-sm.png c) distance between filter and verifier   complex find()  
Parallelize by Genome
Parallelize by Reads
Pipeline
RazerS-Piktogram-Parallel-Hybrid-sm.png b) tokens   complex find() TBB
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback