We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ede7ce commit 32fa3ccCopy full SHA for 32fa3cc
ompi/mpiext/continue/configure.m4
@@ -22,12 +22,14 @@ AC_DEFUN([OMPI_MPIEXT_continue_CONFIG],[
22
AS_IF([test "$ENABLE_continue" = "1"],
23
[$1],
24
[$2])
25
+])dnl
26
+
27
+# we need init/finalize
28
+AC_DEFUN([OMPI_MPIEXT_continue_NEED_INIT], [1])
29
30
+AC_DEFUN([OMPI_MPIEXT_continue_POST_CONFIG], [
31
32
[AC_DEFINE_UNQUOTED([OMPI_HAVE_MPI_EXT_CONTINUE], [1],
33
[Whether MPI Continuations are enabled])],
34
[])
-])dnl
-
-# we need init/finalize
-AC_DEFUN([OMPI_MPIEXT_continue_NEED_INIT], [1])
35
+])
0 commit comments