Alberto F. Martin

Results 74 comments of Alberto F. Martin

Hi @ericneiva ! Thanks for the PR! Do you know why it did run successfully?

Hi @jkozdon ! Is there any chance that this issue gets sorted out soon? We are interested into having support for these libraries in PETSC_jll.

Thanks for your detailed response @jkozdon ! On another note, note that we are also developing our own wrappers for `PETSc.jl`, in particular, here https://github.com/gridap/GridapPETSc.jl. In these, we have some...

Please note that `GridapPETSc.jl` is not intended solely to be Julia wrappers for PETSc (although it has its own wrappers to PETSc, just as `PETSc.jl`, and thus there is some...

@jkozdon Note there is a caveat here with the use of `PetscObjectRegisterDestroy`. PETSc holds a global data structure with registered objects for lazy destroy that has a maximum capacity. By...

> We can add this warning no problem. Done in PR https://github.com/fverdugo/PartitionedArrays.jl/pull/42 > It would be useful to check that we always use the scalable versions (i.e. by running our...

hi @hammy4815 ! Thanks for the PR. It turns out that the tests failed in Github actions. Can you please run Gridap tests locally and see if the problem reproduces...

> I had accidentally kept internal calls to Gridap types and functions such as Gridap.CellData.CellQuadrature rather than just CellQuadrature and a few other examples. They should be removed now. No...