Changes between Version 2 and Version 3 of WikiStart

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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    22== Introduction == 
    33 
    4 PSNC DRMAA for [#slurm Simple Linux Utility for Resource Management (SLURM)] is an implementation of [#open_grid_forum Open Grid Forum] [#drmaa DRMAA 1.0] (Distributed Resource Management Application API) [#specification specification] 
    5 for submission and control of jobs to [#slurm Simple Linux Utility for Resource Management (SLURM)].  Using DRMAA, 
     4PSNC DRMAA for [https://computing.llnl.gov/linux/slurm/ Simple Linux Utility for Resource Management (SLURM)] is an implementation of [http://www.gridforum.org/ Open Grid Forum] [http://www.drmaa.org/ DRMAA 1.0] (Distributed Resource Management Application API) [http://www.ogf.org/documents/GFD.133.pdf specification] 
     5for submission and control of jobs to [https://computing.llnl.gov/linux/slurm/ Simple Linux Utility for Resource Management (SLURM)].  Using DRMAA, 
    66grid applications builders, portal developers and ISVs can use the same 
    77high-level API to link their software with different cluster/resource 
    88management systems. 
    99 
    10 This software also enables the integration of [#smoa_comp SMOA Computing] with the 
     10This software also enables the integration of [http://larix.man.poznan.pl/wiki/SMOA_Computing SMOA Computing] with the 
    1111underlying SLURM system for remote multi-user job submission and control 
    1212over Web Services. 
     
    144144 
    145145 
    146 Library covers all [#specification DRMAA 1.0 specification] with exceptions listed 
    147 below.  It was successfully tested with [#slurm Simple Linux Utility for Resource Management (SLURM) 2.1.13] on Linux and passes 44/44 tests of the [#testsuite official DRMAA test-suite] (running as SLURM administrator). 
     146Library covers all [http://www.ogf.org/documents/GFD.133.pdf DRMAA 1.0 specification] with exceptions listed 
     147below.  It was successfully tested with [https://computing.llnl.gov/linux/slurm/ Simple Linux Utility for Resource Management (SLURM) 2.1.13] on Linux and passes 44/44 tests of the [http://drmaa.org/testsuite.php official DRMAA test-suite] (running as SLURM administrator). 
    148148Using regular user account SLURM DRMAA passes 40/44 tests of the official DRMAA test-suite.  
    149149 
     
    172172 
    173173 * GNU autotools (autoconf, automake, libtool), 
    174  * [#bison Bison] parser generator, 
    175  * [#docutils Docutils] for processing this `README`, 
    176  * [#latex LaTeX] for creating documentation in PDF format, 
    177  * [#doxygen Doxygen] for generating source code documentation. 
     174 * [http://www.gnu.org/software/bison/ Bison] parser generator, 
     175 * [http://docutils.sourceforge.net/ Docutils] for processing this `README`, 
     176 * [http://www.latex-project.org/ LaTeX] for creating documentation in PDF format, 
     177 * [http://www.stack.nl/~dimitri/doxygen/ Doxygen] for generating source code documentation. 
    178178 
    179179=== Links ===