maestrowf
maestrowf copied to clipboard
A tool to easily orchestrate general computational workflows both locally and on supercomputers
@FrankD412 & @jsemler, This is a beta version of a user defined linking system. It needs more documentation and tests, but I'd like your initial impressions. And, I also need...
This is a running PR to port over documentation to mkdocs and the Material theme.
@FrankD412 @jsemler This is a very simple extension to `maestro status` which will let users monitor the progress of large studies (100's of steps) more easily. It was written with...
* copied over the v0.26 file to a new one for v0.31. * added a new "latest" version value. simply followed the existing style and strategy to expand to a...
Hi, I was trying to use maestrowf to submit jobs. I could set the number of CPUs (cores per task) of the job in the YAML file, something like below....
Currently in v1.1.9 the status command does not seem to sort the "Step Name" column, it would be nice if there was an option (maybe a default) that the steps...
When maestro config has: batch: type: local The $(LAUNCHER) is left in the maestro generated (#!/bin/bash) scripts and there is an error: LAUNCHER: command not found when the script is...
Previously when a cancelled state was detected, it was assumed that Maestro was the entity that marked the cancellation and didn't move steps over to the clean up set for...
Add parallel local adapter type for improved throughput on multi-core machines/allocations. Adapter is resource aware and can support non-uniform job task/job sizes.
I have a simple yaml file that I use to launch a study. The details of the study aren't that important, and I don't think they relate to this problem....