|
@@ -810,16 +810,6 @@ if test x$enable_fast = xyes; then
|
|
AC_DEFINE(STARPU_NO_ASSERT, [1], [disable assertions])
|
|
AC_DEFINE(STARPU_NO_ASSERT, [1], [disable assertions])
|
|
fi
|
|
fi
|
|
|
|
|
|
-AC_MSG_CHECKING(whether memory status should be displayed)
|
|
|
|
-AC_ARG_ENABLE(memory-status, [AS_HELP_STRING([--enable-memory-status],
|
|
|
|
- [display memory status at the end of execution])],
|
|
|
|
- enable_memory_status=$enableval, enable_memory_status=no)
|
|
|
|
-AC_MSG_RESULT($enable_memory_status)
|
|
|
|
-if test x$enable_memory_status = xyes; then
|
|
|
|
- AC_DEFINE(STARPU_MEMORY_STATUS, [1], [display memory status])
|
|
|
|
-fi
|
|
|
|
-
|
|
|
|
-
|
|
|
|
AC_MSG_CHECKING(whether debug messages should be displayed)
|
|
AC_MSG_CHECKING(whether debug messages should be displayed)
|
|
AC_ARG_ENABLE(verbose, [AS_HELP_STRING([--enable-verbose],
|
|
AC_ARG_ENABLE(verbose, [AS_HELP_STRING([--enable-verbose],
|
|
[display verbose debug messages])],
|
|
[display verbose debug messages])],
|
|
@@ -829,7 +819,6 @@ if test x$enable_verbose = xyes; then
|
|
AC_DEFINE(STARPU_VERBOSE, [1], [display verbose debug messages])
|
|
AC_DEFINE(STARPU_VERBOSE, [1], [display verbose debug messages])
|
|
fi
|
|
fi
|
|
|
|
|
|
-
|
|
|
|
AC_MSG_CHECKING(whether coverage testing should be enabled)
|
|
AC_MSG_CHECKING(whether coverage testing should be enabled)
|
|
AC_ARG_ENABLE(coverage, [AS_HELP_STRING([--enable-coverage],
|
|
AC_ARG_ENABLE(coverage, [AS_HELP_STRING([--enable-coverage],
|
|
[enable coverage checking])],
|
|
[enable coverage checking])],
|
|
@@ -842,7 +831,6 @@ if test x$enable_coverage = xyes; then
|
|
LDFLAGS="${LDFLAGS} --coverage"
|
|
LDFLAGS="${LDFLAGS} --coverage"
|
|
fi
|
|
fi
|
|
|
|
|
|
-
|
|
|
|
# shall we use FxT to generate trace of the execution ?
|
|
# shall we use FxT to generate trace of the execution ?
|
|
AC_MSG_CHECKING(whether FxT traces should be generated)
|
|
AC_MSG_CHECKING(whether FxT traces should be generated)
|
|
AC_ARG_WITH(fxt, [AS_HELP_STRING([--with-fxt[=<dir>]], [generate fxt traces])],
|
|
AC_ARG_WITH(fxt, [AS_HELP_STRING([--with-fxt[=<dir>]], [generate fxt traces])],
|
|
@@ -927,11 +915,19 @@ AC_ARG_ENABLE(stats, [AS_HELP_STRING([--enable-stats],
|
|
AC_MSG_RESULT($enable_stats)
|
|
AC_MSG_RESULT($enable_stats)
|
|
AC_SUBST(STATS, $enable_stats)
|
|
AC_SUBST(STATS, $enable_stats)
|
|
AC_SUBST(STARPU_DATA_STATS, $enable_stats)
|
|
AC_SUBST(STARPU_DATA_STATS, $enable_stats)
|
|
-
|
|
|
|
if test x$enable_stats = xyes; then
|
|
if test x$enable_stats = xyes; then
|
|
AC_DEFINE(STARPU_DATA_STATS, [1], [enable statistics])
|
|
AC_DEFINE(STARPU_DATA_STATS, [1], [enable statistics])
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
+AC_MSG_CHECKING(whether memory status should be displayed)
|
|
|
|
+AC_ARG_ENABLE(memory-status, [AS_HELP_STRING([--enable-memory-status],
|
|
|
|
+ [display memory status at the end of execution])],
|
|
|
|
+ enable_memory_status=$enableval, enable_memory_status=no)
|
|
|
|
+AC_MSG_RESULT($enable_memory_status)
|
|
|
|
+if test x$enable_memory_status = xyes; then
|
|
|
|
+ AC_DEFINE(STARPU_MEMORY_STATUS, [1], [display memory status])
|
|
|
|
+fi
|
|
|
|
+
|
|
AC_CHECK_HEADERS([glpk.h])
|
|
AC_CHECK_HEADERS([glpk.h])
|
|
STARPU_HAVE_LIBRARY(GLPK, [glpk])
|
|
STARPU_HAVE_LIBRARY(GLPK, [glpk])
|
|
|
|
|