Conversation
Updated the CI_parallel_NS.yml workflow to run the Navier-Stokes Channel test with 64 MPI processes instead of 8, likely to improve test coverage or performance.
The Channel test step in the CI workflow is now divided into separate serial and parallel executions, improving clarity and coverage of both execution modes.
Introduced two new CI steps to run the Channel Navier-Stokes test in parallel using 8 and 64 MPI processes. This enhances test coverage for parallel execution scenarios.
Aligns the GPU WallFunctionConnectivity implementation with the CPU version, fixing bugs and improving robustness in MPI parallel executions. Adds and updates serial and parallel channel tests, corrects channel forcing, and improves CI workflows and validation.
…ion-in-multiphase-solver2 Fixed velocity computation. Updated test values.
migrate local runners to nibbler
Add code coverage checks to workflows using codecov
…work Update repository location to github.com/horses-framework
Co-authored-by: Andrés Rueda-Ramírez <am.rueda@upm.es>
Ported Missing Riemann Solvers. Ported RK5 and Euler explicit time integrators. SSPRK33, SSPRK43 and Limiter cherrypick from Zalbanob-Refactor
Deactivate NSCylinderSmagorinsky, TaylorGreen and DualTimeStepping in GPU (serial and parallel)
Fix CI-GPU test cases
This file contains hidden or 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
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.
I open this PR (as a draft) to keep track of the changes in develop.