Author: Isaac Dooley

A simple benchmarking example for use with load balancing schemes. The program uses a 2-d array of chares, each communicating with its 4 neighbors. The program mimics the load pattern of the code named Fractography3-d.


Beginning: 

CCCCCCCCCCCC        Legend: C fixed constant amount of work
CCCCCCCCCCCC                L large amount of work
CCCCCCCCCCCC
CCCCCCCCCCCC
CCCCCCCCCCCC
CCCCCCCCCCCC
CCCCCCCCCCCC
CCCCCCCCCCCC

Middle:
CCCCCCCCCCCC
CCCCCCCCCCCC
CCCCCCCCCCCC
LLLLLLCCCCCC
LLLLLLCCCCCC
CCCCCCCCCCCC
CCCCCCCCCCCC
CCCCCCCCCCCC


End
CCCCCCCCCCCC
CCCCCCCCCCCC
CCCCCCCCCCCC
LLLLLLLLLLLL
LLLLLLLLLLLL
CCCCCCCCCCCC
CCCCCCCCCCCC
CCCCCCCCCCCC

