Changes between Version 43 and Version 44 of qcg-directives

Show
Ignore:
Timestamp:
08/26/13 11:54:05 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qcg-directives

    v43 v44  
    308308 
    309309= walltime = 
    310 '''walltime''' - execution duration 
     310'''walltime''' - execution duration. The directive specifies declared by the user duration of the task execution or resources reservation. 
     311 
     312The argument of the directive is the time period defined in the PnYnMnDTnHnMnS (ISO 8601) format, where: 
     313* P - mandatory character, 
     314* nY - number of years, 
     315* nM - number of months, 
     316* nD - number of days, 
     317* T - time definition separator character (must be present if the values below are used) 
     318* nH - number of hours, 
     319* nM - number of minutes, 
     320* nS - number of seconds. 
     321 
     322{{{ 
     323#QCG walltime=P3DT12H 
     324}}} 
    311325 
    312326= watch-output =