build based on 66e6d85

This commit is contained in:
Documenter.jl
2024-09-19 15:48:09 +00:00
parent b936e766a4
commit a313337414
26 changed files with 56 additions and 28 deletions

View File

@@ -120,6 +120,16 @@
"In this example the ranks sleep for a random amount of time and then they call barrier. It is guaranteed that the message \"Done!\" will be printed after all processes printed \"I woke up\" since we used a barrier. Try also to comment out the call to `MPI.Barrier`. You will see that the message can be printed in any order."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "c6e78389",
"metadata": {},
"outputs": [],
"source": [
"using MPI"
]
},
{
"cell_type": "code",
"execution_count": null,