cluo / drmaa2interface

DRMAA2 compatible native Go interfaces and structs for building DRMAA2 compatible middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drmaa2interface

DRMAA2 compatible native Go interfaces and structs for building DRMAA2 compatible middleware

Why using drmaa2interface?

This repository simplyfies the process to create Go DRMAA2 wrappers for job schedulers, process managers, resource management systems etc. (like for starting up OS processes, workflows, containers, pods...).

What is DRMAA2?

DRMAA2 is an acronym for Distributed Resource Management Application API version 2 which is an open and freely usable standard defined by the Open Grid Forum.

Unlike other standards it is a common subset of functions available in all major DRMs (like Univa Grid Engine, LSF, SLURM, Condor, PBS).

More information

More information can be found at the DRMAA website.

When you have access to a DRMAA2 native library for C you can use the DRMAA2 Go C API wrapper. Long term goals are that this library is made compatible to the interface defined here (it almost is).

Please feel free to create issues for any improvement.

About

DRMAA2 compatible native Go interfaces and structs for building DRMAA2 compatible middleware

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%