Skip to content

valid regions for parallel slices#3309

Open
dschwoerer wants to merge 23 commits intonextfrom
parallel-regions
Open

valid regions for parallel slices#3309
dschwoerer wants to merge 23 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"

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