Skip to content

Commit

Permalink
initialize member
Browse files Browse the repository at this point in the history
  • Loading branch information
rabauke committed Oct 26, 2023
1 parent 2b32d37 commit 990a60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpl/comm_group.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3365,7 +3365,7 @@ namespace mpl {
std::vector<int> counts;
std::vector<int> senddispls_int;
std::vector<int> recvdispls_int;
ialltoallv_request_state *request_state;
ialltoallv_request_state *request_state{nullptr};

ialltoallv_state(const layouts<T> &sendl, const layouts<T> &recvl,
std::vector<int> &&counts, std::vector<int> &&senddispls_int,
Expand Down

0 comments on commit 990a60f

Please sign in to comment.