Changes between Version 5 and Version 6 of Old/orbitHandler
- Timestamp:
- Aug 23, 2006, 3:51:08 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/orbitHandler
v5 v6 17 17 Node sets are contained in a file. This file name is the first parameter for every function. For example: 18 18 19 {{{ 20 joeuser@console.sb1:~$ ./imageNodes nodeset baseline.ndz 21 }}} 19 22 23 An 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 34 Each 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 38 The following are list of supported commands. 39 40 = test = 20 41 21 42