Gary Macindoe

Results 7 issues of Gary Macindoe

When `e2fsck` is run with the `-c` option to use `badblocks` to find any bad blocks on the device, it does so without specifying the number of blocks to test...

CMake has its own [built-in detection for C and C++ standards](https://cmake.org/cmake/help/v3.5/command/target_compile_features.html) which can be used by specifying `target_compile_features(myexe ...)` for each target executable/library with a list of features required from...

See #559 for design discussion. Implementation of a C++ API for H5MD has been split into #560 and #561.

redblood
P: major

Implement the API designed in #560. The requirements discussed in #559 include supporting both C++ and MPI. This precludes using the C++ API for HDF5 directly as it does not...

redblood
P: major

[H5MD](http://nongnu.org/h5md/h5md.html) is a specification for an output format used for storing results from molecular dynamics simulations. It describes the layout (groups/datasets and attributes) within an HDF5 file. The API needs...

redblood
P: major

Some considerations: - Needs to grow along timestep and number of cells. - Can be XDR or HDF5. Both built on top of MPI I/O. - Be able to switch...

redblood
P: major

I've rewritten the `dev-container-features-test-lib` script included in the `devcontainer` CLI to be POSIX-compliant (using [shellcheck](https://www.shellcheck.net/)). This fixes tests against images where the default shell is not Bash (such as in...