Changes between Version 2 and Version 3 of qcg-directives

Show
Ignore:
Timestamp:
08/23/13 15:14:12 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qcg-directives

    v2 v3  
    22 
    33= application = 
    4 application - name of the application 
     4'''application''' - name and optionally version of the application to be executed 
     5{{{ 
     6#QCG application=namd 
     7}}} 
     8{{{ 
     9#QCG application=gromacs/4.6.3 
     10}}} 
    511 
    612 
    713= argument = 
    8 argument - argument of the application 
     14'''argument''' - argument of the application. The directive can be used many times, once for every argument. 
     15{{{ 
     16#QCG argument=arg1 
     17#QCG argument=arg2 
     18}}} 
    919 
    1020 
    1121= deadline =  
    12 deadline - deadline for the task execution 
     22'''deadline''' - deadline for the task execution.  
     23The directive specifies, that the task has to be finished within defined period of time.  
    1324 
     25The directive results in using the advance reservation to guarantee the requested quality of service.  
     26 
     27The directive cannot be used in conjunction with the ''reservation'' and ''not-after'' directives.  
     28 
     29The argument of the directive is the time period defined in the PnYnMnDTnHnMnS (ISO 8601) format, where: 
     30* P - mandatory character, 
     31* nY - number of years, 
     32* nM - number of months, 
     33* nD - number of days, 
     34* T - time definition separator character (must be present if the values below are used) 
     35* nH - number of hours, 
     36* nM - number of minutes, 
     37* nS - number of seconds. 
     38 
     39{{{ 
     40#QCG deadline=P3DT12H 
     41#QCG not-before=2012.07.25 
     42}}} 
     43{{{ 
     44#QCG deadline=P3DT12H 
     45}}} 
    1446 
    1547= environment =