From ffce87328d769b4518e1690003c11d17c8d8e9d3 Mon Sep 17 00:00:00 2001 From: KAWASHIMA Takahiro Date: Thu, 15 Oct 2015 17:17:45 +0900 Subject: [PATCH] man: MPI_Get_version now returns 3.1 instead of 2.1. --- ompi/mpi/man/man3/MPI_Get_version.3in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mpi/man/man3/MPI_Get_version.3in b/ompi/mpi/man/man3/MPI_Get_version.3in index ec06521e49..56ef789c8a 100644 --- a/ompi/mpi/man/man3/MPI_Get_version.3in +++ b/ompi/mpi/man/man3/MPI_Get_version.3in @@ -55,7 +55,7 @@ Fortran only: Error status (integer). .SH DESCRIPTION .ft R -Since Open MPI is MPI 2.1 compliant, this function will return a version value of 2 and a subversion value of 1 for this release. +Since Open MPI is MPI 3.1 compliant, this function will return a version value of 3 and a subversion value of 1 for this release. .SH NOTE .ft R