Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reactivate the last MBI generator now that it produces tests that compile
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 26 Mar 2022 09:58:00 +0000 (10:58 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 26 Mar 2022 23:28:29 +0000 (00:28 +0100)
teshsuite/smpi/MBI/CMakeLists.txt

index 910d3c5..9a3f764 100644 (file)
@@ -25,14 +25,12 @@ set(generator_scripts
     RMAArgGenerator.py
     RMAInvalidArgGenerator.py
     RMALocalLocalConcurrencyGenerator.py
-  # RMAP2PGlobalConcurrencyGenerator.py
+    RMAP2PGlobalConcurrencyGenerator.py
     RMARemoteLocalConcurrencyGenerator.py
     RMARemoteRemoteConcurrencyGenerator.py
     RMAReqLifecycleGenerator.py
     RMAWinBufferGenerator.py)
 
-set(teshsuite_src ${teshsuite_src} ${CMAKE_CURRENT_SOURCE_DIR}/RMAP2PGlobalConcurrencyGenerator.py)
-
 if (enable_smpi_MBI_testsuite)
   if (NOT enable_smpi)
     message(FATAL_ERROR "MBI test suite cannot be enabled without SMPI. Please change either setting.")