summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-02-13 21:31:50 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-02-13 21:31:50 +0100
commit165481ff77b76a30429eac42728d97792f6eef2f (patch)
tree3530e70a9791dedf178cac7c38b1d50187d2fb43
parent6c68511108ca99ea9ece5706f274f03722b9a44e (diff)
low: run-job: Add docstring.
-rw-r--r--drmaa/v1/low.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/drmaa/v1/low.scm b/drmaa/v1/low.scm
index 76f0e73..7a82cc1 100644
--- a/drmaa/v1/low.scm
+++ b/drmaa/v1/low.scm
@@ -340,6 +340,8 @@ not be affected by this."
;;; Job submission
(define (run-job template)
+ "Submit a single job with the attributes defined in the job
+template. Upon success return the job identifier."
(let ((error-message
(make-char* (bytevector->pointer
(make-bytevector (DRMAA 'ERROR_STRING_BUFFER)))))