From e3eb2ef4a0f84b9f6441e3b43a63f3c665ca6f93 Mon Sep 17 00:00:00 2001 From: Fangcong-Yin Date: Fri, 13 Nov 2020 19:13:17 -0500 Subject: [PATCH] Modify see also links in existing .md files to php so that they can be rendered on the open mpi website Signed-off-by: Fangcong Yin --- ompi/mpi/man/man3/MPI_Barrier.md | 2 +- ompi/mpi/man/man3/MPI_Bsend_init.md | 12 ++++++------ ompi/mpi/man/man3/MPI_Buffer_attach.md | 2 +- ompi/mpi/man/man3/MPI_Buffer_detach.md | 4 ++-- ompi/mpi/man/man3/MPI_Cancel.md | 8 ++++---- ompi/mpi/man/man3/MPI_Cart_get.md | 4 ++-- ompi/mpi/man/man3/MPI_Cart_map.md | 2 +- ompi/mpi/man/man3/MPI_Cart_rank.md | 2 +- ompi/mpi/man/man3/MPI_Cart_sub.md | 4 ++-- ompi/mpi/man/man3/MPI_Cartdim_get.md | 4 ++-- ompi/mpi/man/man3/MPI_Comm_accept.md | 4 ++-- ompi/mpi/man/man3/MPI_Comm_call_errhandler.md | 4 ++-- ompi/mpi/man/man3/MPI_Comm_connect.md | 4 ++-- ompi/mpi/man/man3/MPI_Comm_create.md | 6 +++--- ompi/mpi/man/man3/MPI_Comm_create_group.md | 2 +- ompi/mpi/man/man3/MPI_Comm_disconnect.md | 4 ++-- ompi/mpi/man/man3/MPI_Comm_dup.md | 4 ++-- ompi/mpi/man/man3/MPI_Comm_dup_with_info.md | 6 +++--- ompi/mpi/man/man3/MPI_Finalize.md | 8 ++++---- ompi/mpi/man/man3/MPI_Finalized.md | 8 ++++---- ompi/mpi/man/man3/MPI_Free_mem.md | 2 +- ompi/mpi/man/man3/MPI_Gather.md | 6 +++--- ompi/mpi/man/man3/MPI_Gatherv.md | 6 +++--- ompi/mpi/man/man3/MPI_Get.md | 2 +- ompi/mpi/man/man3/MPI_Get_accumulate.md | 10 +++++----- ompi/mpi/man/man3/MPI_Get_count.md | 2 +- ompi/mpi/man/man3/MPI_Get_elements.md | 2 +- ompi/mpi/man/man3/MPI_Get_library_version.md | 2 +- ompi/mpi/man/man3/MPI_Graph_create.md | 4 ++-- ompi/mpi/man/man3/MPI_Graph_get.md | 4 ++-- ompi/mpi/man/man3/MPI_Graph_map.md | 2 +- ompi/mpi/man/man3/MPI_Graph_neighbors_count.md | 2 +- ompi/mpi/man/man3/MPI_Graphdims_get.md | 4 ++-- ompi/mpi/man/man3/MPI_Group_difference.md | 2 +- ompi/mpi/man/man3/MPI_Group_excl.md | 4 ++-- ompi/mpi/man/man3/MPI_Group_incl.md | 6 +++--- ompi/mpi/man/man3/MPI_Group_intersection.md | 2 +- 37 files changed, 78 insertions(+), 78 deletions(-) diff --git a/ompi/mpi/man/man3/MPI_Barrier.md b/ompi/mpi/man/man3/MPI_Barrier.md index 63ebbbccc4b..c3a04fe8df0 100644 --- a/ompi/mpi/man/man3/MPI_Barrier.md +++ b/ompi/mpi/man/man3/MPI_Barrier.md @@ -43,4 +43,4 @@ When the communicator is an inter-communicator, the barrier operation is perform Almost all MPI routines return an error value; C routines as the value of the function and Fortran routines in the last argument. Before the error value is returned, the current MPI error handler is called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with `MPI_Comm_set_errhandler`; the predefined error handler `MPI_ERRORS_RETURN` may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. # See Also -[`MPI_Bcast`(3)](MPI_Bcast.html) +[`MPI_Bcast`(3)](./?file=MPI_Bcast.md) diff --git a/ompi/mpi/man/man3/MPI_Bsend_init.md b/ompi/mpi/man/man3/MPI_Bsend_init.md index 50c2431a84c..156071fa5d7 100644 --- a/ompi/mpi/man/man3/MPI_Bsend_init.md +++ b/ompi/mpi/man/man3/MPI_Bsend_init.md @@ -77,9 +77,9 @@ guarantee that an MPI program can continue past an error. # See Also -[MPI_Send_init(3)](MPI_Send_init.html) -[MPI_Ssend_init(3)](MPI_Ssend_init.html) -[MPI_Rsend_init(3)](MPI_Rsend_init.html) -[MPI_Recv_init(3)](MPI_Recv_init.html) -[MPI_Start(3)](MPI_Start.html) -[MPI_Startall(3)](MPI_Startall.html) +[MPI_Send_init(3)](./?file=MPI_Send_init.md) +[MPI_Ssend_init(3)](./?file=MPI_Ssend_init.md) +[MPI_Rsend_init(3)](./?file=MPI_Rsend_init.md) +[MPI_Recv_init(3)](./?file=MPI_Recv_init.md) +[MPI_Start(3)](./?file=MPI_Start.md) +[MPI_Startall(3)](./?file=MPI_Startall.md) diff --git a/ompi/mpi/man/man3/MPI_Buffer_attach.md b/ompi/mpi/man/man3/MPI_Buffer_attach.md index 2ea01bf319f..ce225479b02 100644 --- a/ompi/mpi/man/man3/MPI_Buffer_attach.md +++ b/ompi/mpi/man/man3/MPI_Buffer_attach.md @@ -89,4 +89,4 @@ guarantee that an MPI program can continue past an error. # See Also -[MPI_Buffer_detach(3)](MPI_Buffer_detach.html) +[MPI_Buffer_detach(3)](./?file=MPI_Buffer_detach.md) diff --git a/ompi/mpi/man/man3/MPI_Buffer_detach.md b/ompi/mpi/man/man3/MPI_Buffer_detach.md index 3122d034e56..4121f9a6c04 100644 --- a/ompi/mpi/man/man3/MPI_Buffer_detach.md +++ b/ompi/mpi/man/man3/MPI_Buffer_detach.md @@ -112,5 +112,5 @@ guarantee that an MPI program can continue past an error. # See Also -[MPI_Buffer_attach(3)](MPI_Buffer_attach.html) -[MPI_Bsend(3)](MPI_Bsend.html) +[MPI_Buffer_attach(3)](./?file=MPI_Buffer_attach.md) +[MPI_Bsend(3)](./?file=MPI_Bsend.md) diff --git a/ompi/mpi/man/man3/MPI_Cancel.md b/ompi/mpi/man/man3/MPI_Cancel.md index d95f7348fcd..a25f5ac5c30 100755 --- a/ompi/mpi/man/man3/MPI_Cancel.md +++ b/ompi/mpi/man/man3/MPI_Cancel.md @@ -108,7 +108,7 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Probe`(3)](MPI_Probe.html) -[`MPI_Iprobe`(3)](MPI_Iprobe.html) -[`MPI_Test_cancelled`(3)](MPI_Test_cancelled.html) -[`MPI_Cart_coords`(3)](MPI_Cart_coords.html) +[`MPI_Probe`(3)](./?file=MPI_Probe.md) +[`MPI_Iprobe`(3)](./?file=MPI_Iprobe.md) +[`MPI_Test_cancelled`(3)](./?file=MPI_Test_cancelled.md) +[`MPI_Cart_coords`(3)](./?file=MPI_Cart_coords.md) diff --git a/ompi/mpi/man/man3/MPI_Cart_get.md b/ompi/mpi/man/man3/MPI_Cart_get.md index d4dd0a5f030..47a59c9afc6 100755 --- a/ompi/mpi/man/man3/MPI_Cart_get.md +++ b/ompi/mpi/man/man3/MPI_Cart_get.md @@ -73,5 +73,5 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Cartdim_get`(3)](MPI_Cartdim_get.html) -[`MPI_Cart_create`(3)](MPI_Cart_create.html) +[`MPI_Cartdim_get`(3)](./?file=MPI_Cartdim_get.md) +[`MPI_Cart_create`(3)](./?file=MPI_Cart_create.md) diff --git a/ompi/mpi/man/man3/MPI_Cart_map.md b/ompi/mpi/man/man3/MPI_Cart_map.md index fee5af3aea1..7794028cc8c 100755 --- a/ompi/mpi/man/man3/MPI_Cart_map.md +++ b/ompi/mpi/man/man3/MPI_Cart_map.md @@ -76,4 +76,4 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Graph_map`(3)](MPI_Graph_map.html) +[`MPI_Graph_map`(3)](./?file=MPI_Graph_map.md) diff --git a/ompi/mpi/man/man3/MPI_Cart_rank.md b/ompi/mpi/man/man3/MPI_Cart_rank.md index 1ae4e6a33fc..f8e59e07ddd 100755 --- a/ompi/mpi/man/man3/MPI_Cart_rank.md +++ b/ompi/mpi/man/man3/MPI_Cart_rank.md @@ -69,4 +69,4 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Cart_create`(3)](MPI_Cart_create.html) +[`MPI_Cart_create`(3)](./?file=MPI_Cart_create.md) diff --git a/ompi/mpi/man/man3/MPI_Cart_sub.md b/ompi/mpi/man/man3/MPI_Cart_sub.md index 408e58c6373..5bf4ba7b05e 100644 --- a/ompi/mpi/man/man3/MPI_Cart_sub.md +++ b/ompi/mpi/man/man3/MPI_Cart_sub.md @@ -81,6 +81,6 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Cart_create`(3)](MPI_Cart_create.html) -[`MPI_Comm_split`(3)](MPI_Comm_split.html) +[`MPI_Cart_create`(3)](./?file=MPI_Cart_create.md) +[`MPI_Comm_split`(3)](./?file=MPI_Comm_split.md) diff --git a/ompi/mpi/man/man3/MPI_Cartdim_get.md b/ompi/mpi/man/man3/MPI_Cartdim_get.md index 5b8f3b12f28..d58d0ad7d43 100755 --- a/ompi/mpi/man/man3/MPI_Cartdim_get.md +++ b/ompi/mpi/man/man3/MPI_Cartdim_get.md @@ -62,5 +62,5 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Cart_get`(3)](MPI_Cart_get.html) -[`MPI_Cart_create`(3)](MPI_Cart_create.html) +[`MPI_Cart_get`(3)](./?file=MPI_Cart_get.md) +[`MPI_Cart_create`(3)](./?file=MPI_Cart_create.md) diff --git a/ompi/mpi/man/man3/MPI_Comm_accept.md b/ompi/mpi/man/man3/MPI_Comm_accept.md index c091c597235..0b42a88d5ba 100755 --- a/ompi/mpi/man/man3/MPI_Comm_accept.md +++ b/ompi/mpi/man/man3/MPI_Comm_accept.md @@ -74,5 +74,5 @@ See the MPI man page for a full list of MPI error codes. # See Also -[`MPI_Comm_connect`(3)](MPI_Comm_connect.html) -[`MPI_Open_port`(3)](MPI_Open_port.html) +[`MPI_Comm_connect`(3)](./?file=MPI_Comm_connect.md) +[`MPI_Open_port`(3)](./?file=MPI_Open_port.md) diff --git a/ompi/mpi/man/man3/MPI_Comm_call_errhandler.md b/ompi/mpi/man/man3/MPI_Comm_call_errhandler.md index 64bf08a93a9..8996fab3c4c 100755 --- a/ompi/mpi/man/man3/MPI_Comm_call_errhandler.md +++ b/ompi/mpi/man/man3/MPI_Comm_call_errhandler.md @@ -65,5 +65,5 @@ See the MPI man page for a full list of MPI error codes. # See Also -[`MPI_Comm_create_errhandler`(3)](MPI_Comm_create_errhandler.html) -[`MPI_Comm_set_errhandler`(3)](MPI_Comm_set_errhandler.html) +[`MPI_Comm_create_errhandler`(3)](./?file=MPI_Comm_create_errhandler.md) +[`MPI_Comm_set_errhandler`(3)](./?file=MPI_Comm_set_errhandler.md) diff --git a/ompi/mpi/man/man3/MPI_Comm_connect.md b/ompi/mpi/man/man3/MPI_Comm_connect.md index 1d38e3d9353..70772e5817c 100755 --- a/ompi/mpi/man/man3/MPI_Comm_connect.md +++ b/ompi/mpi/man/man3/MPI_Comm_connect.md @@ -82,5 +82,5 @@ See the MPI man page for a full list of MPI error codes. # See Also -[`MPI_Comm_accept`(3)](MPI_Comm_accept.html) -[`MPI_Open_port`(3)](MPI_Open_port.html) +[`MPI_Comm_accept`(3)](./?file=MPI_Comm_accept.md) +[`MPI_Open_port`(3)](./?file=MPI_Open_port.md) diff --git a/ompi/mpi/man/man3/MPI_Comm_create.md b/ompi/mpi/man/man3/MPI_Comm_create.md index 42daef5bf9d..1d1564ca02e 100755 --- a/ompi/mpi/man/man3/MPI_Comm_create.md +++ b/ompi/mpi/man/man3/MPI_Comm_create.md @@ -80,6 +80,6 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Comm_split`(3)](MPI_Comm_split.html) -[`MPI_Intercomm_create`(3)](MPI_Intercomm_create.html) -[`MPI_Comm_create_group`(3)](MPI_Comm_create_group.html) +[`MPI_Comm_split`(3)](./?file=MPI_Comm_split.md) +[`MPI_Intercomm_create`(3)](./?file=MPI_Intercomm_create.md) +[`MPI_Comm_create_group`(3)](./?file=MPI_Comm_create_group.md) diff --git a/ompi/mpi/man/man3/MPI_Comm_create_group.md b/ompi/mpi/man/man3/MPI_Comm_create_group.md index dcfa8699290..9e8c0351288 100755 --- a/ompi/mpi/man/man3/MPI_Comm_create_group.md +++ b/ompi/mpi/man/man3/MPI_Comm_create_group.md @@ -91,4 +91,4 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Comm_create`(3)](MPI_Comm_create.html) +[`MPI_Comm_create`(3)](./?file=MPI_Comm_create.md) diff --git a/ompi/mpi/man/man3/MPI_Comm_disconnect.md b/ompi/mpi/man/man3/MPI_Comm_disconnect.md index a687499ebd1..14b206d128b 100755 --- a/ompi/mpi/man/man3/MPI_Comm_disconnect.md +++ b/ompi/mpi/man/man3/MPI_Comm_disconnect.md @@ -76,5 +76,5 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Comm_connect`(3)](MPI_Comm_connect.html) -[`MPI_Comm_accept`(3)](MPI_Comm_accept.html) +[`MPI_Comm_connect`(3)](./?file=MPI_Comm_connect.md) +[`MPI_Comm_accept`(3)](./?file=MPI_Comm_accept.md) diff --git a/ompi/mpi/man/man3/MPI_Comm_dup.md b/ompi/mpi/man/man3/MPI_Comm_dup.md index 8c0938c0e03..d0b3eef549e 100755 --- a/ompi/mpi/man/man3/MPI_Comm_dup.md +++ b/ompi/mpi/man/man3/MPI_Comm_dup.md @@ -85,5 +85,5 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Comm_dup_with_info`(3)](MPI_Comm_dup_with_info.html) -[`MPI_Comm_idup`(3)](MPI_Comm_idup.html) +[`MPI_Comm_dup_with_info`(3)](./?file=MPI_Comm_dup_with_info.md) +[`MPI_Comm_idup`(3)](./?file=MPI_Comm_idup.md) diff --git a/ompi/mpi/man/man3/MPI_Comm_dup_with_info.md b/ompi/mpi/man/man3/MPI_Comm_dup_with_info.md index 63102673ec5..36e8b0ba9bc 100755 --- a/ompi/mpi/man/man3/MPI_Comm_dup_with_info.md +++ b/ompi/mpi/man/man3/MPI_Comm_dup_with_info.md @@ -84,6 +84,6 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Comm_dup`(3)](MPI_Comm_dup.html) -[`MPI_Comm_idup`(3)](MPI_Comm_idup.html) -[`MPI_Comm_set_info`(3)](MPI_Comm_set_info.html) +[`MPI_Comm_dup`(3)](./?file=MPI_Comm_dup.md) +[`MPI_Comm_idup`(3)](./?file=MPI_Comm_idup.md) +[`MPI_Comm_set_info`(3)](./?file=MPI_Comm_set_info.md) diff --git a/ompi/mpi/man/man3/MPI_Finalize.md b/ompi/mpi/man/man3/MPI_Finalize.md index 350b31e9bdf..f701f82e215 100644 --- a/ompi/mpi/man/man3/MPI_Finalize.md +++ b/ompi/mpi/man/man3/MPI_Finalize.md @@ -97,7 +97,7 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Init`(3)](MPI_Init.html) -[`MPI_Init_thread`(3)](MPI_Init_thread.html) -[`MPI_Initialized`(3)](MPI_Initialized.html) -[`MPI_Finalized`(3)](MPI_Finalized.html) +[`MPI_Init`(3)](./?file=MPI_Init.md) +[`MPI_Init_thread`(3)](./?file=MPI_Init_thread.md) +[`MPI_Initialized`(3)](./?file=MPI_Initialized.md) +[`MPI_Finalized`(3)](./?file=MPI_Finalized.md) diff --git a/ompi/mpi/man/man3/MPI_Finalized.md b/ompi/mpi/man/man3/MPI_Finalized.md index 46d27f5ecc6..409b9389b6f 100644 --- a/ompi/mpi/man/man3/MPI_Finalized.md +++ b/ompi/mpi/man/man3/MPI_Finalized.md @@ -58,7 +58,7 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Init`(3)](MPI_Init.html) -[`MPI_Init_thread`(3)](MPI_Init_thread.html) -[`MPI_Initialized`(3)](MPI_Initialized.html) -[`MPI_Finalize`(3)](MPI_Finalize.html) +[`MPI_Init`(3)](./?file=MPI_Init.md) +[`MPI_Init_thread`(3)](./?file=MPI_Init_thread.md) +[`MPI_Initialized`(3)](./?file=MPI_Initialized.md) +[`MPI_Finalize`(3)](./?file=MPI_Finalize.md) diff --git a/ompi/mpi/man/man3/MPI_Free_mem.md b/ompi/mpi/man/man3/MPI_Free_mem.md index bdd0f19fe9c..7400cf3afd1 100644 --- a/ompi/mpi/man/man3/MPI_Free_mem.md +++ b/ompi/mpi/man/man3/MPI_Free_mem.md @@ -61,4 +61,4 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Alloc_mem`(3)](MPI_Alloc_mem.html) +[`MPI_Alloc_mem`(3)](./?file=MPI_Alloc_mem.md) diff --git a/ompi/mpi/man/man3/MPI_Gather.md b/ompi/mpi/man/man3/MPI_Gather.md index 5d58221317b..bccd11961e4 100644 --- a/ompi/mpi/man/man3/MPI_Gather.md +++ b/ompi/mpi/man/man3/MPI_Gather.md @@ -200,6 +200,6 @@ See the MPI man page for a full list of MPI error codes. # See Also -[`MPI_Gatherv`(3)](MPI_Gatherv.html) -[`MPI_Scatter`(3)](MPI_Scatter.html) -[`MPI_Scatterv`(3)](MPI_Scatterv.html) +[`MPI_Gatherv`(3)](./?file=MPI_Gatherv.md) +[`MPI_Scatter`(3)](./?file=MPI_Scatter.md) +[`MPI_Scatterv`(3)](./?file=MPI_Scatterv.md) diff --git a/ompi/mpi/man/man3/MPI_Gatherv.md b/ompi/mpi/man/man3/MPI_Gatherv.md index 2a52322ef84..8dc0a7fb4de 100644 --- a/ompi/mpi/man/man3/MPI_Gatherv.md +++ b/ompi/mpi/man/man3/MPI_Gatherv.md @@ -374,6 +374,6 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Gather`(3)](MPI_Gather.html) -[`MPI_Scatter`(3)](MPI_Scatter.html) -[`MPI_Scatterv`(3)](MPI_Scatterv.html) +[`MPI_Gather`(3)](./?file=MPI_Gather.md) +[`MPI_Scatter`(3)](./?file=MPI_Scatter.md) +[`MPI_Scatterv`(3)](./?file=MPI_Scatterv.md) diff --git a/ompi/mpi/man/man3/MPI_Get.md b/ompi/mpi/man/man3/MPI_Get.md index 3990f066145..90e482e13c2 100644 --- a/ompi/mpi/man/man3/MPI_Get.md +++ b/ompi/mpi/man/man3/MPI_Get.md @@ -128,4 +128,4 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Put`(3)](MPI_Put.html) +[`MPI_Put`(3)](./?file=MPI_Put.md) diff --git a/ompi/mpi/man/man3/MPI_Get_accumulate.md b/ompi/mpi/man/man3/MPI_Get_accumulate.md index d18be6b41ec..dc82369dfbb 100644 --- a/ompi/mpi/man/man3/MPI_Get_accumulate.md +++ b/ompi/mpi/man/man3/MPI_Get_accumulate.md @@ -186,8 +186,8 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Put`(3)](MPI_Put.html) -[`MPI_Get`(3)](MPI_Get.html) -[`MPI_Accumulate`(3)](MPI_Accumulate.html) -[`MPI_Fetch_and_op`(3)](MPI_Fetch_and_op.html) -[`MPI_Reduce`(3)](MPI_Reduce.html) +[`MPI_Put`(3)](./?file=MPI_Put.md) +[`MPI_Get`(3)](./?file=MPI_Get.md) +[`MPI_Accumulate`(3)](./?file=MPI_Accumulate.md) +[`MPI_Fetch_and_op`(3)](./?file=MPI_Fetch_and_op.md) +[`MPI_Reduce`(3)](./?file=MPI_Reduce.md) diff --git a/ompi/mpi/man/man3/MPI_Get_count.md b/ompi/mpi/man/man3/MPI_Get_count.md index 6c5123848e0..f9b19e2a4b2 100644 --- a/ompi/mpi/man/man3/MPI_Get_count.md +++ b/ompi/mpi/man/man3/MPI_Get_count.md @@ -84,4 +84,4 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Get_elements`(3)](MPI_Get_elements.html) +[`MPI_Get_elements`(3)](./?file=MPI_Get_elements.md) diff --git a/ompi/mpi/man/man3/MPI_Get_elements.md b/ompi/mpi/man/man3/MPI_Get_elements.md index 7519d11adec..9f454289d61 100644 --- a/ompi/mpi/man/man3/MPI_Get_elements.md +++ b/ompi/mpi/man/man3/MPI_Get_elements.md @@ -129,4 +129,4 @@ length of the declared integer in bytes. # See Also -[`MPI_Get_count`(3)](MPI_Get_count.html) +[`MPI_Get_count`(3)](./?file=MPI_Get_count.md) diff --git a/ompi/mpi/man/man3/MPI_Get_library_version.md b/ompi/mpi/man/man3/MPI_Get_library_version.md index b119d22085e..a5eb10fba0d 100644 --- a/ompi/mpi/man/man3/MPI_Get_library_version.md +++ b/ompi/mpi/man/man3/MPI_Get_library_version.md @@ -75,4 +75,4 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Get_version`(3)](MPI_Get_version.html) +[`MPI_Get_version`(3)](./?file=MPI_Get_version.md) diff --git a/ompi/mpi/man/man3/MPI_Graph_create.md b/ompi/mpi/man/man3/MPI_Graph_create.md index cc6b302e236..eb588c126d4 100644 --- a/ompi/mpi/man/man3/MPI_Graph_create.md +++ b/ompi/mpi/man/man3/MPI_Graph_create.md @@ -121,5 +121,5 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Graph_get`(3)](MPI_Graph_get.html) -[`MPI_Graphdims_get`(3)](MPI_Graphdims_get.html) +[`MPI_Graph_get`(3)](./?file=MPI_Graph_get.md) +[`MPI_Graphdims_get`(3)](./?file=MPI_Graphdims_get.md) diff --git a/ompi/mpi/man/man3/MPI_Graph_get.md b/ompi/mpi/man/man3/MPI_Graph_get.md index 32b438ce166..70b2a87380d 100644 --- a/ompi/mpi/man/man3/MPI_Graph_get.md +++ b/ompi/mpi/man/man3/MPI_Graph_get.md @@ -75,5 +75,5 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Graph_create`(3)](MPI_Graph_create.html) -[`MPI_Graphdims_get`(3)](MPI_Graphdims_get.html) +[`MPI_Graph_create`(3)](./?file=MPI_Graph_create.md) +[`MPI_Graphdims_get`(3)](./?file=MPI_Graphdims_get.md) diff --git a/ompi/mpi/man/man3/MPI_Graph_map.md b/ompi/mpi/man/man3/MPI_Graph_map.md index 9142825f951..e29ad9c7d98 100644 --- a/ompi/mpi/man/man3/MPI_Graph_map.md +++ b/ompi/mpi/man/man3/MPI_Graph_map.md @@ -72,4 +72,4 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Cart_map`(3)](MPI_Cart_map.html) +[`MPI_Cart_map`(3)](./?file=MPI_Cart_map.md) diff --git a/ompi/mpi/man/man3/MPI_Graph_neighbors_count.md b/ompi/mpi/man/man3/MPI_Graph_neighbors_count.md index bf3027c75bc..5865bec58c3 100644 --- a/ompi/mpi/man/man3/MPI_Graph_neighbors_count.md +++ b/ompi/mpi/man/man3/MPI_Graph_neighbors_count.md @@ -67,4 +67,4 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Graph_neighbors`(3)](MPI_Graph_neighbors.html) +[`MPI_Graph_neighbors`(3)](./?file=MPI_Graph_neighbors.md) diff --git a/ompi/mpi/man/man3/MPI_Graphdims_get.md b/ompi/mpi/man/man3/MPI_Graphdims_get.md index a830ffeff29..bc0a807afd0 100644 --- a/ompi/mpi/man/man3/MPI_Graphdims_get.md +++ b/ompi/mpi/man/man3/MPI_Graphdims_get.md @@ -68,5 +68,5 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Graph_create`(3)](MPI_Graph_create.html) -[`MPI_Graph_get`(3)](MPI_Graph_get.html) +[`MPI_Graph_create`(3)](./?file=MPI_Graph_create.md) +[`MPI_Graph_get`(3)](./?file=MPI_Graph_get.md) diff --git a/ompi/mpi/man/man3/MPI_Group_difference.md b/ompi/mpi/man/man3/MPI_Group_difference.md index 592e0dea4d3..b3457c6d0d7 100644 --- a/ompi/mpi/man/man3/MPI_Group_difference.md +++ b/ompi/mpi/man/man3/MPI_Group_difference.md @@ -76,4 +76,4 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Group_free`(3)](MPI_Group_free.html) +[`MPI_Group_free`(3)](./?file=MPI_Group_free.md) diff --git a/ompi/mpi/man/man3/MPI_Group_excl.md b/ompi/mpi/man/man3/MPI_Group_excl.md index 7b489c9abdc..fd97cbc899b 100644 --- a/ompi/mpi/man/man3/MPI_Group_excl.md +++ b/ompi/mpi/man/man3/MPI_Group_excl.md @@ -77,5 +77,5 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Group_range_excl`(3)](MPI_Group_range_excl.html) -[`MPI_Group_free`(3)](MPI_Group_free.html) +[`MPI_Group_range_excl`(3)](./?file=MPI_Group_range_excl.md) +[`MPI_Group_free`(3)](./?file=MPI_Group_free.md) diff --git a/ompi/mpi/man/man3/MPI_Group_incl.md b/ompi/mpi/man/man3/MPI_Group_incl.md index c755683c289..49948445bb3 100644 --- a/ompi/mpi/man/man3/MPI_Group_incl.md +++ b/ompi/mpi/man/man3/MPI_Group_incl.md @@ -78,6 +78,6 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Group_compare`(3)](MPI_Group_compare.html) -[`MPI_Group_range_incl`(3)](MPI_Group_range_incl.html) -[`MPI_Group_free`(3)](MPI_Group_free.html) +[`MPI_Group_compare`(3)](./?file=MPI_Group_compare.md) +[`MPI_Group_range_incl`(3)](./?file=MPI_Group_range_incl.md) +[`MPI_Group_free`(3)](./?file=MPI_Group_free.md) diff --git a/ompi/mpi/man/man3/MPI_Group_intersection.md b/ompi/mpi/man/man3/MPI_Group_intersection.md index b01767f6922..10eb6d9f0db 100644 --- a/ompi/mpi/man/man3/MPI_Group_intersection.md +++ b/ompi/mpi/man/man3/MPI_Group_intersection.md @@ -76,4 +76,4 @@ guarantee that an MPI program can continue past an error. # See Also -[`MPI_Group_free`(3)](MPI_Group_free.html) +[`MPI_Group_free`(3)](./?file=MPI_Group_free.md)