tudo-r / BatchJobs

BatchJobs: Batch computing with R
Other
85 stars 20 forks source link

DRMAA support for BatchJobs #91

Open seandavi opened 9 years ago

seandavi commented 9 years ago

A number of batch systems allow fine and standardized job control via the DRMAA interface http://www.drmaa.org/. Adding optional DRMAA support might offer some advantages over the current submit-and-monitor approach.

evanbiederstedt commented 6 years ago

+1 above

What is probably needed first is an R wrapper around DRMAA, similar to the Python one