X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ecfc3343bc1b606985d472b5255c3b9c625e54e6..bf2c5d4d8474e3d5d414f1b722716128f43ad4d2:/buildtools/pipol/Experimental.sh diff --git a/buildtools/pipol/Experimental.sh b/buildtools/pipol/Experimental.sh index d49d614e95..3252fd9b50 100755 --- a/buildtools/pipol/Experimental.sh +++ b/buildtools/pipol/Experimental.sh @@ -10,35 +10,25 @@ 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 perl ./buildtools/pipol/ruby.pl - -sh ./buildtools/pipol/install_gtnets.sh ./gtnets_install -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 +if [ -e /usr/bin/gcc-4.6 ] ; then +export CC=gcc-4.6 +export CXX=g++-4.6 +else +export CC=gcc +export CXX=g++ +fi + +#Those 3 lines is for GTNetS +#sh ./buildtools/pipol/install_gtnets.sh ./gtnets_install +#SIMGRID_ROOT=`pwd` +#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SIMGRID_ROOT/gtnets_install/lib #MC cmake \ @@ -50,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