Skip to content

added another option -t for "total working ranks"

d051123
Select commit
Loading
Failed to load commit list.
Open

Added a simple btd example #1791

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
.