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

Added scheduler arguments to interactive jobs. Fixes #675 #678

Closed jmaassen closed 3 years ago

jmaassen commented 3 years ago

This patch add the forgotten scheduler argument to interactive slurm jobs. Batch jobs already took these into account. Also added unit test for this case.