diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-04-28 11:14:39 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-04-28 11:14:39 +0200 |
commit | 2d4da40bdfb1aaed8f0f260a1ac650ef93a2c4f1 (patch) | |
tree | 678f434b758acc57bb0f3ff8bab62a0592ff3733 | |
parent | 21b258414a885754797d4a4be70c79a057dd2136 (diff) |
doc: Add introduction text for low-level bindings.
-rw-r--r-- | doc/drmaa.texi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/drmaa.texi b/doc/drmaa.texi index 58a22c6..d54a548 100644 --- a/doc/drmaa.texi +++ b/doc/drmaa.texi @@ -11,7 +11,7 @@ @include version.texi @copying -Copyright @copyright{} 2020 Ricardo Wurmus +Copyright @copyright{} 2020, 2021 Ricardo Wurmus Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -89,6 +89,17 @@ first and then perform the above steps. @c ********************************************************************* @node Low-level bindings @chapter Low-level bindings +@cindex (drmaa v1 low) + +The @code{(drmaa v1 low)} module provides low-level bindings that +directly map to the procedures exposed by the DRMAA library. + +We recommend using the high-level bindings in @code{(drmaa v1 high)} +to avoid resource management problems, in particular for the DRMAA +session setup and teardown, as well as for template allocation and +destruction. + +The following procedures are defined in this module: @include low.texi |