From 91955eb0c8e6618f04e5efcd2cbec864f4e5f6c4 Mon Sep 17 00:00:00 2001 From: navarrop Date: Wed, 13 Oct 2010 13:57:09 +0000 Subject: [PATCH] Add option latency bound to pipol-remote. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8418 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- buildtools/Cmake/Pipol.cmake | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/buildtools/Cmake/Pipol.cmake b/buildtools/Cmake/Pipol.cmake index 15cfe2327c..693fdecdab 100644 --- a/buildtools/Cmake/Pipol.cmake +++ b/buildtools/Cmake/Pipol.cmake @@ -9,11 +9,11 @@ IF(pipol_user) set(CMAKE_OPTIONS " -Wno-dev") if(custom_flags) - set(CMAKE_OPTIONS "${CMAKE_OPTIONS} -Dcustom_flags=${custom_flags}") + set(CMAKE_OPTIONS "${CMAKE_OPTIONS} -Dcustom_flags=${custom_flags}") endif(custom_flags) if(with_context) - set(CMAKE_OPTIONS "${CMAKE_OPTIONS} -Dwith_context=${with_context}") + set(CMAKE_OPTIONS "${CMAKE_OPTIONS} -Dwith_context=${with_context}") endif(with_context) if(enable_smpi) @@ -55,6 +55,10 @@ IF(pipol_user) if(enable_model-checking) set(CMAKE_OPTIONS "${CMAKE_OPTIONS} -Denable_model-checking=on") endif(enable_model-checking) + + if(enable_latency_bound_tracking) + set(CMAKE_OPTIONS "${CMAKE_OPTIONS} -Denable_latency_bound_tracking=on") + endif(enable_latency_bound_tracking) FIND_PROGRAM(HAVE_SSH ssh) FIND_PROGRAM(HAVE_RSYNC rsync) -- 2.20.1