Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- 12/04/10 11:49:30 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 3 3 == Introduction == 4 4 5 PSNC DRMAA for !LoadLeveler is an implementation of Open Grid Forum [ #DRMAADRMAA]6 1.0 (Distributed Resource Management Application API) [ #drmaa_specification specification] for submission and control of jobs to [#LoadLevelerIBM Tivoli LoadLeveler]. Using DRMAA,5 PSNC DRMAA for !LoadLeveler is an implementation of Open Grid Forum [http://www.drmaa.org/ DRMAA] 6 1.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, 7 7 grid applications builders, portal developers and ISVs can use the same 8 8 high-level API to link their software with different cluster/resource 9 9 management systems. 10 10 11 This software also enables the integration of [ #smoa_computing SMOA Computing] with the11 This software also enables the integration of [http://larix.man.poznan.pl/wiki/SMOA_Computing SMOA Computing] with the 12 12 underlying !LoadLeveler system for remote multi-user job submission and control 13 13 over Web Services. … … 133 133 === Known bugs and limitations === 134 134 135 Library covers all [ #drmaa_specificationDRMAA 1.0 specification] with exceptions listed136 below. It was successfully tested with [ #LoadLevelerIBM Tivoli LoadLeveler 3.5.0.5] on AIX137 OS and passes 43/44 tests of the [ #test_suiteofficial DRMAA test-suite]. All mandatory and135 Library covers all [http://www.ogf.org/documents/GFD.133.pdf DRMAA 1.0 specification] with exceptions listed 136 below. It was successfully tested with [http://www-03.ibm.com/systems/software/loadleveler/index.html IBM Tivoli LoadLeveler 3.5.0.5] on AIX 137 OS and passes 43/44 tests of the [http://drmaa.org/testsuite.php official DRMAA test-suite]. All mandatory and 138 138 nearly all optional job attributes (except job run duration soft limit, job run duration hard limit, 139 139 drmaa_transfer_files and drmaa_deadline_time) are implemented. … … 160 160 === Acknowledgments === 161 161 162 We would like to thank [ #loniLouisiana Optical Network Initiative] for providing us access to the clusters managed by !LoadLeveler.162 We would like to thank [http://loni.org/ Louisiana Optical Network Initiative] for providing us access to the clusters managed by !LoadLeveler. 163 163 164 164 [=#dev_tools] … … 169 169 170 170 * GNU autotools (autoconf, automake, libtool), 171 * [ #BisonBison] parser generator,172 * [ #docutilsDocutils] for processing this `README`,173 * [ #latexLaTeX] for creating documentation in PDF format,174 * [ #doxygenDoxygen] 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. 175 175 176 176 === Links ===