Jeremy E Kozdon

Results 34 comments of Jeremy E Kozdon

I was able to sort of get `Clang.jl` to work (didn't actually try using it). - commit: https://github.com/JuliaParallel/PETSc.jl/commit/a71fd1b3d4ffe81efb89e5f86abe8145048c5474 - branch: https://github.com/JuliaParallel/PETSc.jl/tree/jek/gen - ['generator.jl`](https://github.com/JuliaParallel/PETSc.jl/blob/a71fd1b3d4ffe81efb89e5f86abe8145048c5474/gen/generator.jl) - [wrapped functions](https://github.com/JuliaParallel/PETSc.jl/blob/a71fd1b3d4ffe81efb89e5f86abe8145048c5474/lib/aarch64-apple-darwin20.jl) Still would require some...

After a ton of mangling, I think that I have Clang.jl working with all the libraries.

Thanks. I decided to start by playing with `Clang.jl` which was promising. I'm personally fine with static bindings, not sure the real advantages here for dynamic. But maybe I am...

Not sure if I will run into any major hiccups, but #149 seems to be working out OK. Will take a bit of time to move everything over the the...

> Is it already an issue without the second `initialize()`? You aren't allowed to destroy PETSc objects after you finalize PETSc. That is true, but we catch it with a...

Hi @amartinhuertas! I haven't looked at this any further, I'd be happy for someone to take this on! In theory you can build a custom PETSc instance with this enabled....

@amartinhuertas I will have to take a look at what you all have done. I wonder if the efforts could / should be combine? It seems to me having two...

> Please note that `GridapPETSc.jl` is not intended solely to be Julia wrappers for PETSc That's fair and I understand. Sounds like the two efforts should remain separate. I took...

Good to know. Thanks!

I believe that we now require Julia 1.6; see #176. Is there are reason we should try to be compatible with older versions? If so, we should probably add this...