Changes between Version 16 and Version 17 of WikiStart
- Timestamp:
- 12/17/10 17:37:30 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v16 v17 20 20 21 21 To compile and install the library just go to main source directory 22 and type: :22 and type: 23 23 {{{ 24 24 #!sh … … 27 27 }}} 28 28 29 On AIX systems you may need to use `gmake` instead of the `make` command: :29 On AIX systems you may need to use `gmake` instead of the `make` command: 30 30 {{{ 31 31 #!sh … … 105 105 Key is a string while value could be a string, an integer 106 106 or another dictionary. 107 108 107 109 108 {{{ … … 118 117 integer: [0-9]+ 119 118 }}} 119 120 120 [=#native_specification] 121 121 == Native specification == … … 124 124 Those options may be specified directly by setting `drmaa_native_specification` job 125 125 template attribute or indirectly by the `drmaa_job_category` job template attribute. 126 The legal format of the native options looks like: :126 The legal format of the native options looks like: 127 127 {{{ 128 128 @ll_cmd_keyword1 = value @ll_cmd_keyword2 = value1 value2 value3 … … 152 152 The library was developed by: 153 153 154 * Michal Matloka <michal.matloka@student.put.poznan.pl>- core implementation155 * Mariusz Mamonski <mamonski@man.poznan.pl>- AIX portability issues154 * Michal Matloka - core implementation 155 * Mariusz Mamonski - AIX portability issues 156 156 157 157 This library relies heavily on the ''Fedstage DRMAA utils'' code developed by: