Changes between Version 49 and Version 50 of qcg-directives

Show
Ignore:
Timestamp:
07/11/14 17:21:18 (10 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qcg-directives

    v49 v50  
    1818}}} 
    1919 
     20 
     21= assistent = 
     22'''assistent'' - starts in parallel to the main application the auxiliary script that will be terminated automatically with the task. 
     23The directive was introduced in the 3.4 version and replaced the ''monitoring'' directive which meaning has changed. 
     24 
     25Syntax: 
     26{{{ 
     27#QCG assistant=script.sh 
     28#QCG assistant=script->script.sh 
     29}}} 
     30 
     31Parameters: 
     32* script - mandatory, default parameter defining the script to be executed. The file must be transfered using the #QCG stage-in-file directive. 
     33{{{ 
     34#QCG assistant=script.sh 
     35#QCG stage-in-file=script.sh 
     36}}} 
     37 
     38'''IMPORTANT:''' The script is executed once at the beginning of the main application. If any action must be executed periodically it must be programmed inside the script by the user. 
    2039 
    2140= deadline =