tag:github.com,2008:https://github.com/miniwdl-ext/miniwdl-slurm/releasesRelease notes from miniwdl-slurm2023-04-04T08:18:02Ztag:github.com,2008:Repository/530580256/v0.2.02023-06-28T06:06:24ZVersion 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>rhpvordermantag:github.com,2008:Repository/530580256/v0.1.02022-08-30T12:08:30Z0.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