miniwdl icon indicating copy to clipboard operation
miniwdl copied to clipboard

Roadmap for adding `runtime` `gpu` attribute and `hints`.

Open williamrowell opened this issue 1 year ago • 4 comments

Are there any plans to implement the runtime gpu attribute or to add hints? I'm interested in extending miniwdl-slurm to specify slurm partitions and schedule GPUs, but I need to be able to access gpu and provide custom runtime attributes.

I've mocked up the changes to miniwdl-slurm below, before I learned about the plans to move custom runtime attributes to the hints dict.

https://github.com/williamrowell/miniwdl-slurm/commit/29fc361d169a07b672fad4461ffb3842fb6509a3

williamrowell avatar Mar 30 '23 06:03 williamrowell