Skip to content

Releases: SevanSSP/dtm

v0.3.1

21 Oct 08:49
2b36e01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

04 Sep 07:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

20 Jan 12:42
59b62e1
Compare
Choose a tag to compare

Bug fixes

Now dtm does handle distributing a single command to several work directories in addition to distributing a set of n commands to n different work directories.

Bug fixes and small enhancements

12 Feb 07:47
173e659
Compare
Choose a tag to compare

Enhancements

Path is now an optional parameter in execute_path, defaults to current work directory. To simplify use with commands that does not require a work directory.

Bug fixes

  • Argument parser now interprets number of processes (either -p or --processes) as integer. Previously it was interpreted as an iterable of integers.

First release of DTM

04 Feb 15:00
Compare
Choose a tag to compare

A distributed task manager suitable for running time-consuming calculations covering many work directories in parallel.

  • Handles scripts, executables and shell commands

  • Interfaces with typical pre-processors through a file listing work directory paths

  • Writes status summary

  • Lists failed tasks on format that eases rerun

  • Enables timeout of long-running processes

  • Logs detailed execution and trace-backs

  • Command line interface