mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Add pmix::fence() C++ binding
This commit is contained in:
committed by
Dennis Klein
parent
2047dbef59
commit
dfc6b5c4a3
@@ -40,13 +40,14 @@ PMIxPlugin::PMIxPlugin(const std::string& name,
|
||||
|
||||
PublishBoundChannels();
|
||||
|
||||
// pmix_proc_t proc;
|
||||
// rc = PMIx_Fence(&proc, 1, NULL, 0)
|
||||
// fence
|
||||
{
|
||||
pmix::proc all(fProc);
|
||||
all.rank = pmix::rank::wildcard;
|
||||
|
||||
pmix::fence({all});
|
||||
}
|
||||
|
||||
// lookup
|
||||
|
||||
// fence
|
||||
break;
|
||||
case DeviceState::Exiting:
|
||||
UnsubscribeFromDeviceStateChange();
|
||||
|
Reference in New Issue
Block a user