X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/60209fce216635a9ad238819cbf8ee2a8f532705..3be017f7751e80edf4ae05614ee7c964282bc945:/buildtools/pipol/Experimental.sh diff --git a/buildtools/pipol/Experimental.sh b/buildtools/pipol/Experimental.sh index 7c7ee46825..9f7ae941d5 100644 --- a/buildtools/pipol/Experimental.sh +++ b/buildtools/pipol/Experimental.sh @@ -15,7 +15,8 @@ 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 perl ./buildtools/pipol/cmake.pl perl ./buildtools/pipol/ruby.pl @@ -42,13 +43,16 @@ ctest -D ExperimentalTest ctest -D ExperimentalSubmit make clean -#gtnets +#MC cmake \ -Denable_latency_bound_tracking=on \ -Denable_gtnets=on \ -Dgtnets_path=./gtnets_install \ -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