Changes between Initial Version and Version 1 of Documentation/NodeHandler/Commands/done

Show
Ignore:
Timestamp:
04/13/06 08:40:54 (4 years ago)
Author:
max
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/NodeHandler/Commands/done

    v1 v1  
     1= done: Concludes the Experiment = 
     2 
     3This command indicates the end of the experiment. The nodehandler will free all resources, and copy the OML database to a permanent home. Depending on the command line arguments it may also shut down all the nodes used in the experiment. Finally, the nodehandler will exit, concluding the experiment. 
     4 
     5== Syntax: done == 
     6 
     7 
     8== Usage == 
     9 
     10{{{ 
     11whenAllInstalled { 
     12  ... 
     13  done 
     14} 
     15}}} 
     16