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

AllAtOnceReducedFunctional - initial time-parallel implementation #3870

Merged

Conversation

JHopeCollins
Copy link
Member

@JHopeCollins JHopeCollins commented Nov 18, 2024

To merge into #3592

Parallelism implementation:

  • observation stages distributed over ensemble
  • ensemble.sequential context manager to execute code on each ensemble member in turn and pass data along after each member executes.
  • Jhat.recording_stages iterator to record each stage and set the observation
  • EnsembleFunction class to use as a collective OverloadedType for the global solve.
  • Hessian action

   - 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 JHopeCollins self-assigned this Nov 18, 2024
Copy link

github-actions bot commented Nov 18, 2024

TestsPassed ✅Skipped ⏭️Failed ❌
Firedrake complex8161 ran6681 passed1480 skipped0 failed

@connorjward
Copy link
Contributor

@JHopeCollins FYI I broke one of the runners today. Hence the failure. I will try and fix it tomorrow.

Copy link

github-actions bot commented Nov 18, 2024

TestsPassed ✅Skipped ⏭️Failed ❌
Firedrake real8167 ran7492 passed675 skipped0 failed

@JHopeCollins
Copy link
Member Author

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

@JHopeCollins JHopeCollins marked this pull request as ready for review January 7, 2025 12:07
@JHopeCollins JHopeCollins requested a review from dham January 7, 2025 12:07
@JHopeCollins JHopeCollins removed the request for review from dham January 7, 2025 14:53
@JHopeCollins JHopeCollins merged commit dfe98bf into allatoncereducedfunctional Jan 7, 2025
20 checks passed
@JHopeCollins JHopeCollins deleted the JHopeCollins/aaorf_timeparallel branch January 7, 2025 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants