Changes between Version 38 and Version 39 of Installation_old

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation_old

    v38 v39  
    140140}}} 
    141141}}} 
     142 
     143== Sample execution == 
     144There are some examples which belong to the MUSCLE budnle. Example code for kernels can be found in the directories java/examples and cpp/examples. There are also prepared configurations for coupled example CxA (MUSCLE simulations), which can be found in the cxa directory. 
     145 
     146=== Hello World === 
     147* Sender: 
     148At java/examples/simplejava/Sender we provide a minimalist kernel written in Java, which sends data (an array of double). 
     149* Receiver: 
     150At 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. 
     151* CxA (coupling schema) 
     152The configuration cxa/SimpleExample.cxa.rb configures a minimal CxA which couples the java/examples/simplejava/Sender and java/examples/simplejava/ConsoleWriter 
     153kernels. 
     154 
     155