Frank

Results 14 issues of Frank

This is a running PR to port over documentation to mkdocs and the Material theme.

Documentation
Infrastructure

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...

Bugfix

This PR is a preliminary step towards a more "ensemble"-ish adapter related to the functionality discussed in #330. This new `LocalPoolAdapter` utilizes pyaestro's `Executor` class in order to fake a...

enhancement
Adapters

When testing a specification with Flux, I ran into the case where a parameterized resource field was carried through as a string. The adapter should probably try and cast the...

bug
Confirmed

The goals of this PR is to improve the docstrings of all the APIs and to convert them to Google docstring style ([example](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html)). Here's what this PR covers: - Convert...

Documentation

This PR relates to issue #98 -- the addition of pre and post steps. Some initial exploration has revealed that the addition of post steps will be a non-trivial effort...

Blocked
Feature

It's the case where the conductor fails in execution due to unexpected issues (system crash or file permission errors due to unexpected file system issues). When the conductor crashes, the...

Infrastructure
High Priority

When using the `FluxAdapter` (and by proxy, probably the `FluxSpectrumAdapter`) the wall time for a scheduled step cannot exceed 24 hours. This bug is probably related to the use of...

bug
Good First Issue
Confirmed
Adapters

So I've been looking at some of the limitations of the YAML specification as it is, and I've come up with a new structure for it. ``` name: step_name description:...

enhancement
In Progress

While running some tests on an MPI enabled LULESH, I encountered a case where when cancelling a study resulted in inaccurate status reported by Maestro. I don't expect that this...

bug