******************** SHARED-OBJECT PROGRAMMING ************************ Name: DOME (Distributed Object Migration Environment) From: Carnegie Mellon University and Pittsburg Supercomputer Ctr. Works w/on: PVM Languages: C++ Avail at: ? Contact: adam@cs.cmu.edu Desc.: Allows a single object to be distributed over heterogeneous computers. The objects provides ease of programming, distribution, communication, dynamic load balancing, and checkpoint/restart. Support the SPMD programming model. Name: DoPVM (Distributed Object Parallel Virtual Machine) From: Emery University Works w/on: PVM Languages: C++ Avail at: emory.mathcs.emory.edu:pub/dopvm Contact: vss@mathcs.emory.edu Desc.: A class library that permits objects to be shared across distributed components of applications, and that provides several mechanisms for assisting con- current scheduling and partitioning. The system is layered on to of PVM.