Minor in MPI notebook

This commit is contained in:
Francesc Verdugo 2024-09-19 12:14:34 +02:00
parent 14c2a56994
commit aa694e7bde

View File

@ -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()"
]
},