diff --git a/build.sh b/build.sh
index b85f1bce995e67133dd8a350da2b1382819e7b30..40d31af297fa8c9425529619e1e96620f8155b4f 100755
--- a/build.sh
+++ b/build.sh
@@ -28,11 +28,6 @@ if [ "$2" == "gin" ]
 then
  echo "Compiling on gin\n"
 
- echo "1" >> input_install
- echo "1" >> input_install
- echo "12" >> input_install
- echo "y" >> input_install
-
  source ~/.bashrc
  module load gcc/4.9.2
  mkdir $HOME/$5
@@ -61,11 +56,6 @@ elif [ "$2" == "taurus" ]
 then
  echo "Compiling on taurus"
 
-    echo "1" >> input_install
-    echo "1" >> input_install
-    echo "24" >> input_install
-    echo "y" >> input_install
-
  source /etc/profile
  echo "$PATH"
  module load eigen/3.2.0
@@ -91,11 +81,6 @@ else
  echo "Compiling general"
  source ~/.bashrc
 
-    echo "1" >> input_install
-    echo "1" >> input_install
-    echo "4" >> input_install
-    echo "y" >> input_install
-
  mkdir $HOME/$5
  if [ x"$4" == x"full" ]; then
   ./install -i $HOME/$5  -s -c "--prefix=/Users/jenkins/openfpm_install" < input_install