Jed Brown

Results 65 issues of Jed Brown

To keep us honest about versions. This can be added as a github action. https://github.com/obi1kenobi/cargo-semver-check

*Label under harebrained ideas.* MPI operations are generally fallible, but rsmpi generally ignores any such errors and proceeds as though the operation was successful. The natural way to handle fallibility...

enhancement
soundness

It's relatively harmless for the `t*` tests to run all backends, but the integration tests (especially fluids) take a long time because there are many `//TESTARGS` lines and we currently...

Ratel and PETSc have both moved to clang-format and I'm starting to feel envious when working on libCEED. Shall we do it? And if so, what config should we use?...

This addresses some issues I encountered using the packages on recent Debian and tries to be locally consistent. It also deletes the unmaintained and unreferenced `Quick Start Installation Guide.rst`, which...

I'm working on adding [rsmpi](https://github.com/rsmpi/rsmpi) support for Cray environments and have reduced the problem to this with clang-sys. Cray compilers are clang-based with some custom optimization passes and more static...

dyn Trait and current feature names. Tested with rust-1.66 (nightly).

### System information Intel PVC GPUs ### What is the problem that this feature solves? Models can't currently be deployed on Intel GPUs. SYCL is the vendor-endorsed way to target...

enhancement
stale

I would like to enable MPI unit testing and doctesting, with IDE integration and command-line tooling. I found the [rusty-fork](https://docs.rs/rusty-fork/latest/rusty_fork/) library, which I think is a viable strategy. Unfortunately, it...

enhancement

This is kind of experimental at the moment and depends on #140, but it's a first step toward adding `MPI_Comm_accept`/`MPI_Comm_connect` support. I'm interested both because it may be useful and...

enhancement