Skip to content

Commit a16762d

Browse files
committed
Merge pull request open-mpi#684 from hjelmn/v2.x_31
bump mpi version to 3.1
2 parents 425ec97 + 3f1bfa7 commit a16762d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ompi/include/mpi.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
* MPI version
242242
*/
243243
#define MPI_VERSION 3
244-
#define MPI_SUBVERSION 0
244+
#define MPI_SUBVERSION 1
245245

246246

247247
/*

ompi/include/mpif-values.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ sub write_file {
203203
my $constants;
204204

205205
$constants->{MPI_VERSION} = 3;
206-
$constants->{MPI_SUBVERSION} = 0;
206+
$constants->{MPI_SUBVERSION} = 1;
207207

208208
$constants->{MPI_ANY_SOURCE} = -1;
209209
$constants->{MPI_ANY_TAG} = -1;

0 commit comments

Comments
 (0)