Alberto F. Martin
Alberto F. Martin
Is this the best possible way to go from the efficiency point of view? https://github.com/gridap/SparseMatricesCSR.jl/pull/13
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...
WIP ... cannot be merged yet ...
Super WIP. Opening PR in draft mode ... just for discussion purposes
see https://github.com/gridapapps/GridapGeosciences.jl/pull/35#issuecomment-1171902208 The failing tests arise with the following upgraded versions of GridapGeosiences dependencies GridapDistributed v0.2.6 PartitionedArrays v0.2.10 GridapP4est 0.1.3 Gridap 0.17.13
To run the main Rosenbrock time stepper function (https://github.com/gridapapps/GridapGeosciences.jl/blob/master/src/ShallowWaterRosenbrock.jl#L8) from a parallel driver (while the parallel driver does not exist yet, we can take the Full Newton driver as a...
Work in progress ... @kishore-nori developer @amartinhuertas reviewer