drmaa.h (3) Linux Manual Page
src/drmaa.h – DRMAA library for Torque/PBS. Synopsis #include <stddef.h> #include <stdio.h> Functions int drmaa_init (const char *contact, char *error_diagnosis, size_t error_diag_len) The drmaa_init() function SHALL initialize DRMAA library and create a new DRMAA session, using the contact parameter, if provided, to determine to which DRMS to connect. int drmaa_exit (char *error_diagnosis, size_t error_diag_len) The drmaa_exit()…
