Changes between Version 23 and Version 24 of MTO

Show
Ignore:
Timestamp:
11/26/13 13:41:05 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MTO

    v23 v24  
    1515 
    1616Before running MTO, its configuration files must be set to connect all clusters that will be used in a simulation. MTOs configuration is stored in three files: 
    17  * The global topology file (`$MUSCLE_HOME/etc/mto-topology.cfg`) that states what clusters will be connected by the MTO and on which port it will listen for connecting MTOs. The file should be the same for all participating MTOs. 
     17 * The global topology file (`$MUSCLE_HOME/etc/mto-topology.cfg`) states what clusters will be connected by the MTO and on which port it will listen for connecting MTOs. The file should be the same for all participating MTOs. 
    1818 {{{ 
    1919// Comment 
    2020# Comment 
    2121 
    22 # host definiton 
     22# Host definition: 
    2323# <name> <address> [<port>] 
    24 # if port is ommited, this MTO will not listen for incomming connections 
     24# If the port is omitted, this MTO will not listen for incoming connections. 
     25# Having few listening hosts may cause a performance penalty; at least one host should listen for connections. 
    2526 
    2627A localhost 
     
    2930D localhost 5300 
    3031 }}} 
    31  * The local configuration file ( `$MUSCLE_HOME/etc/mto-config.cfg`) that states how the MTO can be contacted by MUSCLE 2 within the cluster. It also specifies a limited port range on a given cluster, which should be different for each participating cluster. The `internalAddress` may be set to an IP-address or hostname that is accessible from all nodes in the cluster. If the host has multiple internet interfaces, the wildcard address `*` may also be specified here. For example, the wildcard is useful for aliasing the hostnames `localhost` and the fully qualified domain name and for running the MTO in a virtual machine. 
     32 * The local configuration file (`$MUSCLE_HOME/etc/mto-config.cfg`) states how the MTO can be contacted by MUSCLE 2 within the cluster. It also specifies a limited port range on a given cluster, which should be different for each participating cluster. The `internalAddress` may be set to an IP-address or hostname that is accessible from all nodes in the cluster. If the host has multiple internet interfaces, the wildcard address `*` may also be specified here. For example, the wildcard is useful for aliasing the hostnames `localhost` and the fully qualified domain name and for running the MTO in a virtual machine. 
    3233 {{{ 
    3334# Name of this MTO as in mto-copology.cfg 
     
    4546internalAddress = private-address 
    4647 }}} 
    47  * The MUSCLE 2 configuration (`$MUSCLE_HOME/etc/muscle.defaults`) that makes the information about the local MTO available to MUSCLE 2. This should match the local `mto-config.cfg` file.  
     48 * The MUSCLE 2 configuration (`$MUSCLE_HOME/etc/muscle.defaults`) makes the information about the local MTO available to MUSCLE 2. This should match the local `mto-config.cfg` file.  
    4849 {{{ 
    4950# Make the MTO available to MUSCLE.