Changes between Version 2 and Version 3 of WikiStart
- Timestamp:
- 12/04/10 11:53:56 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v2 v3 2 2 == Introduction == 3 3 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) [#specificationspecification]5 for submission and control of jobs to [ #slurmSimple Linux Utility for Resource Management (SLURM)]. Using DRMAA,4 PSNC 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] 5 for submission and control of jobs to [https://computing.llnl.gov/linux/slurm/ Simple Linux Utility for Resource Management (SLURM)]. Using DRMAA, 6 6 grid applications builders, portal developers and ISVs can use the same 7 7 high-level API to link their software with different cluster/resource 8 8 management systems. 9 9 10 This software also enables the integration of [ #smoa_compSMOA Computing] with the10 This software also enables the integration of [http://larix.man.poznan.pl/wiki/SMOA_Computing SMOA Computing] with the 11 11 underlying SLURM system for remote multi-user job submission and control 12 12 over Web Services. … … 144 144 145 145 146 Library covers all [ #specificationDRMAA 1.0 specification] with exceptions listed147 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 [#testsuiteofficial DRMAA test-suite] (running as SLURM administrator).146 Library covers all [http://www.ogf.org/documents/GFD.133.pdf DRMAA 1.0 specification] with exceptions listed 147 below. 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). 148 148 Using regular user account SLURM DRMAA passes 40/44 tests of the official DRMAA test-suite. 149 149 … … 172 172 173 173 * GNU autotools (autoconf, automake, libtool), 174 * [ #bisonBison] parser generator,175 * [ #docutilsDocutils] for processing this `README`,176 * [ #latexLaTeX] for creating documentation in PDF format,177 * [ #doxygenDoxygen] 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. 178 178 179 179 === Links ===