Author: dinan Date: 2012-12-13 11:01:36 -0600 (Thu, 13 Dec 2012) New Revision: 10768 Modified: mpich2/trunk/src/util/param/params.yml Log: Updated boolean params to use true/false Reviewer: buntinas Modified: mpich2/trunk/src/util/param/params.yml =================================================================== --- mpich2/trunk/src/util/param/params.yml 2012-12-13 17:01:34 UTC (rev 10767) +++ mpich2/trunk/src/util/param/params.yml 2012-12-13 17:01:36 UTC (rev 10768) @@ -221,7 +221,7 @@ - category : rma name : RMA_LOCK_IMMED type : boolean - default : 0 + default : false description : >- Issue a request for the passive target RMA lock immediately. Default behavior is to defer the lock request until the call to MPI_Win_unlock.