Skip to content

Commit

Permalink
fix(pmix): compiler warning infinite-recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx committed Sep 24, 2021
1 parent 2934016 commit 1ac30b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fairmq/plugins/PMIx/PMIxPlugin.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ auto PMIxPlugin::Fence() -> void

auto PMIxPlugin::Fence(const std::string& label) -> void
{
Fence(label);
Fence();
LOG(debug) << PMIxClient() << "pmix::fence() [" << label << "] OK";
}

Expand Down

0 comments on commit 1ac30b5

Please sign in to comment.