Changes between Version 4 and Version 5 of WikiStart
- Timestamp:
- 04/20/11 18:41:20 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v4 v5 1 Introduction 2 ============ 1 = Introduction = 3 2 4 3 DRMAA for Torque/PBS Pro is implementation of `Open Grid Forum`_ DRMAA_ … … 16 15 17 16 18 Installation 19 ============ 17 = Installation = 20 18 21 19 To compile the library just go to main source directory and type:: … … 46 44 as information source for terminated jobs (consult next section for details) 47 45 48 Configuration 49 ============= 46 = Configuration = 50 47 51 48 During DRMAA session initialization (``drmaa_init``) library tries to read … … 106 103 107 104 108 Configuration file syntax 109 ------------------------- 105 = Configuration file syntax = 110 106 111 107 Configuration file is in form a dictionary. … … 125 121 integer: [0-9]+ 126 122 127 Configuration file example 128 -------------------------- 129 130 131 Configuration file example 132 -------------------------- 123 = Configuration file example = 124 125 126 = Configuration file example = 133 127 134 128 :: … … 150 144 151 145 152 Native specification 153 ==================== 146 = Native specification = 154 147 155 148 DRMAA interface allows to pass DRM dependant job submission options. … … 197 190 drmaa_wct_hlimit Resource_List walltime `-l walltime=`\limit 198 191 .. Resource_List `-l` resources 199 .. depend `--depend=`\dependency200 .. stagein `--stagein=`\stagein201 .. stageout `--stageout=`\stageout202 192 ===================== =============== ============ ==================== 203 193 204 194 205 Release notes 206 ============= 207 208 Changes in 1.0.5 release 209 ------------------------ 195 = Release notes = 196 197 == Changes in 1.0.5 release == 210 198 * make drmaa tolerant to torque restarts 211 199 * now one can use '-lmem' in native specification attribute 212 200 213 Changes in 1.0.4 release 214 ------------------------ 201 == Changes in 1.0.4 release == 215 202 * fix "mtime" date parsing ('triggered' mode) 216 203 * fix "submit_args" attribute bug (PBS Professional only) 217 204 218 Changes in 1.0.3 release 219 ------------------------ 205 == Changes in 1.0.3 release == 220 206 221 207 * new implementation of the "wait thread" which reads PBS log files (increased scalability) … … 226 212 * other bug fixes 227 213 228 Changes in 1.0.2 release 229 ------------------------ 214 == Changes in 1.0.2 release == 230 215 231 216 * automatic reconnect on PBS connection errors … … 233 218 * other bug fixes 234 219 235 Changes in 1.0.1 release 236 ------------------------ 220 == Changes in 1.0.1 release == 237 221 238 222 * number of attributes implemented: … … 252 236 253 237 254 Known bugs and limitations 255 -------------------------- 238 == Known bugs and limitations == 256 239 257 240 Library covers nearly all DRMAA 1.0 specification_ with exceptions … … 287 270 288 271 289 Test-suite 290 ---------- 272 == Test-suite == 291 273 292 274 The DRMAA for Torque/PBS Pro library was successfully tested with