Skip to content

Commit

Permalink
#2209: runtime: add dependency on objgroup for LM
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Nov 30, 2023
1 parent 2e81943 commit 7e63073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vt/runtime/runtime.cc
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,8 @@ void Runtime::initializeComponents() {
p_->registerComponent<location::LocationManager>(
&theLocMan, Deps<
ctx::Context, // Everything depends on theContext
messaging::ActiveMessenger // Depends on active messenger for sending
messaging::ActiveMessenger, // Depends on active messenger for sending
objgroup::ObjGroupManager // Depends on objgroup since it creates them
>{}
);

Expand Down

0 comments on commit 7e63073

Please sign in to comment.