This commit is contained in:
Francesc Verdugo 2024-09-12 17:52:30 +02:00
parent 97e771a75f
commit f23deb1534

View File

@ -259,7 +259,7 @@ It is more natural to work with column partitions in Julia if possible since mat
in "col major" format. Note that we do not need all the auxiliary transposes anymore. in "col major" format. Note that we do not need all the auxiliary transposes anymore.
```julia ```julia
function matmul_mpi_3_col!(C,A,B) function matmul_mpi_3!(C,A,B)
comm = MPI.COMM_WORLD comm = MPI.COMM_WORLD
rank = MPI.Comm_rank(comm) rank = MPI.Comm_rank(comm)
P = MPI.Comm_size(comm) P = MPI.Comm_size(comm)