tag:github.com,2008:https://github.com/miniwdl-ext/miniwdl-slurm/releases Release notes from miniwdl-slurm 2023-04-04T08:18:02Z tag:github.com,2008:Repository/530580256/v0.2.0 2023-06-28T06:06:24Z Version 0.2.0 <ul> <li>Add support for <code>slurm_partition</code> runtime attribute.</li> <li>Adds support for <code>gpu</code> and <code>gpuCount</code> runtime attributes. The <code>gpu</code> runtime<br> attribute is a boolean that indicates whether the task requires a GPU. The<br> <code>gpuCount</code> runtime attribute is an integer that indicates the number of GPUs<br> required by the task.</li> <li>Add support for <code>slurm_constraint</code> runtime attribute.</li> </ul> rhpvorderman tag:github.com,2008:Repository/530580256/v0.1.0 2022-08-30T12:08:30Z 0.1.0 <p>Initial release with the following features:</p> <ul> <li>Utilize miniwdl's singularity backend to create a singularity command that<br> is then submitted using srun.</li> <li>Create a singularity image cache so singularity images are available on<br> the cluster nodes.</li> <li>Support for <code>cpu</code>, <code>memory</code> and <code>time_minutes</code> runtime attributes.</li> </ul> rhpvorderman