build based on 567534f

This commit is contained in:
Documenter.jl
2024-08-26 11:01:09 +00:00
parent 4d93e76dbf
commit dad32dba25
32 changed files with 9675 additions and 107 deletions

View File

@@ -687,7 +687,12 @@
"* `rcvbuf` space to store the incoming data.\n",
"* `source` rank of the sender.\n",
"* `dest` rank of the receiver.\n",
"* `tag`. Might be used to distinguish between different kinds of messages from the same sender to the same receiver (similar to the \"subject\" in an email).\n"
"* `tag`. Might be used to distinguish between different kinds of messages from the same sender to the same receiver (similar to the \"subject\" in an email).\n",
"\n",
"\n",
"<div class=\"alert alert-block alert-info\">\n",
"<b>Note:</b> Note that the C interface provides additional arguments `MPI_Datatype` (type of data to send/receive) and `count` (number of items to send/receive). In Julia, send and receive buffers are usually arrays or references, from which the data type and the count can be inferred. This is true for many other MPI functions.\n",
"</div>"
]
},
{