Merge pull request #53 from fverdugo/francesc

Minor in MPI notebook
This commit is contained in:
Francesc Verdugo
2024-09-19 12:18:59 +02:00
committed by GitHub

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." "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", "cell_type": "code",
"execution_count": null, "execution_count": null,
@@ -284,7 +294,6 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"using MPI\n",
"MPI.Init()" "MPI.Init()"
] ]
}, },