This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via b94333a280d535e1ba9769cc0cd3e84d5973420d (commit) from 33337436f8f435e34acf4bd7897ec873f2dbd64e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/b94333a280d535e1ba9769cc0cd3e84d59... commit b94333a280d535e1ba9769cc0cd3e84d5973420d Author: Huiwei Lu <[email protected]> Date: Wed Mar 12 17:15:40 2014 -0500 Adds configuration check for lock-free option --enable-thread-cs=lock-free is not supported yet, it should be tested in configure process instead of detecting it at make stage. Fixes #2050 Signed-off-by: Ken Raffenetti <[email protected]> diff --git a/configure.ac b/configure.ac index f6d30ee..7c82945 100644 --- a/configure.ac +++ b/configure.ac @@ -1318,6 +1318,7 @@ if test "$enable_threads" = "multiple" ; then thread_granularity=MPIU_THREAD_GRANULARITY_LOCK_FREE if test "$enable_refcount" = "default" ; then enable_refcount=lock-free ; fi if test "$enable_predefined_refcount" = "default" ; then enable_predefined_refcount=no ; fi + AC_MSG_ERROR([--enable-thread-cs=lock-free is not supported yet, please select a different granularity]) ;; *) AC_MSG_ERROR([Unrecognized value $enable_thread_cs for --enable-thread-cs]) ----------------------------------------------------------------------- Summary of changes: configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository