Changes between Version 59 and Version 60 of client_user_guide
- Timestamp:
- 08/26/13 14:10:28 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
client_user_guide
v59 v60 104 104 == Description variables == 105 105 The 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. 106 114 115 {{{ 116 #QCG output={JOB_ID}.output 117 #QCG stage-out-file=file.output->file.${NOTE} 118 }}} 107 119 108 120 == Tasks examples ==