X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f783ed4680c6862a1b7543237e89d1221334bae0..d88728f6b0e2b37b62832bc09de86205042a9147:/buildtools/pipol/Experimental.sh diff --git a/buildtools/pipol/Experimental.sh b/buildtools/pipol/Experimental.sh index afa30ee5ee..3252fd9b50 100755 --- a/buildtools/pipol/Experimental.sh +++ b/buildtools/pipol/Experimental.sh @@ -10,7 +10,8 @@ else fi cd ./pipol/$PIPOL_HOST -git clone git://scm.gforge.inria.fr/simgrid/simgrid.git simgrid --quiet +export GIT_SSL_NO_VERIFY=1 +git clone https://gforge.inria.fr/git/simgrid/simgrid.git cd simgrid perl ./buildtools/pipol/cmake.pl @@ -29,27 +30,6 @@ fi #SIMGRID_ROOT=`pwd` #export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SIMGRID_ROOT/gtnets_install/lib -#supernovae -cmake \ --Denable_lua=on \ --Denable_tracing=on \ --Denable_smpi=on \ --Denable_supernovae=on \ --Denable_compile_optimizations=on \ --Denable_compile_warnings=on \ --Denable_lib_static=off \ --Denable_model-checking=off \ --Denable_latency_bound_tracking=off \ --Drelease=on \ --Denable_gtnets=off . - -ctest -D ExperimentalStart -ctest -D ExperimentalConfigure -ctest -D ExperimentalBuild -ctest -D ExperimentalTest -ctest -D ExperimentalSubmit -make clean - #MC cmake \ -Denable_latency_bound_tracking=on \ @@ -60,8 +40,7 @@ cmake \ -Denable_compile_optimizations=off \ -Denable_auto_install=on \ -DCMAKE_INSTALL_PREFIX=./simgrid_install \ --Drelease=on \ --Denable_supernovae=off . +-Drelease=on . ctest -D ExperimentalStart ctest -D ExperimentalConfigure ctest -D ExperimentalBuild