Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update scripts for pipol
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 23 Sep 2010 11:17:15 +0000 (11:17 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 23 Sep 2010 11:17:15 +0000 (11:17 +0000)
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
buildtools/pipol/Nightly_simgrid.sh

index 88d4bf3..03235e8 100644 (file)
@@ -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
index 4829ba7..b8e0056 100644 (file)
@@ -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