diff --git a/mpl/comm_group.hpp b/mpl/comm_group.hpp index 24903682..ebe2ed23 100644 --- a/mpl/comm_group.hpp +++ b/mpl/comm_group.hpp @@ -3365,7 +3365,7 @@ namespace mpl { std::vector counts; std::vector senddispls_int; std::vector recvdispls_int; - ialltoallv_request_state *request_state; + ialltoallv_request_state *request_state{nullptr}; ialltoallv_state(const layouts &sendl, const layouts &recvl, std::vector &&counts, std::vector &&senddispls_int,