Changes between Version 5 and Version 6 of Old/orbitHandler


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

Legend:

Unmodified
Added
Removed
Modified
  • Old/orbitHandler

    v5 v6  
    1717Node sets are contained in a file. This file name is the first parameter for every function. For example:
    1818
     19{{{
     20joeuser@console.sb1:~$ ./imageNodes nodeset baseline.ndz
     21}}}
    1922
     23An example node set file looks like this:
     24
     25{{{
     26# A node set file
     27[1..16,1..15]
     28[18,18..19]
     29[19..20,1..2]
     30-[10,2]
     31-[2..3,5..3]
     32}}}
     33
     34Each line includes a different range of nodes. The lines are processed in order and the results are merged. Any node range with a '-' in front of it removes that range from the current set. This can be used to remove non-functional nodes, or a particular class of nodes (ie. those nodes using intel wifi cards).
     35
     36== Node Commands ==
     37
     38The following are list of supported commands.
     39
     40= test =
    2041
    2142