From b9d100929b8114716b4014e81a874e4bdc748bf1 Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Wed, 16 Mar 2016 14:47:40 -0600 Subject: [PATCH] man: fix typo in MPI_Win_allocate_shared Signed-off-by: Nathan Hjelm --- ompi/mpi/man/man3/MPI_Win_allocate_shared.3in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ompi/mpi/man/man3/MPI_Win_allocate_shared.3in b/ompi/mpi/man/man3/MPI_Win_allocate_shared.3in index 518a4e84b4..7ad410ff3b 100644 --- a/ompi/mpi/man/man3/MPI_Win_allocate_shared.3in +++ b/ompi/mpi/man/man3/MPI_Win_allocate_shared.3in @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.\" Copyright 2015 Los Alamos National Security, LLC. All rights reserved. +.\" Copyright 2015-2016 Los Alamos National Security, LLC. All rights reserved. .\" Copyright 2010 Cisco Systems, Inc. All rights reserved. .\" Copyright 2007-2008 Sun Microsystems, Inc. .\" Copyright (c) 1996 Thinking Machines Corporation @@ -107,7 +107,7 @@ modify the data layout (e.g., padding to reduce access latency). .sp .TP 1i blocking_fence -If set to \fItrue\fP, the osc/sm component will use \fBMPI_Barrier\FP +If set to \fItrue\fP, the osc/sm component will use \fBMPI_Barrier\fP for \fBMPI_Win_fence\fP. If set to \fIfalse\fP a condition variable and counter will be used instead. The default value is \fIfalse\fP. This info key is Open MPI specific. @@ -143,3 +143,4 @@ MPI_Alloc_mem MPI_Free_mem MPI_Win_allocate MPI_Win_create +MPI_Win_shared_query