Changes between Version 4 and Version 5 of user-guide

Show
Ignore:
Timestamp:
02/17/14 11:51:21 (10 years ago)
Author:
pkopta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user-guide

    v4 v5  
    6060 
    6161[[attachment:piernik.ntf|Monitoring script]]. 
     62 
     63 
     64= Job submission = 
     65 
     66QCG Application Monitoring service is integrated with the other QCG services. To submit a job with monitoring using QCG Simple Client, the `watch-output` directive must be used in the job description. In addition, the monitoring script must be stage in. 
     67 
     68The sample job description for the `gaussian` monitoring scheme: 
     69 
     70{{{ 
     71#!/bin/bash 
     72  
     73#QCG stage-in-file=Naphthalene.gjf 
     74#QCG stage-in-file=gaussian.ntf 
     75  
     76#QCG watch-output=20,gaussian.ntf 
     77  
     78#QCG application=g09 
     79#QCG argument=Naphthalene.gjf 
     80}}} 
     81 
     82Detail description of QCG Simple Client can be found at [[http://www.qoscosgrid.org/trac/qcg-broker/wiki/client_user_guide|link]].