Changes between Version 4 and Version 5 of WikiStart

Show
Ignore:
Timestamp:
04/20/11 18:41:20 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    1 Introduction 
    2 ============ 
     1= Introduction = 
    32 
    43DRMAA for Torque/PBS Pro is implementation of `Open Grid Forum`_ DRMAA_ 
     
    1615 
    1716 
    18 Installation 
    19 ============ 
     17= Installation = 
    2018 
    2119To compile the library just go to main source directory and type:: 
     
    4644as information source for terminated jobs (consult next section for details)  
    4745 
    48 Configuration 
    49 ============= 
     46= Configuration = 
    5047 
    5148During DRMAA session initialization (``drmaa_init``) library tries to read 
     
    106103   
    107104 
    108 Configuration file syntax 
    109 ------------------------- 
     105= Configuration file syntax = 
    110106 
    111107Configuration file is in form a dictionary. 
     
    125121  integer: [0-9]+ 
    126122 
    127 Configuration file example 
    128 -------------------------- 
    129  
    130  
    131 Configuration file example 
    132 -------------------------- 
     123= Configuration file example = 
     124 
     125 
     126= Configuration file example = 
    133127 
    134128:: 
     
    150144   
    151145 
    152 Native specification 
    153 ==================== 
     146= Native specification = 
    154147 
    155148DRMAA interface allows to pass DRM dependant job submission options. 
     
    197190  drmaa_wct_hlimit      Resource_List   walltime     `-l walltime=`\limit 
    198191  ..                    Resource_List                `-l` resources       
    199   ..                    depend                       `--depend=`\dependency 
    200   ..                    stagein                      `--stagein=`\stagein  
    201   ..                    stageout                     `--stageout=`\stageout 
    202192  ===================== =============== ============ ==================== 
    203193 
    204194 
    205 Release notes 
    206 ============= 
    207  
    208 Changes in 1.0.5 release 
    209 ------------------------ 
     195= Release notes = 
     196 
     197== Changes in 1.0.5 release == 
    210198 * make drmaa tolerant to torque restarts 
    211199 * now one can use '-lmem' in native specification attribute 
    212200 
    213 Changes in 1.0.4 release 
    214 ------------------------ 
     201== Changes in 1.0.4 release == 
    215202 * fix "mtime" date parsing ('triggered' mode) 
    216203 * fix "submit_args" attribute bug (PBS Professional only) 
    217204 
    218 Changes in 1.0.3 release 
    219 ------------------------ 
     205== Changes in 1.0.3 release == 
    220206 
    221207 * new implementation of the "wait thread" which reads PBS log files (increased scalability) 
     
    226212 * other bug fixes 
    227213 
    228 Changes in 1.0.2 release 
    229 ------------------------ 
     214== Changes in 1.0.2 release == 
    230215 
    231216 * automatic reconnect on PBS connection errors  
     
    233218 * other bug fixes 
    234219  
    235 Changes in 1.0.1 release 
    236 ------------------------ 
     220== Changes in 1.0.1 release == 
    237221 
    238222 * number of attributes implemented: 
     
    252236 
    253237 
    254 Known bugs and limitations 
    255 -------------------------- 
     238== Known bugs and limitations == 
    256239 
    257240Library covers nearly all DRMAA 1.0 specification_ with exceptions 
     
    287270 
    288271 
    289 Test-suite 
    290 ---------- 
     272== Test-suite == 
    291273 
    292274The DRMAA for Torque/PBS Pro library was successfully tested with