Skip to content

Commit

Permalink
Merge pull request Sandia-OpenSHMEM#729 from davidozog/pr/manual_prog…
Browse files Browse the repository at this point in the history
…_completion_poll

Manual progress should also do completion polling
  • Loading branch information
jdinan authored Jul 13, 2018
2 parents 74a2815 + 44a881a commit 109ca0e
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 @@ -75,7 +75,9 @@ AS_IF([test "$enable_completion_polling" = "yes"],
AC_ARG_ENABLE([manual-progress],
[AC_HELP_STRING([--enable-manual-progress],
[Enable intermittent progress calls inside transport layer (default:disabled)])])
AS_IF([test "$enable_manual_progress" = "yes"], [AC_DEFINE([ENABLE_MANUAL_PROGRESS], [1], [Enable manual progress])])
AS_IF([test "$enable_manual_progress" = "yes"],
[AC_DEFINE([ENABLE_MANUAL_PROGRESS], [1], [Enable manual progress])
AC_DEFINE([DEFAULT_POLL_LIMIT], [-1], [Poll limit for local/remote completions])])

AC_ARG_WITH([total-data-ordering],
[AC_HELP_STRING([--with-total-data-ordering],
Expand Down

0 comments on commit 109ca0e

Please sign in to comment.