From: navarrop Date: Wed, 16 Dec 2009 15:59:25 +0000 (+0000) Subject: reorganize the directory and add some files for pipol X-Git-Tag: SVN~822 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3fa2f757f7555af8df81ee0231592d559e933580 reorganize the directory and add some files for pipol git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6904 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/ctest/Cmake.tar.gz b/buildtools/ctest/Cmake.tar.gz deleted file mode 100644 index 7029cc255d..0000000000 Binary files a/buildtools/ctest/Cmake.tar.gz and /dev/null differ diff --git a/buildtools/ctest/reservall.sh b/buildtools/ctest/reservall.sh new file mode 100755 index 0000000000..c518967a0d --- /dev/null +++ b/buildtools/ctest/reservall.sh @@ -0,0 +1,19 @@ +#! /bin/sh + +ssh pipol pipol-sub esn i386-linux-ubuntu-jaunty.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +ssh pipol pipol-sub esn i386-linux-ubuntu-karmic.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +ssh pipol pipol-sub esn amd64-linux-ubuntu-jaunty.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +ssh pipol pipol-sub esn amd64-linux-ubuntu-karmic.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh + +ssh pipol pipol-sub esn i386-linux-debian-etch.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +ssh pipol pipol-sub esn i386-linux-debian-lenny.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +ssh pipol pipol-sub esn amd64-linux-debian-etch.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +ssh pipol pipol-sub esn amd64-linux-debian-lenny.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh + +ssh pipol pipol-sub esn i386-linux-fedora-core11.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +ssh pipol pipol-sub esn amd64-linux-fedora-core11.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh + +ssh pipol pipol-sub esn i386-linux-mandriva-2009_powerpack.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +ssh pipol pipol-sub esn amd64-linux-mandriva-2009_powerpack.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh + +ssh pipol pipol-sub esn i386_mac-mac-osx-server-leopard.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh diff --git a/buildtools/ctest/simgrid-3.3.4-svn.tar.gz b/buildtools/ctest/simgrid-3.3.4-svn.tar.gz deleted file mode 100644 index 33cb6b5da9..0000000000 Binary files a/buildtools/ctest/simgrid-3.3.4-svn.tar.gz and /dev/null differ diff --git a/buildtools/ctest/test_simgrid_pipol.sh b/buildtools/ctest/test_simgrid_pipol.sh new file mode 100755 index 0000000000..2efd2beb56 --- /dev/null +++ b/buildtools/ctest/test_simgrid_pipol.sh @@ -0,0 +1,19 @@ +#! /bin/sh + +#PIPOL esn i386-linux-ubuntu-jaunty.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +#PIPOL esn i386-linux-ubuntu-karmic.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +#PIPOL esn amd64-linux-ubuntu-jaunty.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +#PIPOL esn amd64-linux-ubuntu-karmic.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh + +#PIPOL esn i386-linux-debian-etch.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +#PIPOL esn i386-linux-debian-lenny.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +#PIPOL esn amd64-linux-debian-etch.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +#PIPOL esn amd64-linux-debian-lenny.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh + +#PIPOL esn i386-linux-fedora-core11.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +#PIPOL esn amd64-linux-fedora-core11.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh + +#PIPOL esn i386-linux-mandriva-2009_powerpack.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh +#PIPOL esn amd64-linux-mandriva-2009_powerpack.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh + +#PIPOL esn i386_mac-mac-osx-server-leopard.dd.gz none 02:00 /home/mescal/navarro/script/verif.sh diff --git a/buildtools/ctest/verif_all.sh b/buildtools/ctest/verif_all.sh new file mode 100755 index 0000000000..0a47f474a1 --- /dev/null +++ b/buildtools/ctest/verif_all.sh @@ -0,0 +1,85 @@ +#!/bin/bash + +#GET the OS name +OS=`uname` +node=`uname -n` + +# OS specific working directory +BASEDIR=/pipol +DIR=$BASEDIR/$OS/$node + +# Clean any leftover from previous install +echo "remove old directory $BASEDIR/$OS/$node" +rm -rf $BASEDIR/$OS/$node + +# create a new directory +echo "create new directory $BASEDIR/$OS/$node" +mkdir $BASEDIR/$OS/$node +cd $BASEDIR/$OS/$node + +# load the simgrid directory +echo "untar simgrid-3.3.4-svn.tar.gz" +cp /home/mescal/navarro/simgrid-3.3.4-svn.tar.gz $BASEDIR/$OS/$node/simgrid-3.3.4-svn.tar.gz +tar -xzf ./simgrid-3.3.4-svn.tar.gz +echo "untar Cmake.tar.gz" +cp /home/mescal/navarro/Cmake.tar.gz $BASEDIR/$OS/$node/simgrid-3.3.4-svn/Cmake.tar.gz +cd $BASEDIR/$OS/$node/simgrid-3.3.4-svn +tar -xzf $BASEDIR/$OS/$node/simgrid-3.3.4-svn/Cmake.tar.gz + +# install cmake +sudo aptitude install -y cmake + +# 1er test +cd $BASEDIR/$OS/$node/simgrid-3.3.4-svn +echo "make clean" +make clean +echo "./configure" +./configure +echo "make" +make + +cd $BASEDIR/$OS/$node/simgrid-3.3.4-svn/Cmake +cmake ./ +ctest -D Experimental + + +# 2eme test supernovae +cd $BASEDIR/$OS/$node/simgrid-3.3.4-svn +echo "make clean" +make clean +echo "./configure --enable-supernovae" +./configure --enable-supernovae +echo "make" +make + +cd $BASEDIR/$OS/$node/simgrid-3.3.4-svn/Cmake +cmake ./ +ctest -D Experimental + +# 3eme test pthread +cd $BASEDIR/$OS/$node/simgrid-3.3.4-svn +echo "make clean" +make clean +echo "./configure --with-pthread" +./configure --with-pthread +echo "make" +make + +cd $BASEDIR/$OS/$node/simgrid-3.3.4-svn/Cmake +cmake ./ +ctest -D Experimental + +# 4eme test disable compile optimizations +cd $BASEDIR/$OS/$node/simgrid-3.3.4-svn +echo "make clean" +make clean +echo "./configure --disable-compile-optimizations" +./configure --disable-compile-optimizations +echo "make" +make + +cd $BASEDIR/$OS/$node/simgrid-3.3.4-svn/Cmake +cmake ./ +ctest -D Experimental + +echo "Done!"