You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Prevent the pessimistic protocol from activating if we are in a potentially multithreaded
141
+
* applications. The reason is that without tracking the thread initiator of messages it is
142
+
* extrmely difficult to provide a global message ordering in threaded-scenarios. Thus, the
143
+
* safe approach is to turn off the logger.
144
+
*/
124
145
opal_output(0, "vprotocol_pessimist: component_init: threads are enabled, and not supported by vprotocol pessimist fault tolerant layer, will not load");
0 commit comments