Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment/recursive controller #24

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open

Conversation

mwpb
Copy link
Contributor

@mwpb mwpb commented Feb 25, 2025

Create an ephemeral controller to run Tierkreis graphs. It can run a modified version of the sample graph and the QSCI time evolution graph on Fugaku.

  • Create examples/numerical-worker that takes inputs and reads outputs from the filesystem. Create a launcher in examples/launchers that launches the numerical-worker.
  • Create the NodeLocation model for identifying a particular run of a node in a graph.
  • Test that the controller works by running the existing sample graph but with match statements removed. The controller does not support match statements as presently implemented because it would have to analyse the values contained therein. Loops are determined to break or continue using a struct instead.
  • Create storage interface for managing the progress data of the graph. Create draft executor interface for running individual nodes.
  • The tierkreis.controller.start:start function executes a node and then exits. It also takes care of finishing some nodes that don't require computation. The tierkreis.controller.resume:resume function recursively analyses the graph trying to find nodes that can be started. At the moment we just immediately execute startable nodes as we find them.
  • (Try to get CI to pass.)

@mwpb mwpb marked this pull request as ready for review March 20, 2025 11:24
@mwpb mwpb requested review from ss2165, acl-cqc and johnchildren March 20, 2025 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant