Changes between Version 20 and Version 21 of Installation
- Timestamp:
- 09/13/12 11:47:17 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v20 v21 36 36 }}} 37 37 38 '''Note:''' you may need to add the reference to the repository with extra packages. To do this create the file 'epel.repo' in the /etc/yum.repos.d directory. The content of the file may look as follows:39 {{{ 40 41 38 "''Note:''' you may need to add the reference to the repository with extra packages. To do this create the file 'epel.repo' in the /etc/yum.repos.d directory. The content of the file may look as follows: 39 {{{ 40 [epel] 41 name=Extra Packages for Enterprise Linux 5 - $basearch 42 42 43 44 45 46 47 43 #baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch 44 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch 45 failovermethod=priority 46 enabled=1 47 gpgcheck=0 48 48 }}} 49 49 … … 100 100 101 101 ==== Receiver ==== 102 In {{{src/java/examples/simplejava/ConsoleWriter.java}}} we provide a simple kernel written in Java. It receives data (an array of double) and prints its content to the standard output.102 In {{{src/java/examples/simplejava/ConsoleWriter.java}}} we provide a simple kernel written in Java. It receives data (an array of double) and prints its content to the standard output. 103 103 104 104 ==== CxA (coupling schema) ==== … … 106 106 107 107 ==== Execution ==== 108 To run the simulation defined in src/cxa/SimpleExample.cxa.rb use the following command:108 To run the simulation defined in src/cxa/SimpleExample.cxa.rb use the following command: 109 109 {{{ 110 110 muscle2 --cxa src/cxa/SimpleExample.cxa.rb --main --allkernels