Changes between Version 59 and Version 60 of client_user_guide

Show
Ignore:
Timestamp:
08/26/13 14:10:28 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • client_user_guide

    v59 v60  
    104104== Description variables == 
    105105The following set of variables is allowed in descriptions: 
     106* '''HOSTNAME''' - name of the resource on which the task is running, 
     107* '''HOME''' - home directory of the user, 
     108* '''TASK_DIR''' - gsiftp:// lisk to the task working directory 
     109* '''JOB_ID''' - experiment identifier 
     110* '''TASK_ID''' - task identifier 
     111* '''USER_DN''' - User's Distinguished Name (in PEM format /C=PL/O=GRID/O=PSNC/CN=Tomasz Piontek) 
     112* '''PROCESS_GROUP''' - identifier of the group of processes 
     113* '''NOTE''' - value of the "note" directive. 
    106114 
     115{{{ 
     116#QCG output={JOB_ID}.output 
     117#QCG stage-out-file=file.output->file.${NOTE} 
     118}}} 
    107119 
    108120== Tasks examples ==