Changes between Version 43 and Version 44 of Installation_old

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation_old

    v43 v44  
    143143== Sample execution == 
    144144There are some examples which belong to the MUSCLE bundle. Example code for kernels can be found in the directories java/examples and cpp/examples. There are also prepared configurations for coupled examples CxA (MUSCLE simulations), which can be found in the cxa directory. 
     145 
    145146=== Hello World === 
     147 
    146148==== Sender ==== 
    147149 At java/examples/simplejava/Sender we provide a minimalist kernel written in Java, which sends data (an array of double). 
     150 
    148151==== Receiver ==== 
    149152 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. 
     153 
    150154==== CxA (coupling schema) ==== 
    151155 The configuration cxa/SimpleExample.cxa.rb configures a minimal CxA which couples the java/examples/simplejava/Sender and java/examples/simplejava/ConsoleWriter kernels. 
     156 
    152157==== Execution ==== 
    153 To run the simmulation defined in SimpleExample.cxa.rb use the following command: 
    154  
     158To run the simmulation defined in cxa/SimpleExample.cxa.rb use the following command: 
    155159{{{ 
    156160#!div style="font-size: 90%" 
     
    159163}}} 
    160164}}} 
    161