Changes between Version 8 and Version 9 of WikiStart

Show
Ignore:
Timestamp:
04/21/11 18:59:28 (14 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v8 v9  
    111111Key is a string while value could be a string, an integer 
    112112or another dictionary. 
    113 :: 
     113 
     114{{{ 
    114115 
    115116  configuration: dictionary | dictionary_body 
     
    122123  double-quoted-string: "[^"]*" 
    123124  integer: [0-9]+ 
     125}}} 
     126 
     127 
    124128 
    125129= Configuration file example = 
    126130 
    127  
    128 = Configuration file example = 
    129  
    130 :: 
     131{{{ 
    131132   
    132133  # pbs_drmaa.conf - Sample pbs_drmaa configuration file. 
     
    145146  }, 
    146147   
     148}}} 
    147149 
    148150= Native specification = 
     
    162164attributes. 
    163165 
    164 .. table:: 
    165166  Native specification strings with corresponding DRMAA attributes. 
    166167 
    167   ===================== =============== ============ ==================== 
    168168  DRMAA attribute       PBS attribute   PBS resource native specification 
    169   ===================== =============== ============ ==================== 
    170169                      Attributes which get overridden                    
    171   ----------------------------------------------------------------------- 
    172170  drmaa_job_name        Job_Name                     `-N` job name        
    173171  drmaa_output_path     Output_Path                  `-o` output path     
     
    192190  drmaa_wct_hlimit      Resource_List   walltime     `-l walltime=`\limit 
    193191  ..                    Resource_List                `-l` resources       
    194   ===================== =============== ============ ==================== 
    195192 
    196193