Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tiny cosmetics around MBI
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 27 Mar 2022 19:38:43 +0000 (21:38 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 28 Mar 2022 13:37:21 +0000 (15:37 +0200)
teshsuite/smpi/MBI/CMakeLists.txt
teshsuite/smpi/MBI/MBIutils.py

index 529aad5..f9b5d78 100644 (file)
@@ -39,7 +39,7 @@ if (enable_smpi_MBI_testsuite)
     message(FATAL_ERROR "MBI test suite cannot be enabled without the Mc SimGrid model-checker. Please change either setting.")
   endif()
 
-  message(STATUS "Generating the MBI scripts")
+  message(STATUS "Generating the MBI test cases")
   file(REMOVE_RECURSE  ${CMAKE_BINARY_DIR}/MBI/tmp)
   file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/MBI/tmp)
   file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/generator_utils.py DESTINATION ${CMAKE_BINARY_DIR}/MBI/tmp)
index 43e8789..e099d5b 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'
 }