Skip to content

Add CI: build and smoke-test on Kokkos Serial + Open MPI - #8

Merged
Maccchiatooo merged 2 commits into
mainfrom
add-ci
Aug 10, 2026
Merged

Add CI: build and smoke-test on Kokkos Serial + Open MPI#8
Maccchiatooo merged 2 commits into
mainfrom
add-ci

Conversation

@Maccchiatooo

Copy link
Copy Markdown
Owner

Runs on every pull request and on pushes to main. Installs Open MPI, builds
Kokkos 5.1.1 from source (there is no apt package), configures the CMake build
added in #6, and runs a 32^3 Taylor-Green case on 2 ranks for 20 steps.

The Kokkos version is pinned rather than tracking a branch, so an upstream
release cannot turn an unrelated PR red. Serial rather than OpenMP: this job
exists to catch code that does not compile or crashes, and dropping the thread
scheduler removes one source of nondeterminism from a failure report.

Scope: the smoke test proves the solver runs to completion, not that the answer
is correct -- a NaN velocity field would still exit 0 and pass. Physical
verification comes in a follow-up.

Chunheng added 2 commits August 9, 2026 17:59
Runs on every pull request and on pushes to main. Installs Open MPI, builds
Kokkos 5.1.1 from source (there is no apt package), configures the CMake build
added in #6, and runs a 32^3 Taylor-Green case on 2 ranks for 20 steps.

The Kokkos version is pinned rather than tracking a branch, so an upstream
release cannot turn an unrelated PR red. Serial rather than OpenMP: this job
exists to catch code that does not compile or crashes, and dropping the thread
scheduler removes one source of nondeterminism from a failure report.

Scope: the smoke test proves the solver runs to completion, not that the answer
is correct -- a NaN velocity field would still exit 0 and pass. Physical
verification comes in a follow-up.
@Maccchiatooo
Maccchiatooo merged commit bf24442 into main Aug 10, 2026
1 check passed
@Maccchiatooo
Maccchiatooo deleted the add-ci branch August 10, 2026 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant