Ok great. Attached is a patch adding the ability to create job_arrays to
slurm_drmaa. My e-mail to the author bounced as spam so I thought I'd put
it here. A bit ugly having ifdefs based on slurm version, but not sure how
else to do it.


On Tue, Nov 12, 2013 at 12:44 PM, Moe Jette <je...@schedmd.com> wrote:

>
> 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.
>>
>>
>

Attachment: use_job_arrays.patch
Description: Binary data

Reply via email to