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

Basic runner script using new run_events function #29

Merged
merged 9 commits into from
Aug 7, 2024

Conversation

joott
Copy link
Collaborator

@joott joott commented Aug 2, 2024

Created script bin/schedule.jl to serve as primary interface with framework to schedule graphs.

  • New function run_events, replacing the previous schedule_graph_with_notify to obscure most of the setup
  • Removed parse_graphs function since we're interested in scheduling the same graph many times
  • Runner script with options for data flow graph, number of events to schedule, and max number of concurrent graphs

@m-fila m-fila self-requested a review August 5, 2024 09:32
@m-fila m-fila linked an issue Aug 5, 2024 that may be closed by this pull request
13 tasks
bin/schedule.jl Outdated Show resolved Hide resolved
bin/schedule.jl Outdated Show resolved Hide resolved
@m-fila
Copy link
Collaborator

m-fila commented Aug 7, 2024

I'll rebase and add logging with LocalEventLog and :graphviz_simple we had in the examples and it can go

@m-fila m-fila merged commit f72b4c7 into key4hep:main Aug 7, 2024
2 checks passed
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.

Configurable runner script
2 participants