Changes between Version 12 and Version 13 of Old/orbitHandler


Ignore:
Timestamp:
Aug 23, 2006, 4:27:47 PM (18 years ago)
Author:
cmdavies
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/orbitHandler

    v12 v13  
    102102   === Command: orbitCmd and orbitCmdSeq ===
    103103
     104These commands are identical, except that 'orbitCmdSeq' executes the user command sequentially and orbitCmd executes the command simultaneously. Each of these commands will replace '%x' and '%y' with the x and y coordinates for all the nodes in the nodeset. The useage of this command looks like this:
     105
     106Ping every node in the node set
     107{{{
     108joeuser@console.sb1:~$ ./orbitCmd nodeset "ping node%x-%y"
     109}}}
     110
     111   === Command: orbitWait ===
     112
     113Waits for a series of processes to finish that match the specified pattern. Taking from the previous example, we're going to wait until the ping commands have finished.
     114
     115{{{
     116joeuser@console.sb1:~$ ./orbitWait nodeset "ping node%x-%y"
     117}}}
     118
     119
     120
     121
     122