The array specification is just a string in the job create RPCs:
typedef struct job_descriptor { /* For submit, allocate, and update requests */
...
        char *array_inx;        /* job array index values */

Quoting E V <eliven...@gmail.com>:

Is there a C api for job array creation in slurm? I'd like to get the slurm
drmaa code to do array submission on a run_bulk job and just wondering the
best way to do it.


Reply via email to