diff --git a/build_io.sh b/build_io.sh
index 10ef3c7623b6de78c24e9d9de0248d64d7924e56..277da959f84e555702523d06c57e9cffca3cfb78 100755
--- a/build_io.sh
+++ b/build_io.sh
@@ -23,6 +23,8 @@ then
  sh ./configure --disable-gpu
 elif [ "$2" == "gin" ]
 then
+ module load gcc/4.8.2
+ module load boost/1.54.0
  sh ./configure --with-boost=/sw/apps/boost/1.54.0/
 else
  sh ./configure