-
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
Try a different approach to parallel tests #3978
Merged
connorjward
merged 23 commits into
JDBetteridge/faster_tests
from
connorjward/avoid-comm-spawning
Jan 21, 2025
Merged
Try a different approach to parallel tests #3978
connorjward
merged 23 commits into
JDBetteridge/faster_tests
from
connorjward/avoid-comm-spawning
Jan 21, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tch (#3961) * fix test for mixed-ness in Function.sub, and fix Cofunction.sub to match * allow FunctionSpace.sub to take negative indices * cofunc docstring
And necessary fixes to tinyASM
* Preserve default mesh name after Netgen mesh creation to avoid checkpointing errors * Ensure consistent handling of mesh and topology names for Netgen and non-Netgen meshes
…3875) * Add functionality to print patch statistics in ASMStarPC and friends --------- Co-authored-by: Pablo Brubeck <[email protected]>
* Restricted Cofunction RHS * Fix BCs on Cofunction * LinearSolver: check function spaces * assemble(form, zero_bc_nodes=True) as default * Fix FunctionAssignBlock * Allow Cofunction.assign take in constants * remove BaseFormAssembler test * only supply relevant kwargs to OneFormAssembler * Only interpolate the residual, not every cofunction in the RHS * Fix tests * Fix adjoint utils * More robust test for (unrestricted) Cofunction RHS * Replace empty Jacobians with ZeroBaseForm * Do not split off-diagonal blocks if we only want the diagonal * Zero-simplify slate Tensors * set bcs directly on diagonal Cofunction * ImplicitMatrixContext: handle empty action * Only extract constants referenced in the kernel * Adjoint: only skip expand_derivatives if necessary * EquationBC: do not reconstruct empty Forms * lower degree for EquationBC tests * Update .github/workflows/build.yml
|
|
connorjward
merged commit Jan 21, 2025
bda45e2
into
JDBetteridge/faster_tests
19 of 20 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Builds on #3385 but uses GNU parallel instead of Jack's mpispawn library.