Dynamically Display Load Balancing in a Parallel Computation
Shared variables synchronize their values between the master kernel and all the parallel subkernels. This is a convenient way to store a result or to report back progress on a computation. Using the shared variable in a Dynamic allows progress to be monitored as the computation runs.