Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / BuildSimGrid.sh
index f219c89ba1d49487304053716e717717a1a14ed8..5f3ce84c1fbd50876285181529c77a26c778e98d 100755 (executable)
@@ -5,9 +5,6 @@
 #
 # Copyright (C) 2017 The SimGrid Team. Licence: LGPL of WDFPL, as you want.
 
-if [ -e build/default ] ; then
-  cd build/default
-fi
 (
   (nice make -j4 || make) && nice ctest -j4 --output-on-failure ; date
 ) 2>&1 | tee BuildSimGrid.sh.log