Skip to content

valid regions for parallel slices#3309

Merged
bendudson merged 7 commits intonextfrom
parallel-regions
Mar 11, 2026
Merged

valid regions for parallel slices#3309
bendudson merged 7 commits intonextfrom
parallel-regions

Conversation

@dschwoerer
Copy link
Contributor

This sets valid regions for the parallel slices.

Includes #3296

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

.unique());

for (int offset_ = -ystart; offset_ <= ystart; ++offset_) {
const auto region = fmt::format("RGN_YPAR_{:+d}", offset_);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: no header providing "fmt::format" is directly included [misc-include-cleaner]

src/mesh/mesh.cxx:12:

- #include "impls/bout/boutmesh.hxx"
+ #include "fmt/format.h"
+ #include "impls/bout/boutmesh.hxx"

ZedThree
ZedThree previously approved these changes Mar 9, 2026
@dschwoerer dschwoerer dismissed ZedThree’s stale review March 9, 2026 10:55

The merge-base changed after approval.

Co-authored-by: Peter Hill <peter.hill@york.ac.uk>
@bendudson bendudson merged commit 52b0bf2 into next Mar 11, 2026
25 checks passed
@bendudson bendudson deleted the parallel-regions branch March 11, 2026 16:49
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.

3 participants