Changes between Version 20 and Version 21 of Installation

Show
Ignore:
Timestamp:
09/13/12 11:47:17 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v20 v21  
    3636}}} 
    3737 
    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  
     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] 
     41name=Extra Packages for Enterprise Linux 5 - $basearch  
    4242  
    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 
     43#baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch 
     44mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch 
     45failovermethod=priority 
     46enabled=1 
     47gpgcheck=0 
    4848}}} 
    4949 
     
    100100 
    101101==== 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. 
    103103 
    104104==== CxA (coupling schema) ==== 
     
    106106 
    107107==== 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: 
    109109{{{ 
    110110muscle2 --cxa src/cxa/SimpleExample.cxa.rb --main --allkernels