Skip to content

Tags: adthrasher/miniwdl-lsf

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Runtime hint (#8)

* feat: support LSF-specific `time` runtime hint

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: -M -> -R, support memory_limit_multiplier (#6)

Change memory submission from -M to -R. Add support for configuration option memory_limit_multiplier to set a memory limit. memory_limit_multiplier = 1 will reproduce the prior behavior. Addresses #4.

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Log location and memory reservation (#3)

* fix: LSF output; memory calculation.

* build: bump version

* fix: update lsf log path

v0.1.0

Toggle v0.1.0's commit message
Swap interactive jobs in favor of -K. Write LSF stderr and stdout to …

…files in the job directory.