Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not use -ffast-math, it sometimes breaks lagrangian computations on 64bits
[simgrid.git] / bootstrap
index faaf3c4..1272eba 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -9,6 +9,12 @@
 
 amversions="${amver:-1.10}"
 
+if [ ! -e bootstrap ] ; then
+  if [ -e ../bootstrap ] ; then
+    cd ..
+  fi
+fi
+
 check_version()
 {
     eval $2 --version 2>/dev/null | grep -i "$1.*$3" >/dev/null