Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add routes.
[simgrid.git] / buildtools / pipol / Nightly_simgrid.sh
index cf3b4b7..b8e0056 100644 (file)
@@ -85,7 +85,7 @@ ctest -D NightlySubmit
 make clean
 
 #Make the supernovae mode
-cmake -Dsupernovae=on ./
+cmake -Denable_supernovae=on ./
 ctest -D NightlyStart
 ctest -D NightlyConfigure
 ctest -D NightlyBuild
@@ -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