John Omotani
John Omotani
To run on an HPC cluster, I use ``` using MPIPreferences MPIPreferences.use_system_binary() ``` to use the cluster-provided, optimised MPI. If I do this and then `using HYPRE, MPI; MPI.Init()` I...
I wanted to be able to pass a view to `copy!()`, but at the moment this is not possible, because the arguments require a `Vector{HYPRE_Complex}` here https://github.com/fredrikekre/HYPRE.jl/blob/faa61cc8df3fd010b0ca2bd2830ff004a9b610c2/src/HYPRE.jl#L221-L248 Would it be...
I added some extra outputs to STORM that track the `git diff`, CMake cache, loaded modules (on systems with modules), and state of BOUT-configs/STORM-configs (if used). Shouldn't be much work...
I'm developing a scientific HPC code (https://github.com/mabarnes/moment_kinetics) that I run using `--check-bounds=no` for performance, and often want to build a system image. This worked fine on Julia-1.10.x and earlier versions....
Looking at rhs counters with Qian Xia, we realised that the `cvode_nfevals` output is not the total number of rhs calls (which I thought it was). It is the output...
Checks that HDF5_jll can be loaded when different MPI versions are selected with MPIPreferences. As discussed in #1191.
The feature to include release notes is already very nice! I find myself drafting a release on Github to auto-generate the release notes there, and then copying them into the...
Similar issue to #1223, and might be addressed by a solution to that, but a bit more generic: it would be nice if there was an example that shows how...