I am trying to determine how effective partitioning is at parallelizing my
tasks. So far I suspect it that all work is done in one task. My plan is to
create a number of accumulators - one for each task and have functions
increment the accumulator for the appropriate task (or slave) the values
could then tell me how balanced the computation is but I am not sure how to
access information about the slave. Any bright ideas?

Reply via email to