Skip to content

Modify see also links in existing .md files to php #8214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Barrier.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
12 changes: 6 additions & 6 deletions ompi/mpi/man/man3/MPI_Bsend_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Buffer_attach.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions ompi/mpi/man/man3/MPI_Buffer_detach.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 4 additions & 4 deletions ompi/mpi/man/man3/MPI_Cancel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions ompi/mpi/man/man3/MPI_Cart_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Cart_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Cart_rank.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions ompi/mpi/man/man3/MPI_Cart_sub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

4 changes: 2 additions & 2 deletions ompi/mpi/man/man3/MPI_Cartdim_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions ompi/mpi/man/man3/MPI_Comm_accept.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions ompi/mpi/man/man3/MPI_Comm_call_errhandler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions ompi/mpi/man/man3/MPI_Comm_connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 3 additions & 3 deletions ompi/mpi/man/man3/MPI_Comm_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Comm_create_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions ompi/mpi/man/man3/MPI_Comm_disconnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions ompi/mpi/man/man3/MPI_Comm_dup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 3 additions & 3 deletions ompi/mpi/man/man3/MPI_Comm_dup_with_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 4 additions & 4 deletions ompi/mpi/man/man3/MPI_Finalize.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 4 additions & 4 deletions ompi/mpi/man/man3/MPI_Finalized.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Free_mem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 3 additions & 3 deletions ompi/mpi/man/man3/MPI_Gather.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 3 additions & 3 deletions ompi/mpi/man/man3/MPI_Gatherv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Get.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
10 changes: 5 additions & 5 deletions ompi/mpi/man/man3/MPI_Get_accumulate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Get_count.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Get_elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Get_library_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions ompi/mpi/man/man3/MPI_Graph_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions ompi/mpi/man/man3/MPI_Graph_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Graph_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Graph_neighbors_count.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions ompi/mpi/man/man3/MPI_Graphdims_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Group_difference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions ompi/mpi/man/man3/MPI_Group_excl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 3 additions & 3 deletions ompi/mpi/man/man3/MPI_Group_incl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ompi/mpi/man/man3/MPI_Group_intersection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)