From 7fef70c9b88a5f802e1b0f52b8fc33fea6ce5801 Mon Sep 17 00:00:00 2001 From: KAWASHIMA Takahiro Date: Mon, 19 Oct 2015 15:24:12 +0900 Subject: [PATCH] man: Add `MPI_DIST_GRAPH` in `MPI_TOPO_TEST` manpage. `MPI_DIST_GRAPH` was added in MPI-2.2. --- ompi/mpi/man/man3/MPI_Topo_test.3in | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/mpi/man/man3/MPI_Topo_test.3in b/ompi/mpi/man/man3/MPI_Topo_test.3in index c3c9ab72c3..4d4b7bbcd2 100644 --- a/ompi/mpi/man/man3/MPI_Topo_test.3in +++ b/ompi/mpi/man/man3/MPI_Topo_test.3in @@ -65,6 +65,7 @@ The output value \fItop_type\fP is one of the following: .nf MPI_GRAPH graph topology MPI_CART Cartesian topology + MPI_DIST_GRAPH distributed graph topology MPI_UNDEFINED no topology .fi