mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-24 09:24:32 +01:00
More work in mpi notebooks
This commit is contained in:
@@ -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>"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user