Changes between Version 4 and Version 5 of Old/orbitHandler


Ignore:
Timestamp:
Aug 23, 2006, 3:42:26 PM (18 years ago)
Author:
cmdavies
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/orbitHandler

    v4 v5  
    44= Orbit Handler =
    55
    6 orbitHandler is an alternative framework for controlling the ORBIT lab. It consists of a series of console commands that that operate on subsets of nodes. It differs from 'NodeHandler' in that it doesn't operate automatically on an entire 'experiments', rather it allows you to individually piece together commands.
     6orbitHandler is an alternative framework for controlling the ORBIT lab. It consists of a series of console commands that that operate on subsets of nodes. The major features:
     7
     8 * Precisely specifiy large, intricate node sets
     9 * Send specific commands to each node in the set
     10 * Distributed ftp equivilant
     11 * Entirely command line driven
     12 * No global grid operations
     13 * Easy to create repeatable experiments
     14
     15== Node Sets ==
     16
     17Node sets are contained in a file. This file name is the first parameter for every function. For example:
    718
    819
    9 == Overview ==
     20
    1021
    1122*under construction*