mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-08 20:04:24 +01:00
minor
This commit is contained in:
parent
97e771a75f
commit
f23deb1534
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user