| 104 | These 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 | |
| 106 | Ping every node in the node set |
| 107 | {{{ |
| 108 | joeuser@console.sb1:~$ ./orbitCmd nodeset "ping node%x-%y" |
| 109 | }}} |
| 110 | |
| 111 | === Command: orbitWait === |
| 112 | |
| 113 | Waits 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 | {{{ |
| 116 | joeuser@console.sb1:~$ ./orbitWait nodeset "ping node%x-%y" |
| 117 | }}} |
| 118 | |
| 119 | |
| 120 | |
| 121 | |
| 122 | |