Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hpcdgrie committed Oct 20, 2023
1 parent 38f8e94 commit 154e024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vistle/insitu/module/inSituModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void InSituModule::initializeCommunication()
if (m_messageHandler) {
initRecvFromSimQueue();
startCommunicationThreads();

comm().barrier(); //wait for all ranks to create msqs before sending the connection info
m_messageHandler->send(message::ShmInfo{gatherModuleInfo()});
sendIntOptions();
}
Expand Down

0 comments on commit 154e024

Please sign in to comment.