Changes between Version 14 and Version 15 of Old/orbitHandler
- Timestamp:
- Aug 23, 2006, 4:33:53 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/orbitHandler
v14 v15 126 126 }}} 127 127 128 === Command: orbitKillAll and orbitKillOne === 129 130 These commands will terminate a process(s) on all nodes in the node set. 'orbitKillAll' will remove all matching processes. 'orbitKillOne' will remove only the first matching process. These functions can be used to finish an experiment prior to using 'orbitGetFileMerged' to collect the results. 131 132 Stop the test application 133 {{{ 134 joeuser@console.sb1:~$ ./orbitKillAll nodeset "./myApp" 135 }}} 128 136 129 137 130 131