From c6fb1b51b1ab30658e3fc7c01435238e20527fd1 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 12 Mar 2014 15:51:42 +0000 Subject: [PATCH] Remove "medium" RMA interfaces We no longer specify interfaces with choice buffers in the TKR "mpi" module implementation -- MPI-3 prohibits it (see r30169 and r30170 for more details). cmr=v1.7.5:ticket=trac:4372 This commit was SVN r31033. The following SVN revision numbers were found above: r30169 --> open-mpi/ompi@759ee33fd4012117ca2d0313526bb9bb5ade472e r30170 --> open-mpi/ompi@776f6144af8d51abcf612b4de6ef295f024149c3 The following Trac tickets were found above: Ticket 4372 --> https://svn.open-mpi.org/trac/ompi/ticket/4372 --- .../scripts/mpi-f90-interfaces.h.sh | 437 +----------------- 1 file changed, 1 insertion(+), 436 deletions(-) diff --git a/ompi/mpi/fortran/use-mpi-tkr/scripts/mpi-f90-interfaces.h.sh b/ompi/mpi/fortran/use-mpi-tkr/scripts/mpi-f90-interfaces.h.sh index 6c342b7ed1..a7ea04308d 100755 --- a/ompi/mpi/fortran/use-mpi-tkr/scripts/mpi-f90-interfaces.h.sh +++ b/ompi/mpi/fortran/use-mpi-tkr/scripts/mpi-f90-interfaces.h.sh @@ -8,7 +8,7 @@ # reserved. # Copyright (c) 2004-2006 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2006-2014 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2012 FUJITSU LIMITED. All rights reserved. # Copyright (c) 2012 Inria. All rights reserved. # Copyright (c) 2013 Los Alamos Nationa Security, LLC. All rights @@ -11442,438 +11442,3 @@ EOF start MPI_Win_flush_local_all small output_299 MPI_Win_flush_local_all end MPI_Win_flush_local_all - -#------------------------------------------------------------------------ - -output_300() { - if test "$output" = "0"; then - return 0 - fi - - procedure=$1 - rank=$2 - type=$4 - proc="$1$2D$3" - cat <