X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7c8e37fa607d1e4a7786fc1167400c863304108d..576ee166f16a61e810a4d027ceb37ba7310a9118:/buildtools/pipol/Experimental.sh?ds=sidebyside diff --git a/buildtools/pipol/Experimental.sh b/buildtools/pipol/Experimental.sh index 11aa5fd33c..209c7024c1 100644 --- a/buildtools/pipol/Experimental.sh +++ b/buildtools/pipol/Experimental.sh @@ -13,7 +13,6 @@ cd ./pipol/$PIPOL_HOST svn checkout svn://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk simgrid-trunk --quiet cd simgrid-trunk -sh ./buildtools/pipol/liste_install.sh sh ./buildtools/pipol/install_gtnets.sh ./gtnets_install SIMGRID_ROOT=`pwd` export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SIMGRID_ROOT/gtnets_install/lib @@ -43,7 +42,7 @@ ctest -D ExperimentalTest ctest -D ExperimentalSubmit make clean -#gtnets +#MC cmake \ -Denable_latency_bound_tracking=on \ -Denable_gtnets=on \ @@ -51,6 +50,8 @@ cmake \ -Denable_coverage=on \ -Denable_model-checking=on \ -Denable_compile_optimizations=off \ +-Denable_auto_install=on \ +-DCMAKE_INSTALL_PREFIX=./simgrid_install \ -Denable_supernovae=off . ctest -D ExperimentalStart ctest -D ExperimentalConfigure