Changes between Version 15 and Version 16 of WikiStart
- Timestamp:
- 12/17/10 17:34:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v15 v16 26 26 $ sudo make install 27 27 }}} 28 29 On AIX systems you may need to use `gmake` instead of the `make` command:: 30 {{{ 31 #!sh 32 $ ./configure [options] && gmake 33 $ sudo gmake install 34 }}} 35 28 36 The library was tested with !LoadLeveler version 3.5. (for AIX operating systems). 29 37 If you encountered any problems using the library on the different systems, please use 30 the contacte-mails for reporting the problem.38 the [=#contact contact] e-mails for reporting the problem. 31 39 32 40 Notable `./configure` script options: … … 53 61 compiler and standard make program should suffice. If you have taken 54 62 sources directly from SVN repository or wish to run test-suite you would 55 need additional [=#dev_tools developer tools]. For further information regarding 56 GNU build system see the INSTALL file. 57 63 need additional [=#dev_tools developer tools]. 58 64 59 65 == Configuration == 60 61 66 62 67 During DRMAA session initialization (`drmaa_init`) library tries to … … 129 134 == Release notes == 130 135 131 * 1.0. 1- first public release136 * 1.0.0 - first public release 132 137 133 138 === Known bugs and limitations === … … 154 159 * Lukasz Ciesnik. 155 160 161 [=#contact] 156 162 === Contact === 157 163 158 In case of any problems or suggestions do not hesitate to contact [mailto:mamonski@man.poznan.pl,michal.matloka@student.put.poznan.pl us]. 164 In case of any problems or questions do not hesitate to contact us: 165 * Mariusz Mamonski <mamonski at man.poznan.pl> 166 * Michal Matloka <michal.matloka at student.put.poznan.pl> 159 167 160 168 === Acknowledgments === … … 176 184 === Links === 177 185 178 [=#Bison] Bison: http://www.gnu.org/software/bison/ \\179 [=#docutils] Docutils: http://docutils.sourceforge.net/ \\180 [=#latex] LaTeX: http://www.latex-project.org/ \\181 [=#doxygen] Doxygen: http://www.stack.nl/~dimitri/doxygen/ \\182 186 [=#DRMAA] DRMAA: http://www.drmaa.org/ \\ 183 187 [=#drmaa_specification] DRMAA 1.0 specification: http://www.ogf.org/documents/GFD.133.pdf \\ … … 187 191 [=#loni] Louisiana Optical Network Initiative: http://loni.org/ \\ 188 192 [=#keyword] !LoadLeveler Keywords: http://publib.boulder.ibm.com/infocenter/clresctr/vxrx/topic/com.ibm.cluster.loadl.doc/loadl33/am2ug30223.html#jobkey \\ 193 [=#Bison] Bison: http://www.gnu.org/software/bison/ \\ 189 194 190 195 === License ===