Changes between Version 29 and Version 30 of WikiStart

Show
Ignore:
Timestamp:
06/12/11 17:58:38 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v29 v30  
    1515== Download == 
    1616 
    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. 
     17DRMAA 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]. 
    1818 
    1919== SVN access == 
    20  
    2120 
    2221{{{ 
     
    256255 * Python driven test-suite 
    257256 
    258  
    259 ==Known bugs and limitations== 
     257== Known bugs and limitations == 
    260258 
    261259Library covers nearly all DRMAA 1.0 specification_ with exceptions 
     
    270268   impossible.  For this DRM finished jobs are marked as done with 0 
    271269   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]). 
    273273 
    274274 * Library accepts job identifiers only of those jobs which 
     
    288288 
    289289 * 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]). 
    291293 
    292294[=#dev_tools]