X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e19b97e56b274fcf503f4c6d1ecbe1a96c3f246c..bf2c5d4d8474e3d5d414f1b722716128f43ad4d2:/buildtools/pipol/Experimental.sh diff --git a/buildtools/pipol/Experimental.sh b/buildtools/pipol/Experimental.sh old mode 100644 new mode 100755 index 228ad84e61..3252fd9b50 --- a/buildtools/pipol/Experimental.sh +++ b/buildtools/pipol/Experimental.sh @@ -10,46 +10,37 @@ else fi cd ./pipol/$PIPOL_HOST -svn checkout svn://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk simgrid-trunk --quiet -cd simgrid-trunk +export GIT_SSL_NO_VERIFY=1 +git clone https://gforge.inria.fr/git/simgrid/simgrid.git +cd simgrid -sh ./simgrid-trunk/buildtools/pipol/liste_install.sh -sh ./buildtools/pipol/install_gtnets.sh ./gtnets_install +perl ./buildtools/pipol/cmake.pl +perl ./buildtools/pipol/ruby.pl -perl ./simgrid-trunk/buildtools/pipol/cmake.pl -perl ./simgrid-trunk/buildtools/pipol/ruby.pl - -rm CMakeCache.txt +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 -#supernovae -cmake \ --Denable_lua=on \ --Denable_ruby=on \ --Denable_java=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 \ --Denable_gtnets=off . -ctest -D ExperimentalStart -ctest -D ExperimentalConfigure -ctest -D ExperimentalBuild -ctest -D ExperimentalTest -ctest -D ExperimentalSubmit -make clean +#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 -#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_supernovae=off . +-Denable_auto_install=on \ +-DCMAKE_INSTALL_PREFIX=./simgrid_install \ +-Drelease=on . ctest -D ExperimentalStart ctest -D ExperimentalConfigure ctest -D ExperimentalBuild