Erik Schnetter

Results 298 issues of Erik Schnetter

Please document, in the sense of describing the prototypes, i.e. the allowable arguments, of the following HPX functions: - apply - async - then - wait - wait_all I believe...

category: documentation
type: enhancement
tag: pinned

I'm thinking of what it would take to make brittany format data declarations as well. I've looked at the high-level descriptions and have skimmed the source code. The source code...

enhancement

cmake recently gained support to use pkgconfig to detect MPI options (see https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6537/diffs). This is useful e.g. when cross-compiling. Cross-compiling with OpenMPI fails regularly for me because `mpicc` etc. are...

cmake recently gained support to use pkgconfig to detect MPI options (see https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6537/diffs). This is useful e.g. when cross-compiling. This patch looks for pkgconfig setups called `mpi-c`, `mpi-cxx`, and `mpi-fort`....

The MPI standard has a function `MPI_Comm_set_errhandler` that we (since Julia has overloading) would usually call `MPI.set_errhandler!`. However, we deviate from "the usual" rules for translating MPI function names, and...

The `MPIconstants` library is only used to extract constants. Now that this is done differently for every MPI implementation, we can do away with `MPIconstants` and instead access `MPItrampoline` directly.

MPI.jl uses the "Unlicense" as license. Do we want to change that to something more mainstream?

question

Recently, version 0.19 was released. Since the major version number is 0, Julia's package manager flags this as incompatible with 0.18, as if this was a major release. I don't...

Is there a convenient way to format a `FileStatus`? I am looking for an interactive equivalent of the Unix `ls -l`, and it seems that I have to write this...

good first issue