[Pkg-openmpi-commits] r367 - in /openmpi/trunk/debian: changelog patches/fix-man-pages.patch patches/series
mckinstry at users.alioth.debian.org
mckinstry at users.alioth.debian.org
Wed Feb 10 13:52:15 UTC 2016
Author: mckinstry
Date: Wed Feb 10 13:52:15 2016
New Revision: 367
URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=367
Log:
Fix man pages patch
Added:
openmpi/trunk/debian/patches/fix-man-pages.patch
Modified:
openmpi/trunk/debian/changelog
openmpi/trunk/debian/patches/series
Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=367&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Wed Feb 10 13:52:15 2016
@@ -1,4 +1,10 @@
-openmpi (1.10.2-6) UNRELEASED; urgency=medium
+openmpi (1.10.2-7) unstable; urgency=medium
+
+ * x32 support from Adam Borowski. Closes: #814332.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 10 Feb 2016 13:40:56 +0000
+
+openmpi (1.10.2-6) unstable; urgency=medium
* libopenmpi-dev recommends openmpi-doc. Closes: #813929.
* Fix formatting errors in man pages. Silences lintian :-)
Added: openmpi/trunk/debian/patches/fix-man-pages.patch
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/fix-man-pages.patch?rev=367&op=file
==============================================================================
--- openmpi/trunk/debian/patches/fix-man-pages.patch (added)
+++ openmpi/trunk/debian/patches/fix-man-pages.patch Wed Feb 10 13:52:15 2016
@@ -0,0 +1,54 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Fix typos, etc. caught by Lintian.
+Last-Updated: 2016-02-07
+Forwarded: no
+
+Index: openmpi-1.10.2/ompi/mpi/man/man3/MPI_Get.3in
+===================================================================
+--- openmpi-1.10.2.orig/ompi/mpi/man/man3/MPI_Get.3in
++++ openmpi-1.10.2/ompi/mpi/man/man3/MPI_Get.3in
+@@ -79,7 +79,7 @@ window object used for communication (ha
+
+ .SH OUTPUT PARAMETER
+ .ft R
+-.TP li
++.TP 1i
+ request
+ MPI_Rget: RMA request
+ .TP 1i
+Index: openmpi-1.10.2/ompi/mpi/man/man3/MPI_Put.3in
+===================================================================
+--- openmpi-1.10.2.orig/ompi/mpi/man/man3/MPI_Put.3in
++++ openmpi-1.10.2/ompi/mpi/man/man3/MPI_Put.3in
+@@ -98,7 +98,7 @@ The communication must satisfy the same
+ .sp
+ The \fItarget_datatype\fP argument is a handle to a datatype object defined at the origin process. However, this object is interpreted at the target process: The outcome is as if the target datatype object were defined at the target process, by the same sequence of calls used to define it at the origin process. The target data type must contain only relative displacements, not absolute addresses. The same holds for get and accumulate.
+ .sp
+-\fBMPI_Rput\bP is similar to \fBMPI_Put\fI, except that it allocates a communication request object and associates it with the request handle (the argument \fIrequest\fP). The completion of an MPI_Rput operation (i.e., after the corresponding test or wait) indicates that the sender is now free to update the locations in the \fIorigin_addr\fP buffer. It does not indicate that the data is available at the target window. If remote completion is required, \fBMPI_Win_flush\fP, \fBMPI_Win_flush_all\fP, \fBMPI_Win_unlock\fP, or \fBMPI_Win_unlock_all\fP can be used.
++\fBMPI_Rput\fP is similar to \fBMPI_Put\fI, except that it allocates a communication request object and associates it with the request handle (the argument \fIrequest\fP). The completion of an MPI_Rput operation (i.e., after the corresponding test or wait) indicates that the sender is now free to update the locations in the \fIorigin_addr\fP buffer. It does not indicate that the data is available at the target window. If remote completion is required, \fBMPI_Win_flush\fP, \fBMPI_Win_flush_all\fP, \fBMPI_Win_unlock\fP, or \fBMPI_Win_unlock_all\fP can be used.
+
+ .SH NOTES
+ The \fItarget_datatype\fP argument is a handle to a datatype object that is defined at the origin process, even though it defines a data layout in the target process memory. This does not cause problems in a homogeneous or heterogeneous environment, as long as only portable data types are used (portable data types are defined in Section 2.4 of the MPI-2 Standard).
+Index: openmpi-1.10.2/orte/tools/orte-dvm/orte-dvm.1in
+===================================================================
+--- openmpi-1.10.2.orig/orte/tools/orte-dvm/orte-dvm.1in
++++ openmpi-1.10.2/orte/tools/orte-dvm/orte-dvm.1in
+@@ -1,4 +1,4 @@
+-.\â -*- nroff -*-
++.\" -*- nroff -*-
+ .\" Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved.
+ .\" Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved.
+ .\â Copyright (c) 2015 Intel, Inc. All rights reserved
+Index: openmpi-1.10.2/orte/tools/orte-submit/orte-submit.1in
+===================================================================
+--- openmpi-1.10.2.orig/orte/tools/orte-submit/orte-submit.1in
++++ openmpi-1.10.2/orte/tools/orte-submit/orte-submit.1in
+@@ -1,7 +1,7 @@
+ .\" -*- nroff -*-
+ .\" Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved.
+ .\" Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved.
+-.\â Copyright (c) 2015 Intel, Inc. All rights reserved.
++.\" Copyright (c) 2015 Intel, Inc. All rights reserved.
+ .\" $COPYRIGHT$
+ .\"
+ .\" Man page for ORTE's orte-submit command
Modified: openmpi/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/series?rev=367&op=diff
==============================================================================
--- openmpi/trunk/debian/patches/series (original)
+++ openmpi/trunk/debian/patches/series Wed Feb 10 13:52:15 2016
@@ -7,3 +7,4 @@
hppa.patch
reproducible-build.patch
fix-man-pages.patch
+x32.patch
More information about the Pkg-openmpi-commits
mailing list