We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 425ec97 + 3f1bfa7 commit a16762dCopy full SHA for a16762d
ompi/include/mpi.h.in
@@ -241,7 +241,7 @@
241
* MPI version
242
*/
243
#define MPI_VERSION 3
244
-#define MPI_SUBVERSION 0
+#define MPI_SUBVERSION 1
245
246
247
/*
ompi/include/mpif-values.pl
@@ -203,7 +203,7 @@ sub write_file {
203
my $constants;
204
205
$constants->{MPI_VERSION} = 3;
206
-$constants->{MPI_SUBVERSION} = 0;
+$constants->{MPI_SUBVERSION} = 1;
207
208
$constants->{MPI_ANY_SOURCE} = -1;
209
$constants->{MPI_ANY_TAG} = -1;
0 commit comments