xenon-middleware / xenon

A middleware abstraction library that provides a simple programming interface to various compute and storage resources.
http://xenon-middleware.github.io/xenon/
Apache License 2.0
34 stars 17 forks source link

Enable unified access to job accounting & reporting data #608

Open arnikz opened 6 years ago

arnikz commented 6 years ago

It would be great if one could easily access these data (e.g. output of SGE: qacct or SLURM: sacct commands) from a single interface.

sverhoeven commented 6 years ago

At the moment the scheduler.getJobStatus() method returns a JobStatus with scheduler specific information