build based on 7b588a9

This commit is contained in:
Documenter.jl
2024-09-19 10:21:45 +00:00
parent cc164bc530
commit b936e766a4
24 changed files with 47 additions and 25 deletions

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