[mpich2-commits] r5568 - mpich2/trunk

goodell at mcs.anl.gov goodell at mcs.anl.gov
Mon Oct 26 13:47:47 CDT 2009


Author: goodell
Date: 2009-10-26 13:47:47 -0500 (Mon, 26 Oct 2009)
New Revision: 5568

Modified:
   mpich2/trunk/configure.in
Log:
Pick better defaults for thread configure values.

Fixes shm and ssm builds that were broken by r5493.

No reviewer.

Modified: mpich2/trunk/configure.in
===================================================================
--- mpich2/trunk/configure.in	2009-10-26 18:45:07 UTC (rev 5567)
+++ mpich2/trunk/configure.in	2009-10-26 18:47:47 UTC (rev 5568)
@@ -1126,8 +1126,8 @@
 export MPIU_THREAD_DEFAULT
 
 # Check for value thread_cs choice; set the refcount default if necessary
-thread_granularity=0
-thread_refcount=0
+thread_granularity=MPIU_THREAD_GRANULARITY_SINGLE
+thread_refcount=MPIU_REFCOUNT_NONE
 if test "$enable_threads" = "multiple" ; then
     case $enable_thread_cs in 
     global)



More information about the mpich2-commits mailing list