Whamcloud - gitweb
liblustre:
[fs/lustre-release.git] / lustre / configure.in
index aee06ac..33bb6a9 100644 (file)
@@ -45,6 +45,10 @@ else
 fi
 AC_SUBST(SYSIO)
 
+#build mpi-tests 
+AC_ARG_ENABLE(mpitests, [  --enable-mpitests disable build liblustre mpi tests])
+AM_CONDITIONAL(MPITESTS, test x$enable_mpitests = xyes, Build MPI Tests)
+
 # snap compilation 
 AC_ARG_ENABLE(snapfs, [  --enable-snapfs build snapfs])
 AM_CONDITIONAL(SNAPFS, test x$enable_snapfs = xyes)