Changes between Version 14 and Version 15 of Old/orbitHandler


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

Legend:

Unmodified
Added
Removed
Modified
  • Old/orbitHandler

    v14 v15  
    126126}}}
    127127
     128   === Command: orbitKillAll and orbitKillOne ===
     129
     130These 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
     132Stop the test application
     133{{{
     134joeuser@console.sb1:~$ ./orbitKillAll nodeset "./myApp"
     135}}}
    128136
    129137
    130 
    131