gatk-3.8/public/java/test/org/broadinstitute/sting/utils/nanoScheduler
Mark DePristo 1ca13f9581 Fundamentally better model for the NanoScheduler
-- Now each map job reads a value, performs map, and does as much reducing as possible.  This ensures that we scale performance with the nct value, so -nct 2 should result in 2x performance, -nct 3 3x, etc.  All of this is accomplished using exactly NCT% of the CPU of the machine.
-- Has the additional value of actually simplifying the code
-- Resolves a long-standing annoyance with the nano scheduler.
2012-12-19 09:31:31 -05:00
..
InputProducerUnitTest.java Fundamentally better model for the NanoScheduler 2012-12-19 09:31:31 -05:00
NanoSchedulerIntegrationTest.java Fix some of the broken integration tests 2012-10-26 11:23:44 -04:00
NanoSchedulerUnitTest.java Major performance improvement to the GATK engine 2012-12-05 14:49:22 -05:00
ReducerUnitTest.java Major performance improvement to the GATK engine 2012-12-05 14:49:22 -05:00