Changes between Version 29 and Version 30 of WikiStart
- Timestamp:
- 06/12/11 17:58:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v29 v30 15 15 == Download == 16 16 17 DRMAA for Torque/PBS Pro is distributed as a source package which can be downloaded directly from [download:1 here] or via the [http://apps.man.poznan.pl/trac/pbs-drmaa/downloads Downloads] section.17 DRMAA for Torque/PBS Pro is distributed as a source package which can be downloaded from [http://sourceforge.net/projects/pbspro-drmaa/files/pbs-drmaa/1.0/ sourceforge]. 18 18 19 19 == SVN access == 20 21 20 22 21 {{{ … … 256 255 * Python driven test-suite 257 256 258 259 ==Known bugs and limitations== 257 == Known bugs and limitations == 260 258 261 259 Library covers nearly all DRMAA 1.0 specification_ with exceptions … … 270 268 impossible. For this DRM finished jobs are marked as done with 0 271 269 return code unless job was terminated through library when they are 272 treated as aborted and killed after receiving SIGTERM. 270 treated as aborted and killed after receiving SIGTERM. In version 1.0.3 271 you can avoid this and configure library to utilize the pbs log file 272 (see: [#pbs_home pbs_home configuration property]). 273 273 274 274 * Library accepts job identifiers only of those jobs which … … 288 288 289 289 * Waiting functions (`drmaa_wait()` and `drmaa_synchronize()`) 290 must pool DRM to find out whether job finished. Since version 1.0.3 you can avoid this and configure to utilize the pbs log file (see: [#pbs_home pbs_home configuration property]). 290 must pool DRM to find out whether job finished. Since version 1.0.3 291 you can avoid this and configure library to utilize the pbs log file 292 (see: [#pbs_home pbs_home configuration property]). 291 293 292 294 [=#dev_tools]