Adding MPI collectives notebook

This commit is contained in:
Francesc Verdugo
2024-09-02 13:30:43 +02:00
parent ec5f084662
commit 86e2f88e7b
2 changed files with 105 additions and 7 deletions

View File

@@ -123,6 +123,7 @@ makedocs(;
"Matrix-matrix multiplication"=>"matrix_matrix.md",
"MPI (point-to-point)" => "julia_mpi.md",
"Jacobi method" => "jacobi_method.md",
"MPI (collectives)" => "mpi_collectives.md",
#"All pairs of shortest paths" => "asp.md",
#"Gaussian elimination" => "LEQ.md",
#"Traveling salesperson problem" => "tsp.md",