Changes between Version 16 and Version 17 of WikiStart

Show
Ignore:
Timestamp:
12/17/10 17:37:30 (14 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v16 v17  
    2020 
    2121To compile and install the library just go to main source directory 
    22 and type:: 
     22and type: 
    2323{{{ 
    2424#!sh 
     
    2727}}} 
    2828 
    29 On AIX systems you may need to use `gmake` instead of the `make` command:: 
     29On AIX systems you may need to use `gmake` instead of the `make` command: 
    3030{{{ 
    3131#!sh 
     
    105105Key is a string while value could be a string, an integer 
    106106or another dictionary. 
    107  
    108107 
    109108{{{ 
     
    118117  integer: [0-9]+ 
    119118}}} 
     119 
    120120[=#native_specification] 
    121121== Native specification == 
     
    124124Those options may be specified directly by setting `drmaa_native_specification` job 
    125125template attribute or indirectly by the `drmaa_job_category` job template attribute.  
    126 The legal format of the native options looks like:: 
     126The legal format of the native options looks like: 
    127127{{{ 
    128128  @ll_cmd_keyword1 = value @ll_cmd_keyword2 = value1 value2 value3  
     
    152152The library was developed by: 
    153153 
    154  * Michal Matloka <michal.matloka@student.put.poznan.pl> - core implementation 
    155  * Mariusz Mamonski <mamonski@man.poznan.pl> - AIX portability issues 
     154 * Michal Matloka - core implementation 
     155 * Mariusz Mamonski - AIX portability issues 
    156156 
    157157This library relies heavily on the ''Fedstage DRMAA utils'' code developed by: