gridap / GridapDistributed.jl

Parallel distributed-memory version of Gridap
MIT License
103 stars 15 forks source link

Move assemble_coo_with_column_owner! to PArrays? #125

Open amartinhuertas opened 1 year ago

amartinhuertas commented 1 year ago

In PR https://github.com/gridap/GridapDistributed.jl/pull/115, we introduced in GridapDistributed a variant of PArrays assemble_coo! named assemble_coo_with_column_owner! which also exchanges the process column owners of the entries. I guess that it would be ideal that this feature actually goes to PArrays.