-
Notifications
You must be signed in to change notification settings - Fork 160
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
AllAtOnceReducedFunctional
- initial time-parallel implementation
#3870
base: allatoncereducedfunctional
Are you sure you want to change the base?
AllAtOnceReducedFunctional
- initial time-parallel implementation
#3870
Conversation
Linting was failing.
* Add adjoint variational solver.
--------- Co-authored-by: Aaron Baier-Reinio <baierreinio@maths.ox.ac.uk>
* Simplify fwi test when run under CI
* Fix progress bar erros for parallel executions * Test for a parallel execution
* Add petsc_raises fixture to catch PETSc callback exceptions
* Fix assembly of Real matrices
* Refactor test_demos, avoid mpiexec invocation * Fix multigrid test, __main__ is not valid when importing
* Get value_shape from FunctionSpace * Define FunctionSpace.block_size as the number of dofs per node * sort_domains --------- Co-authored-by: ksagiyam <k.sagiyama@imperial.ac.uk>
- observation stages distributed over ensemble - context manager for recording the forward model and passing data between stages - iterator to record each stage and set the observation
|
@JHopeCollins FYI I broke one of the runners today. Hence the failure. I will try and fix it tomorrow. |
|
No problem. I think I also need to merge main to update the versions of some of the stuff in CI. |
* DO NOT MERGE * Test VOM with point variant * Update .github/workflows/build.yml * Test Regge point variant * add continuity test * Test H(curl div) element (#3843) * Test H(curl div) element * test Hu-Zhang * checkout ufl master branch * checkout master branches
@@ -83,6 +83,7 @@ jobs: | |||
--install defcon \ | |||
--install gadopt \ | |||
--install asQ \ | |||
--package-branch pyadjoint JHopeCollins/set_working_tape_decorator \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--package-branch pyadjoint JHopeCollins/set_working_tape_decorator \ |
To merge into #3592
Parallelism implementation:
Context manager+iterator for taping each stage:
https://github.com/firedrakeproject/4DVardrake/blob/2417d7cdff4a0a159ae8dcc9e12fb90d2382a67c/burgers/aaorf_4dvar_parallel.py#L250