Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas-uhl committed Jan 14, 2025
1 parent 7c40994 commit 010fbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/usage/allgatherv_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ int main() {
print_result_on_root(output, comm);
}
{
// you can also use define a shorthand for the named parameter namespace, to reduce code verbosity
// you can also define a shorthand for the named parameter namespace, to reduce code verbosity
namespace kmp = kamping::params;
auto const output = comm.allgatherv(kmp::send_buf(input));
print_result_on_root(output, comm);
Expand Down

0 comments on commit 010fbb3

Please sign in to comment.