Skip to content

Commit 7dac5d3

Browse files
committed
bump fortran mpi version
Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 467ff3a commit 7dac5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)