X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/234ae403478cdecaa20912b4d549bc50919ccda9..54d499c29a89a5f913cca4988668e2410918e527:/buildtools/pipol/Nightly_simgrid.sh diff --git a/buildtools/pipol/Nightly_simgrid.sh b/buildtools/pipol/Nightly_simgrid.sh index 4f37d2323b..a426d58e16 100644 --- a/buildtools/pipol/Nightly_simgrid.sh +++ b/buildtools/pipol/Nightly_simgrid.sh @@ -2,24 +2,23 @@ #PRE-PIPOL /home/mescal/navarro/pre-simgrid.sh -#PIPOL esn i386_mac-mac-osx-server-leopard.dd.gz none 02:00 --user --quiet +#PIPOL esn i386-linux-ubuntu-intrepid.dd.gz none 02:00 --user --silent +#PIPOL esn amd64-linux-ubuntu-intrepid.dd.gz none 02:00 --user --silent -#PIPOL esn i386-linux-ubuntu-intrepid.dd.gz none 02:00 --user --quiet +#PIPOL esn i386-linux-ubuntu-jaunty.dd.gz none 02:00 --user --silent +#PIPOL esn amd64-linux-ubuntu-jaunty.dd.gz none 02:00 --user --silent -#PIPOL esn i386-linux-ubuntu-jaunty.dd.gz none 02:00 --user --quiet +#PIPOL esn i386-linux-ubuntu-karmic.dd.gz none 02:00 --user --silent +#PIPOL esn amd64-linux-ubuntu-karmic.dd.gz none 02:00 --user --silent -#PIPOL esn i386-linux-ubuntu-karmic.dd.gz none 02:00 --user --quiet -#PIPOL esn amd64-linux-ubuntu-karmic.dd.gz none 02:00 --user --quiet +#PIPOL esn i386-linux-fedora-core11.dd.gz none 02:00 --user --silent +#PIPOL esn amd64-linux-fedora-core11.dd.gz none 02:00 --user --silent -#PIPOL esn i386-linux-debian-lenny.dd.gz none 02:00 --user --quiet -#PIPOL esn amd64-linux-debian-lenny.dd.gz none 02:00 --user --quiet +#PIPOL esn i386_kvm-linux-debian-lenny none 02:00 --user --silent +#PIPOL esn i386_kvm-linux-debian-testing none 02:00 --user --silent -#PIPOL esn i386-linux-debian-testing.dd none 02:00 --user --quiet - -#PIPOL esn i386-linux-fedora-core11.dd.gz none 02:00 --user --quiet - -#PIPOL esn i386-linux-fedora-core12.dd.gz none 02:00 --user --quiet -#PIPOL esn amd64-linux-fedora-core12.dd.gz none 02:00 --user --quiet +#PIPOL esn amd64_kvm-linux-debian-lenny none 02:00 --user --silent +#PIPOL esn amd64_kvm-linux-debian-testing none 02:00 --user --silent SYSTEM=`uname` @@ -33,63 +32,88 @@ else fi cd ./pipol/$PIPOL_HOST -sh /home/mescal/navarro/liste_install.sh - svn checkout svn://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk simgrid-trunk --quiet -cd simgrid-trunk -#Make the ucontext mode -cmake -Dwith_context=ucontext -Denable_coverage=on ./ -ctest -D NightlyStart -ctest -D NightlyConfigure -ctest -D NightlyBuild -ctest -D NightlyTest -ctest -D NightlyCoverage -ctest -D NightlySubmit -make clean +sh ./simgrid-trunk/buildtools/pipol/liste_install.sh +perl ./simgrid-trunk/buildtools/pipol/cmake.pl -#Make the pthread mode -cmake -Dwith_context=pthread ./ -ctest -D NightlyStart -ctest -D NightlyConfigure -ctest -D NightlyBuild -ctest -D NightlyTest -ctest -D NightlyCoverage -ctest -D NightlySubmit -make clean +cd simgrid-trunk -#Make the tracing mode -cmake -Dwith_context=auto -Denable_tracing=on ./ +rm CMakeCache.txt + +#ucontext and pthread +cmake -Denable_lua=on \ +-Denable_ruby=on \ +-Denable_lib_static=on \ +-Denable_model-checking=off \ +-Denable_tracing=on \ +-Denable_latency_bound_tracking=off \ +-Denable_gtnets=off \ +-Denable_java=on \ +-Denable_compile_optimizations=off \ +-Denable_compile_warnings=off \ +-Denable_supernovae=off \ +-Denable_smpi=on . ctest -D NightlyStart ctest -D NightlyConfigure ctest -D NightlyBuild ctest -D NightlyTest -ctest -D NightlyCoverage ctest -D NightlySubmit make clean -#Make the model-checking mode -cmake -Denable_model-checking=on ./ +#full_flags +cmake -Denable_lua=on \ +-Denable_ruby=on \ +-Denable_lib_static=on \ +-Denable_model-checking=off \ +-Denable_tracing=on \ +-Denable_latency_bound_tracking=on \ +-Denable_gtnets=off \ +-Denable_java=on \ +-Denable_compile_optimizations=on \ +-Denable_compile_warnings=on \ +-Denable_smpi=on . ctest -D NightlyStart ctest -D NightlyConfigure ctest -D NightlyBuild ctest -D NightlyTest -ctest -D NightlyCoverage ctest -D NightlySubmit make clean -#Make the full flags mode -cmake -Denable_model-checking=off -Denable_tracing=off -Denable_compile_warnings=on -Denable_compile_optimizations=on -Denable_lua=off -Denable_java=off -Denable_ruby=off ./ +#supernovae +cmake -Denable_lua=on \ +-Denable_ruby=on \ +-Denable_lib_static=on \ +-Denable_model-checking=off \ +-Denable_tracing=on \ +-Denable_latency_bound_tracking=on \ +-Denable_gtnets=off \ +-Denable_java=on \ +-Denable_compile_optimizations=off \ +-Denable_compile_warnings=off \ +-Denable_supernovae=on \ +-Denable_smpi=on . ctest -D NightlyStart ctest -D NightlyConfigure ctest -D NightlyBuild ctest -D NightlyTest -ctest -D NightlyCoverage ctest -D NightlySubmit make clean -#Make the supernovae mode -cmake -Dsupernovae=on ./ +#model checking +cmake -Denable_lua=on \ +-Denable_ruby=on \ +-Denable_lib_static=on \ +-Denable_model-checking=on \ +-Denable_tracing=on \ +-Denable_latency_bound_tracking=on \ +-Denable_gtnets=off \ +-Denable_java=on \ +-Denable_compile_optimizations=off \ +-Denable_compile_warnings=off \ +-Denable_supernovae=off \ +-Denable_coverage=on \ +-Denable_smpi=on . ctest -D NightlyStart ctest -D NightlyConfigure ctest -D NightlyBuild @@ -149,23 +173,42 @@ if [ $SYSTEM = Linux ] ; then cd simgrid-trunk if [ -e $userhome/usr/lib/libgtsim-opt.so ] ; then - #Make gtnets - cmake -Dsupernovae=off -Denable_compile_warnings=off -Denable_compile_optimizations=off -Dgtnets_path=$absolute_path/usr ./ + #gtnets + cmake -Denable_lua=on \ + -Denable_ruby=on \ + -Denable_lib_static=on \ + -Denable_model-checking=off \ + -Denable_tracing=on \ + -Denable_latency_bound_tracking=on \ + -Denable_gtnets=on \ + -Denable_java=on \ + -Dgtnets_path=$userhome/usr \ + -Denable_coverage=off \ + -Denable_smpi=on . ctest -D NightlyStart ctest -D NightlyConfigure ctest -D NightlyBuild ctest -D NightlyTest - ctest -D NightlyCoverage ctest -D NightlySubmit make clean fi fi -#Make the memcheck mode -cmake -Denable_gtnets=off ./ -ctest -D NightlyStart -ctest -D NightlyConfigure -ctest -D NightlyBuild -ctest -D NightlyMemCheck -ctest -D NightlySubmit -make clean \ No newline at end of file +if[ x$PIPOL_IMAGE = xi386-linux-ubuntu-karmic.dd.gz ] + #Make the memcheck mode + cmake -Denable_lua=off \ + -Denable_ruby=off \ + -Denable_lib_static=off \ + -Denable_model-checking=off \ + -Denable_tracing=off \ + -Denable_latency_bound_tracking=off \ + -Denable_gtnets=off \ + -Denable_java=off \ + -Denable_memcheck=on ./ + ctest -D NightlyStart + ctest -D NightlyConfigure + ctest -D NightlyBuild + ctest -D NightlyMemCheck + ctest -D NightlySubmit + make clean +fi \ No newline at end of file