Changes between Version 21 and Version 22 of Installation

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v21 v22  
    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: 
     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: 
    3939{{{ 
    4040[epel] 
     
    8989source /opt/muscle/etc/muscle.profile 
    9090}}} 
    91 should always be run before executing MUSCLE. It can help to put this command in {{{~/.bashrc}}} so that it runs on login. 
     91should always be run before executing MUSCLE. It can help to put this command in {{{~/.bashrc}}} so that it runs at login. 
    9292 
    9393== Sample execution == 
     
    110110muscle2 --cxa src/cxa/SimpleExample.cxa.rb --main --allkernels 
    111111}}} 
    112 or in shorthand notation 
     112 or in shorthand notation 
    113113{{{ 
    114114muscle2 -c src/cxa/SimpleExample.cxa.rb -am 
    115115}}} 
    116 It will first start the Simulation Manager, of which one per simulation is necessary, and then the local manager, which manages the kernels that are started with one {{{muscle2}}} invocation. 
     116 It will first start the Simulation Manager, of which one per simulation is necessary, and then the local manager, which manages the kernels that are started with one {{{muscle2}}} invocation. 
    117117 
    118118== Further reading == 
    119 For more information how to use MUSCLE see the pages in [Documentation] and [Tutorials] section. 
     119For more information how to use MUSCLE see the [[Documentation]] and [[Tutorials]] sections. 
     120 
     121---- 
    120122 
    121123= MUSCLE Installation =