Skip to content

Commit

Permalink
#2342: initialize this_node_ with vt::uninitialized_destination
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 9, 2024
1 parent 411ccdb commit 5381a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/lb_data_holder.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ struct LBDataHolder {

public:
/// The current node
NodeType this_node_;
NodeType this_node_ = vt::uninitialized_destination;
/// Node attributes for the current rank
ElmUserDataType rank_attributes_;
/// Node timings for each local object
Expand Down

0 comments on commit 5381a4c

Please sign in to comment.