From 5da257b445b756bf31c15477334d9952f9dfd7e8 Mon Sep 17 00:00:00 2001 From: navarrop Date: Thu, 23 Sep 2010 11:17:15 +0000 Subject: [PATCH 1/1] Update scripts for pipol git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8211 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- buildtools/pipol/Experimental_all_simgrid_gt.sh | 4 ++-- buildtools/pipol/Nightly_simgrid.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildtools/pipol/Experimental_all_simgrid_gt.sh b/buildtools/pipol/Experimental_all_simgrid_gt.sh index 88d4bf36eb..03235e8d4e 100644 --- a/buildtools/pipol/Experimental_all_simgrid_gt.sh +++ b/buildtools/pipol/Experimental_all_simgrid_gt.sh @@ -64,7 +64,7 @@ ctest -D ExperimentalSubmit make clean #Make the supernovae mode -cmake -Dsupernovae=on ./ +cmake -Denable_supernovae=on ./ ctest -D ExperimentalStart ctest -D ExperimentalConfigure ctest -D ExperimentalBuild @@ -124,7 +124,7 @@ if [ $SYSTEM = Linux ] ; then if [ -e $userhome/usr/lib/libgtsim-opt.so ] ; then #Make gtnets - cmake -Dsupernovae=off -Denable_compile_warnings=off -Denable_compile_optimizations=off -Dgtnets_path=$absolute_path/usr ./ + cmake -Denable_supernovae=off -Denable_compile_warnings=off -Denable_compile_optimizations=off -Dgtnets_path=$absolute_path/usr ./ ctest -D ExperimentalStart ctest -D ExperimentalConfigure ctest -D ExperimentalBuild diff --git a/buildtools/pipol/Nightly_simgrid.sh b/buildtools/pipol/Nightly_simgrid.sh index 4829ba755d..b8e005675a 100644 --- a/buildtools/pipol/Nightly_simgrid.sh +++ b/buildtools/pipol/Nightly_simgrid.sh @@ -145,7 +145,7 @@ if [ $SYSTEM = Linux ] ; then if [ -e $userhome/usr/lib/libgtsim-opt.so ] ; then #Make gtnets - cmake -Dsupernovae=off -Denable_compile_warnings=off -Denable_compile_optimizations=off -Dgtnets_path=$absolute_path/usr ./ + cmake -Denable_supernovae=off -Denable_compile_warnings=off -Denable_compile_optimizations=off -Dgtnets_path=$absolute_path/usr ./ ctest -D NightlyStart ctest -D NightlyConfigure ctest -D NightlyBuild -- 2.20.1