Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Find objdump before admitting privatization is possible and compiling it.
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / CMakeLists.txt
index 8f1fde7..08564d8 100644 (file)
@@ -16,7 +16,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite)
   add_executable(allgather3 allgather3.c)
   add_executable(allgatherv2 allgatherv2.c)
   add_executable(allgatherv3 allgatherv3.c)
-  if(HAVE_MMAP)
+  if(HAVE_PRIVATIZATION)
     add_executable(allgatherv4 allgatherv4.c)
   else()
     add_executable(allgatherv4 allgatherv4_manual.c)