This commit is contained in:
Francesc Verdugo 2024-08-19 14:23:02 +02:00
parent 3ace7c2012
commit 047d6feadb

View File

@ -1036,7 +1036,7 @@
"\n", "\n",
"* `MPI_Ssend`\n", "* `MPI_Ssend`\n",
"* The send will only return if a matching receive was posted.\n", "* The send will only return if a matching receive was posted.\n",
"* No buffering easy to get deadlocks\n", "* No buffering, no extra copy, but easy to get deadlocks\n",
"* It can be started whether or not a matching receive was posted.\n", "* It can be started whether or not a matching receive was posted.\n",
"\n", "\n",
"### Ready\n", "### Ready\n",