Changes between Version 21 and Version 22 of Installation
- Timestamp:
- 09/13/12 11:51:45 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v21 v22 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: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 39 {{{ 40 40 [epel] … … 89 89 source /opt/muscle/etc/muscle.profile 90 90 }}} 91 should always be run before executing MUSCLE. It can help to put this command in {{{~/.bashrc}}} so that it runs onlogin.91 should always be run before executing MUSCLE. It can help to put this command in {{{~/.bashrc}}} so that it runs at login. 92 92 93 93 == Sample execution == … … 110 110 muscle2 --cxa src/cxa/SimpleExample.cxa.rb --main --allkernels 111 111 }}} 112 or in shorthand notation112 or in shorthand notation 113 113 {{{ 114 114 muscle2 -c src/cxa/SimpleExample.cxa.rb -am 115 115 }}} 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. 117 117 118 118 == Further reading == 119 For more information how to use MUSCLE see the pages in [Documentation] and [Tutorials] section. 119 For more information how to use MUSCLE see the [[Documentation]] and [[Tutorials]] sections. 120 121 ---- 120 122 121 123 = MUSCLE Installation =