Changes between Version 42 and Version 43 of Installation_old

Show
Ignore:
Timestamp:
07/28/11 11:17:04 (14 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation_old

    v42 v43  
    149149 At java/examples/simplejava/ConsoleWriter we provide a simple kernel written in Java. It receives data (an array of double) and prints its content to the standard output. 
    150150==== CxA (coupling schema) ==== 
    151  The configuration cxa/SimpleExample.cxa.rb configures a minimal CxA which couples the java/examples/simplejava/Sender and java/examples/simplejava/ConsoleWriter 
    152 kernels. 
     151 The configuration cxa/SimpleExample.cxa.rb configures a minimal CxA which couples the java/examples/simplejava/Sender and java/examples/simplejava/ConsoleWriter kernels. 
     152==== Execution ==== 
     153To run the simmulation defined in SimpleExample.cxa.rb use the following command: 
    153154 
     155{{{ 
     156#!div style="font-size: 90%" 
     157{{{#!sh 
     158./src/ruby/muscle.rb --cxa_file src/cxa/SimpleExample.cxa.rb --main plumber w r 
     159}}} 
     160}}} 
    154161