Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- 04/21/11 18:59:28 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 111 111 Key is a string while value could be a string, an integer 112 112 or another dictionary. 113 :: 113 114 {{{ 114 115 115 116 configuration: dictionary | dictionary_body … … 122 123 double-quoted-string: "[^"]*" 123 124 integer: [0-9]+ 125 }}} 126 127 124 128 125 129 = Configuration file example = 126 130 127 128 = Configuration file example = 129 130 :: 131 {{{ 131 132 132 133 # pbs_drmaa.conf - Sample pbs_drmaa configuration file. … … 145 146 }, 146 147 148 }}} 147 149 148 150 = Native specification = … … 162 164 attributes. 163 165 164 .. table::165 166 Native specification strings with corresponding DRMAA attributes. 166 167 167 ===================== =============== ============ ====================168 168 DRMAA attribute PBS attribute PBS resource native specification 169 ===================== =============== ============ ====================170 169 Attributes which get overridden 171 -----------------------------------------------------------------------172 170 drmaa_job_name Job_Name `-N` job name 173 171 drmaa_output_path Output_Path `-o` output path … … 192 190 drmaa_wct_hlimit Resource_List walltime `-l walltime=`\limit 193 191 .. Resource_List `-l` resources 194 ===================== =============== ============ ====================195 192 196 193