More work in mpi notebooks

This commit is contained in:
Francesc Verdugo
2024-08-23 15:10:19 +02:00
parent 9bd350c484
commit 1f79584e48
2 changed files with 97 additions and 206 deletions

View File

@@ -691,7 +691,7 @@
"\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",
"<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>"
]
},