Explorations of non-traditional approaches to building/deploying parallel
and distributed programming solutions to problems. An example of this is
Time Warp cloning develoepd by M. Hybinette. What I hope is interesting about
cloning is the opportunity to take simulation models that are run with
multiple initial seeds and fold them into one large parallel simulation.
What could be important about this would be to build the simulation so that
the unchanging state of the multiple simulation runs is computed only once
and shared by the parallel codes. Depending on how much of the state is
unchanged between the multiple runs, substantial speedups may be possible.
Ultimately we would like to depart from the traditional methods of building
parallel programs (parallelizing sequential solutions) and explore the
pursuit of parallelization solutions from other perspectives.