Changes between Version 9 and Version 10 of WikiStart

Show
Ignore:
Timestamp:
12/04/10 11:49:30 (14 years ago)
Author:
mmatloka
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    33== Introduction == 
    44 
    5 PSNC DRMAA for !LoadLeveler is an implementation of Open Grid Forum [#DRMAA DRMAA]  
    6 1.0 (Distributed Resource Management Application API) [#drmaa_specification specification] for submission and control of jobs to [#LoadLeveler IBM Tivoli LoadLeveler].  Using DRMAA, 
     5PSNC DRMAA for !LoadLeveler is an implementation of Open Grid Forum [http://www.drmaa.org/ DRMAA]  
     61.0 (Distributed Resource Management Application API) [http://www.ogf.org/documents/GFD.133.pdf specification] for submission and control of jobs to [http://www-03.ibm.com/systems/software/loadleveler/index.html IBM Tivoli LoadLeveler].  Using DRMAA, 
    77grid applications builders, portal developers and ISVs can use the same 
    88high-level API to link their software with different cluster/resource 
    99management systems. 
    1010 
    11 This software also enables the integration of [#smoa_computing SMOA Computing] with the 
     11This software also enables the integration of [http://larix.man.poznan.pl/wiki/SMOA_Computing SMOA Computing] with the 
    1212underlying !LoadLeveler system for remote multi-user job submission and control 
    1313over Web Services. 
     
    133133=== Known bugs and limitations ===  
    134134 
    135 Library covers all [#drmaa_specification DRMAA 1.0 specification] with exceptions listed 
    136 below.  It was successfully tested with [#LoadLeveler IBM Tivoli LoadLeveler 3.5.0.5] on AIX 
    137 OS and passes 43/44 tests of the [#test_suite official DRMAA test-suite]. All mandatory and 
     135Library covers all [http://www.ogf.org/documents/GFD.133.pdf DRMAA 1.0 specification] with exceptions listed 
     136below.  It was successfully tested with [http://www-03.ibm.com/systems/software/loadleveler/index.html IBM Tivoli LoadLeveler 3.5.0.5] on AIX 
     137OS and passes 43/44 tests of the [http://drmaa.org/testsuite.php official DRMAA test-suite]. All mandatory and 
    138138nearly all optional job attributes (except job run duration soft limit, job run duration hard limit,  
    139139drmaa_transfer_files and drmaa_deadline_time) are implemented. 
     
    160160=== Acknowledgments === 
    161161 
    162 We would like to thank [#loni Louisiana Optical Network Initiative] for providing us access to the clusters managed by !LoadLeveler. 
     162We would like to thank [http://loni.org/ Louisiana Optical Network Initiative] for providing us access to the clusters managed by !LoadLeveler. 
    163163 
    164164[=#dev_tools] 
     
    169169 
    170170 * GNU autotools (autoconf, automake, libtool), 
    171  * [#Bison Bison] parser generator, 
    172  * [#docutils Docutils] for processing this `README`, 
    173  * [#latex LaTeX] for creating documentation in PDF format, 
    174  * [#doxygen Doxygen] for generating source code documentation. 
     171 * [http://www.gnu.org/software/bison/ Bison] parser generator, 
     172 * [http://docutils.sourceforge.net/ Docutils] for processing this `README`, 
     173 * [http://www.latex-project.org/ LaTeX] for creating documentation in PDF format, 
     174 * [http://www.stack.nl/~dimitri/doxygen/ Doxygen] for generating source code documentation. 
    175175 
    176176=== Links ===