kryst 3.2.0

Krylov subspace and preconditioned iterative solvers for dense and sparse linear systems, with shared and distributed memory parallelism.
1
2
3
4
5
6
7
8
9
10
11
12
13
# Contributing

## Smoke tests

These commands reproduce the new smoke coverage locally:

```bash
# Serial
RUST_LOG=kryst=debug cargo test --test context_smoke -- --nocapture

# MPI (2 ranks)
RUST_LOG=kryst=debug mpirun -n 2 cargo test --features mpi --test mpi_smoke -- --nocapture --test-threads=1
```