1
1

Also bump the Fortran MPI version constants to 3.0

cmr=v1.7.5:ticket=trac:4371

This commit was SVN r31038.

The following Trac tickets were found above:
  Ticket 4371 --> https://svn.open-mpi.org/trac/ompi/ticket/4371
Этот коммит содержится в:
Jeff Squyres 2014-03-12 16:06:15 +00:00
родитель c173344141
Коммит 3120ec2b96

Просмотреть файл

@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
# Copyright (c) 2011-2013 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2011-2014 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -202,8 +202,8 @@ $io_handles->{MPI_FILE_NULL} = 0;
my $constants;
$constants->{MPI_VERSION} = 2;
$constants->{MPI_SUBVERSION} = 1;
$constants->{MPI_VERSION} = 3;
$constants->{MPI_SUBVERSION} = 0;
$constants->{MPI_ANY_SOURCE} = -1;
$constants->{MPI_ANY_TAG} = -1;