Changes between Version 15 and Version 16 of WikiStart

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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v15 v16  
    2626  $ sudo make install 
    2727}}} 
     28 
     29On 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 
    2836The library was tested with !LoadLeveler version 3.5. (for AIX operating systems). 
    2937If you encountered any problems using the library on the different systems, please use  
    30 the contact e-mails for reporting the problem. 
     38the  [=#contact contact] e-mails for reporting the problem. 
    3139 
    3240Notable `./configure` script options: 
     
    5361compiler and standard make program should suffice.  If you have taken 
    5462sources 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  
     63need additional [=#dev_tools developer tools].   
    5864 
    5965== Configuration == 
    60  
    6166 
    6267During DRMAA session initialization (`drmaa_init`) library tries to 
     
    129134== Release notes == 
    130135 
    131  * 1.0.1 - first public release 
     136 * 1.0.0 - first public release 
    132137 
    133138=== Known bugs and limitations ===  
     
    154159 * Lukasz Ciesnik. 
    155160 
     161[=#contact] 
    156162=== Contact === 
    157163 
    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]. 
     164In 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> 
    159167 
    160168=== Acknowledgments === 
     
    176184=== Links === 
    177185 
    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/ \\ 
    182186[=#DRMAA] DRMAA: http://www.drmaa.org/ \\ 
    183187[=#drmaa_specification] DRMAA 1.0 specification: http://www.ogf.org/documents/GFD.133.pdf \\  
     
    187191[=#loni] Louisiana Optical Network Initiative: http://loni.org/ \\ 
    188192[=#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/ \\ 
    189194 
    190195=== License ===