From 047d6feadbe8aa8afbf90f807b0e9ba6d1aa4458 Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Mon, 19 Aug 2024 14:23:02 +0200 Subject: [PATCH] Saving --- notebooks/julia_mpi.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/julia_mpi.ipynb b/notebooks/julia_mpi.ipynb index c613b80..2a07728 100644 --- a/notebooks/julia_mpi.ipynb +++ b/notebooks/julia_mpi.ipynb @@ -1036,7 +1036,7 @@ "\n", "* `MPI_Ssend`\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", "\n", "### Ready\n",