Michael Schlottke-Lakemper
Michael Schlottke-Lakemper
This is an attempt to fix #574 and to resolve #575. Input welcome.
Right now there is only a [(very) short section](https://juliaparallel.org/MPI.jl/dev/configuration/#Migration-from-MPI.jl-version-0.19-or-earlier) on transitioning from v0.19 to v0.20 in the docs. It would be great if this could be expanded a little from...
Would it make sense to include the `lib/` directory (i.e., MPIPreferences.jl) in the coverage reports to ensure that most functionality is covered there as well? Or at least to make...
I am currently looking through some of the constants files to understand which datatype is used when. For example, it seems like ```julia @const_ref MPI_VARNAME Cint 12345 ``` Is used...
Based on comments by @vchuravy and as far as I understand from the code [here](https://github.com/JuliaParallel/MPI.jl/blob/31947ffa9cdf464070228743d245bec7ea82960f/src/consts/consts.jl#L30-L40), with the new MPIPreferences/"build-less" approach there is currently no way anymore to use MPI.jl with...
As a tangent to #574, I am wondering how to go about when trying to create your own constants file manually, i.e., one that could live along the others in...
Are there plans to support non-blocking collectives in MPI.jl anytime soon. If not, is it due to a lack of (human) resources or are there technical issues that have prevented...
Currently, if you are running a Julia/MPI program in parallel and something bad happens, you get a lot of `ERROR: LoadError: LoadError: UndefVarError: ...` messages, which are all horrible interleaved....
When trying to generate bindings for the [p4est](https://github.com/cburstedde/p4est) headers, adding `sc_MPI` to the `output_ignorelist` setting in the `generator.toml` has no effect: Macros of the type ```c #define sc_MPI_COMM_WORLD MPI_COMM_WORLD ```...
This is an unfinished list of ideas for Trixi tutorials that might be interesting to have: * A tutorial on how to use the [`AnalysisCallback`](https://trixi-framework.github.io/Trixi.jl/stable/reference-trixi/#Trixi.AnalysisCallback) to extract analysis quantities over...