joergen7 / cuneiform

Cuneiform distributed programming language
https://cuneiform-lang.org/
Apache License 2.0
232 stars 16 forks source link

DRMAA support #72

Closed joergen7 closed 6 years ago

joergen7 commented 6 years ago

We have decided to move to distributed Erlang instead of trying to support multiple execution engines. This means, DRMAA support is not planned to be part of core Cuneiform.

If one would want to provide DRMAA support anyway, the way to go would be to fork the CRE and to bypass cf_worker, using a DRMAA backend instead.