Charm++: Parallel Objects

CS 641 Lecture, Dr. Lawlor

Charm++ is a little parallel library for C++, where a small translator generates "proxy" objects that let you call methods on objects living on distant CPUs.  These "parallel objects" make it a lot easier to get:
There's a pretty good tutorial here.