Lukas Hübner

Results 19 issues of Lukas Hübner

This causes various warning for me when using `-Wnoexcept`. As I see it, the current implementation cannot throw. Has there been deliberate choice to not mark this `noexcept` as a...

I've been using this `CMakeLists.txt` using the following code in my code for a while now: ``` add_subdirectory("extern/tskit/c" "extern/tskit") target_link_libraries(${MY_TARGET} INTERFACE tskit) # ${MY_TARGET} is header-only, thus INTERFACE ```

https://github.com/pasta-toolbox/bit_vector/blob/0d3249dc42770a844d56dc25416763d37953aa5c/CMakePresets.json#L38 The correct build type is RelWithDebInfo. As is, relwithdeb does not include compiler optimizations. Edit: Is this on purpose, as you're setting the CXX flags directly instead of letting...

Depends on serialization being available for `allgatherv`

documentation
wip
improvement

The following functions are not wrapped: - `MPI_Group_compare` - `MPI_Group_excl` / `MPI_Group_range_excl` - `MPI_Group_inc` / `MPI_Group_range_incl`

feature
good first issue
low-priority

https://github.com/mpi-forum/mpi-issues/issues/288 > When you look at real-world MPI codes (say, PETSc, or in my case deal.II), one finds that maybe surprisingly, the number of MPI calls isn't actually very large....

**Which content do we want on this website?** - Landing Page (with usage examples) - Link to Introduction (Tutorial) - Link to Documentation - Link to [algo2.iti.kit.edu](https://algo2.iti.kit.edu/) - Link to...

- [x] `test_all` (#618) - [x] `wait_all` (#618) - [ ] `test_some` - [ ] `wait_some` - [x] `test_any` (#625) - [x] `wait_any` (#625)