Tags: miniwdl-ext/miniwdl-aws
Tags
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
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`.
PreviousNext