From aa694e7bde2efe819dd6e3bf7cbd729f636baec1 Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Thu, 19 Sep 2024 12:14:34 +0200 Subject: [PATCH] Minor in MPI notebook --- notebooks/julia_mpi.ipynb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/notebooks/julia_mpi.ipynb b/notebooks/julia_mpi.ipynb index e218155..1797ef6 100644 --- a/notebooks/julia_mpi.ipynb +++ b/notebooks/julia_mpi.ipynb @@ -257,6 +257,16 @@ "Not sure if an MPI routine needs to be called by all ranks? Read the documentation, specially the external links. Run the next cell, open an external link and read the documentation." ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "ae6b88eb", + "metadata": {}, + "outputs": [], + "source": [ + "using MPI" + ] + }, { "cell_type": "code", "execution_count": null, @@ -284,7 +294,6 @@ "metadata": {}, "outputs": [], "source": [ - "using MPI\n", "MPI.Init()" ] },