MSI Example -

This is a self-contained example of a simple MSI application.
It contains models to build two separate simulations that will be
connected by MSI.  The models contain interactive sliders.
Moving one slider will pass the slider values through the MSI
for display within the other simulation.

MSI permits this example to be extended to connect any number of
additional simulations.



------------------------------------------------------------------
To Build:
  Source your customary csim setup file, for example:
     source /proj/csim/setup

  Next, source the build.com file:
     source build.com


------------------------------------------------------------------
To Run:
     source run.com

Two Sims and MSI will be started.  Try the sliders.  The second
slider is connected to the other simulation via a WormHole.


------------------------------------------------------------------
Directories:
    slider1  - The slider1 sim (sender)
    slider2  - The slider2 sim (receiver)
    msi_csim - contains the common files needed by sims and msi
              also contains msi source code.

