[Pkg-openmpi-commits] r381 - in /openmpi/trunk/debian/patches: mpi_win.patch series

mckinstry at users.alioth.debian.org mckinstry at users.alioth.debian.org
Tue Mar 15 16:38:38 UTC 2016


Author: mckinstry
Date: Tue Mar 15 16:38:38 2016
New Revision: 381

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=381
Log:
include missing patch

Added:
    openmpi/trunk/debian/patches/mpi_win.patch
Modified:
    openmpi/trunk/debian/patches/series

Added: openmpi/trunk/debian/patches/mpi_win.patch
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/mpi_win.patch?rev=381&op=file
==============================================================================
--- openmpi/trunk/debian/patches/mpi_win.patch	(added)
+++ openmpi/trunk/debian/patches/mpi_win.patch	Tue Mar 15 16:38:38 2016
@@ -0,0 +1,28 @@
+
+
+Index: openmpi/ompi/win/win.c
+===================================================================
+--- openmpi.orig/ompi/win/win.c
++++ openmpi/ompi/win/win.c
+@@ -139,18 +139,18 @@ config_window(void *base, size_t size, i
+                                      MPI_WIN_SIZE, size, true);
+     if (OMPI_SUCCESS != ret) return ret;
+ 
+-    ret = ompi_attr_set_fortran_mpi2(WIN_ATTR, win, 
++    ret = ompi_attr_set_fortran_mpi1(WIN_ATTR, win, 
+                                      &win->w_keyhash, 
+                                      MPI_WIN_DISP_UNIT, disp_unit,
+                                      true);
+     if (OMPI_SUCCESS != ret) return ret;
+ 
+-    ret = ompi_attr_set_fortran_mpi2(WIN_ATTR, win,
++    ret = ompi_attr_set_fortran_mpi1(WIN_ATTR, win,
+                                      &win->w_keyhash,
+                                      MPI_WIN_CREATE_FLAVOR, flavor, true);
+     if (OMPI_SUCCESS != ret) return ret;
+ 
+-    ret = ompi_attr_set_fortran_mpi2(WIN_ATTR, win,
++    ret = ompi_attr_set_fortran_mpi1(WIN_ATTR, win,
+                                      &win->w_keyhash,
+                                      MPI_WIN_MODEL, model, true);
+     if (OMPI_SUCCESS != ret) return ret;

Modified: openmpi/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/series?rev=381&op=diff
==============================================================================
--- openmpi/trunk/debian/patches/series	(original)
+++ openmpi/trunk/debian/patches/series	Tue Mar 15 16:38:38 2016
@@ -9,3 +9,4 @@
 fix-man-pages.patch
 x32.patch
 opal_thread_add64.patch
+mpi_win.patch




More information about the Pkg-openmpi-commits mailing list