Skip to content

Commit 32fa3cc

Browse files
committed
Use new OMPI_MPIEXT_continue_POST_CONFIG hook
Signed-off-by: Joseph Schuchart <[email protected]>
1 parent 7ede7ce commit 32fa3cc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

ompi/mpiext/continue/configure.m4

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ AC_DEFUN([OMPI_MPIEXT_continue_CONFIG],[
2222
AS_IF([test "$ENABLE_continue" = "1"],
2323
[$1],
2424
[$2])
25+
])dnl
26+
27+
# we need init/finalize
28+
AC_DEFUN([OMPI_MPIEXT_continue_NEED_INIT], [1])
2529

30+
AC_DEFUN([OMPI_MPIEXT_continue_POST_CONFIG], [
2631
AS_IF([test "$ENABLE_continue" = "1"],
2732
[AC_DEFINE_UNQUOTED([OMPI_HAVE_MPI_EXT_CONTINUE], [1],
2833
[Whether MPI Continuations are enabled])],
2934
[])
30-
])dnl
31-
32-
# we need init/finalize
33-
AC_DEFUN([OMPI_MPIEXT_continue_NEED_INIT], [1])
35+
])

0 commit comments

Comments
 (0)