Skip to content

Added a simple btd example - #1791

Open
guj wants to merge 15 commits into
openPMD:devfrom
guj:simple_btd
Open

Added a simple btd example#1791
guj wants to merge 15 commits into
openPMD:devfrom
guj:simple_btd

added another option -t for "total working ranks"

d051123
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 31, 2025 in 2s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 277 in examples/16_btd_write_parallel.cpp

See this annotation in the file changed.

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.

Check notice on line 296 in examples/16_btd_write_parallel.cpp

See this annotation in the file changed.

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.