Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Kurpicz <[email protected]>
  • Loading branch information
niklas-uhl and kurpicz authored Jan 31, 2024
1 parent 68265f8 commit e125f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ MPI_Allgatherv(v.data(), v_size, MPI_TYPE, v_glob.data(), rc.data(), rd.data(),

```
In contrast, KaMPIng introduces a streamlined syntax with inspiration from Python's named parameters. For example, the `allgatherv` operation becomes more intuitive and concise:
In contrast, KaMPIng introduces a streamlined syntax inspired by Python's named parameters. For example, the `allgatherv` operation becomes more intuitive and concise:
```c++
std::vector<T> v_glob = comm.allgatherv(send_buf(v));
Expand Down

0 comments on commit e125f97

Please sign in to comment.