Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[cmake] tiny cleanup around smpi
[simgrid.git] / CMakeLists.txt
index 0099811..5dfb7d4 100644 (file)
@@ -232,12 +232,6 @@ IF(CMAKE_SYSTEM_PROCESSOR MATCHES ".86|AMD64|amd64")
 
 ENDIF()
 
-if(ARCH_32_BITS)
-  set(MPI_ADDRESS_SIZE 4)
-else()
-  set(MPI_ADDRESS_SIZE 8)
-endif()
-
 include(CheckFunctionExists)
 include(CheckTypeSize)
 include(CheckIncludeFile)