Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 1276ddc

Browse files
author
rhc54
committed
Merge pull request #1028 from hjelmn/v1.10_man
man: fix typo in MPI_Win_allocate_shared
2 parents bfeb040 + dbb5426 commit 1276ddc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ompi/mpi/man/man3/MPI_Win_allocate_shared.3in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" -*- nroff -*-
2-
.\" Copyright 2015 Los Alamos National Security, LLC. All rights reserved.
2+
.\" Copyright 2015-2016 Los Alamos National Security, LLC. All rights reserved.
33
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
44
.\" Copyright 2007-2008 Sun Microsystems, Inc.
55
.\" Copyright (c) 1996 Thinking Machines Corporation
@@ -92,7 +92,7 @@ modify the data layout (e.g., padding to reduce access latency).
9292
.sp
9393
.TP 1i
9494
blocking_fence
95-
If set to \fItrue\fP, the osc/sm component will use \fBMPI_Barrier\FP
95+
If set to \fItrue\fP, the osc/sm component will use \fBMPI_Barrier\fP
9696
for \fBMPI_Win_fence\fP. If set to \fIfalse\fP a condition variable
9797
and counter will be used instead. The default value is
9898
\fIfalse\fP. This info key is Open MPI specific.
@@ -128,3 +128,4 @@ MPI_Alloc_mem
128128
MPI_Free_mem
129129
MPI_Win_allocate
130130
MPI_Win_create
131+
MPI_Win_shared_query

0 commit comments

Comments
 (0)