ACCESS-NRI / hpcpy

Python client for interacting with HPC scheduling systems.
Other
0 stars 0 forks source link

Scheduler agnostic directives #1

Open bschroeter opened 3 weeks ago

bschroeter commented 3 weeks ago

Directives are currently handled through interpolation into a job script template. This is fine for the current target of PBS on Gadi, but down the track we may consider adding these in dynamically in order to take a single job script and make it work across different scheduling system (i.e. SLURM).

Of course, this may not be necessary, but could be a nice thing to have.

bschroeter commented 2 days ago

This will need a translation mapping of submission arguments between schedulers.