add unit testing for serial builds#1877
Open
rem1776 wants to merge 14 commits into
Open
Conversation
added 13 commits
April 15, 2026 12:14
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.
Description
Adds testing for mpi-less builds. It uses some scripting to conditionally skip all multi-core tests when built without MPI, so that it can just run a subset of existing tests to check functionality. This ends up being like 170 single-core tests, once any output checking tests are removed.
Includes some minor fixes to get the serial tests working. The majority of the file changes are just wrapping MPI calls or changing them to use the MPP equivalent for an MPI call, but there's also a couple of code changes for bugs that came up during serial tests.
Fixes #1829, but leaves out some requested changes to the mpirun function. Changing that will require changes to every test script, so deserves its own PR.
How Has This Been Tested?
Tested on the amd box with gcc 15 and intel 2025.2
Checklist:
make distcheckpasses