Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a new image for Mac on pipol.
[simgrid.git] / buildtools / pipol / Nightly_memCheck.sh
1 #!/bin/bash
2
3 #PIPOL esn amd64_2010-linux-ubuntu-maverick.dd.gz none 02:00 --user --silent
4
5 if [ -e ./pipol ] ; then
6         rm -rf ./pipol/$PIPOL_HOST
7         mkdir ./pipol/$PIPOL_HOST
8 else
9         mkdir ./pipol
10         rm -rf ./pipol/$PIPOL_HOST
11         mkdir ./pipol/$PIPOL_HOST
12 fi
13 cd ./pipol/$PIPOL_HOST
14
15 git clone git://scm.gforge.inria.fr/simgrid/simgrid.git simgrid --quiet
16 cd simgrid
17
18 perl ./buildtools/pipol/cmake.pl
19 perl ./buildtools/pipol/ruby.pl
20
21 #mem-check
22 cmake \
23 -Denable_lua=off \
24 -Denable_tracing=off \
25 -Denable_smpi=off \
26 -Denable_supernovae=off \
27 -Denable_compile_optimizations=off \
28 -Denable_compile_warnings=on \
29 -Denable_lib_static=off \
30 -Denable_model-checking=off \
31 -Denable_latency_bound_tracking=off \
32 -Denable_gtnets=off \
33 -Denable_jedule=off \
34 -Denable_memcheck=on ./
35 ctest -D NightlyStart
36 ctest -D NightlyConfigure
37 ctest -D NightlyBuild
38 ctest -D NightlyMemCheck
39 ctest -D NightlySubmit