previous up next
Go backward to 2 Examples
Go up to Top
Go forward to 4 System Configuration
RISC-Linz logo

3 Programming interface

A Distributed Mathematica session can be initiated either from a notebook interface, or from a text-based interface. In each case, first the package dist.m should be loaded as in the example bellow:

In[1]:=<< dist.m
       "Distributed Mathematica V1.0.0"
         (c) 2000 Cleopatra Pau (RISC-Linz)
       See http://www.risc.uni-linz.ac.at/software/distmath
In the following subsections we give, for each command, the syntax, a short description and a small example.
  • 3.1 Session Setup
  • 3.2 Basic Commands
  • 3.3 Shared Data
  • 3.4 Global variables
  • 3.5 Miscellaneous
  • 3.6 Visualization

  • Maintained by: Cleo Pau
    Last Modification: July 5, 2000

    previous up next