Skip to content

Commit

Permalink
configure.ac: notify MPI minimal tests in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
nfurmento committed Sep 6, 2024
1 parent 21ee4f6 commit 6486b9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,9 @@ AC_ARG_ENABLE(mpi-minimal-tests, [AS_HELP_STRING([--enable-mpi-minimal-tests],
[enable_mpi_minimal_tests=no])

AM_CONDITIONAL([STARPU_MPI_MINIMAL_TESTS], [test x$enable_mpi_minimal_tests = xyes])

if test "x$enable_mpi_minimal_tests" = "xyes"; then
AC_DEFINE(STARPU_MPI_MINIMAL_TESTS, [1], [only enable MPI minimal tests])
fi

###############################################################################
# #
Expand Down

0 comments on commit 6486b9d

Please sign in to comment.