Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tiny cosmetics around MBI
[simgrid.git] / teshsuite / smpi / MBI / MBIutils.py
index 43e87892968ea9a9601484e21d229d63a455bf7c..e099d5b7ad7e8b0f7949a8b5f7cb11c267c770a3 100644 (file)
@@ -65,7 +65,7 @@ possible_details = {
 
     'GlobalConcurrency':'DGlobalConcurrency',
     # larger scope
-#    'BufferingHazard':'EBufferingHazard',
+    'BufferingHazard':'EBufferingHazard',
     'OK':'FOK'}
 
 error_scope = {
@@ -78,7 +78,7 @@ error_scope = {
     'DRace':'multi-processes',
     'DMatch':'multi-processes',
     'DGlobalConcurrency':'multi-processes',
-#    'EBufferingHazard':'system',
+    'EBufferingHazard':'system',
     'FOK':'correct executions'
 }