Distributed Sage is a framework that allows one to do distributed computing from within Sage. It includes a server, client and workers as well as a set of classes that one can subclass from to write distributed computation jobs. It is designed to be used mainly for `coarsely' distributed computations, i.e., computations where jobs do not have to communicate much with each other. This is also sometimes referred to as `grid' computing.
There are 3 parts that make up Distributed Sage:
See About this document... for information on suggesting changes.