8000 Tags · miniwdl-ext/miniwdl-aws · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: miniwdl-ext/miniwdl-aws

Tags

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v0.12.1

Toggle v0.12.1's commit message
miniwdl v1.11.1

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add config to adjust Batch job memory requirements (#24)

Add config `[aws] memory_delta` to adjust the job memory requested from AWS Batch relative to the task `runtime.memory`. This may help to ensure right-sized worker instances by offsetting small amounts of memory that Batch itself reserves on each one.

closes #16

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
multi-GPU tasks (#22)

Add a new config option allowing tasks to use multiple GPUs. Since the WDL spec defines `runtime.gpu` as a Boolean only, the new config `[aws] gpu_value` defines the number of GPUs to request for *all* tasks setting `runtime.gpu` to `true`.

v0.10.0

Toggle v0.10.0's commit message
Update README.md for v0.10.0

v0.9.0

Toggle v0.9.0's commit message
remove bash -l (login shell); use [task_runtime] command_shell; miniw…

…dl >= v1.9.0

v0.8.0

Toggle v0.8.0's commit message
use job def tags too

v0.7.0

Toggle v0.7.0's commit message
Update README.md

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support preconfigured shared filesystems other than EFS (#10)

v0.5.0

Toggle v0.5.0's commit message
bump miniwdl requirement

0