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

DAG Simulation Framework #23

Open
cdelcastillo21 opened this issue Dec 8, 2023 · 0 comments
Open

DAG Simulation Framework #23

cdelcastillo21 opened this issue Dec 8, 2023 · 0 comments

Comments

@cdelcastillo21
Copy link
Owner

Implement DAG Simulation Framework.

1.) Base simulation class should have a 'parent' field, with parent simulation.
2.) _dag object -> Graph, _sims dictionary -> Maps simulation ID/name to DAG point.
3.) Entrypoint for sim is a call to a task list, that has DAG built into dependencies.
4.) run() into job.

Ideally want a framework that allows for the following (example):

sim = ADCPREP(parent=None)
sim = PADCIRC(parent=sim)
sim = ADCIRCOutputCompress(parent=sim)

sim.run()

i.e. - Can chain simulations.

  1. TaskQueue handles execution of DAG.
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

No branches or pull requests

1 participant