Patrick Sanan

Results 16 comments of Patrick Sanan

@lcw, very true. An issue is that there can be a vast difference between satisfying the MPI-3 standard and providing an efficient implementation. An example is `MPI_Iallreduce`, which I've been...

MPICH and Open MPI (which I would presume account for the vast majority of open-source MPI installations) both adhere to the MPI-3 standard.

@elauksap Great to hear and thank you so much for your time and attention in reviewing our work!

Sorry for the delay - I will get to it ASAP.

Hi @kyleniemeyer , apologies for the delay - as you can tell, I'm struggling to find time to wrap this up (new job). I'm hoping that the paper will be...

Thanks, @mbarzegary, for the review and apologies for the huge delay! The draft has just been updated and I'll respond to each comment below. **(1)** *Figures are unnecessarily too big...

Another example using `Clang.jl` is LibCEED, e.g. [code to generate bindings](https://github.com/CEED/libCEED/blob/main/julia/LibCEED.jl/src/generated/generate_bindings.jl), [doc](https://ceed.exascaleproject.org/libCEED-julia-docs/dev/C.html#Low-level-C-interface) I would have predicted a pain point from PETSc relying on a great deal of C preprocessor logic,...

@Gnimuc I'm not a LibCEED dev (nor very experienced with these tools, yet) so I think e.g. @jedbrown or @pazner would have to answer that.