More changes in mpi collectives

This commit is contained in:
Francesc Verdugo
2024-08-23 14:47:47 +02:00
parent 7b3b632b4a
commit 9bd350c484
2 changed files with 443 additions and 20 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> In Julia, send and receive buffers are usually arrays or references.\n",
"</div>"
]
},
{