More on MPI

This commit is contained in:
Francesc Verdugo
2023-08-16 11:01:59 +02:00
parent b91a64c5a1
commit 03a3d629e2
3 changed files with 124 additions and 441 deletions

View File

@@ -121,6 +121,7 @@ makedocs(;
"Julia Basics" => "notebooks/julia_basics.md",
"Tasks and channels" => "notebooks/julia_async.md",
"Remote calls and remote channels" => "notebooks/julia_distributed.md",
"MPI" => "notebooks/mpi_tutorial.md",
"Matrix Multiplication"=>"notebooks/matrix_matrix.md",
"Jacobi" => "notebooks/jacobi_method.md",
"Solutions" => "notebooks/solutions.md"