I have read the documentation about submitting jobs to DRMAA-python. For a single job, create a job template and then submit job using runJob. For bulk jobs the documentation just says replace the runJob with runBlkJobs but doesn't really explain how to provide the multiple jobs.
I tried searching for example code for runBlkJobs but cannot find any. Does anyone have examples they can share?
Thanks!