Gary Macindoe

Results 19 comments of Gary Macindoe

Comment by miguel: Thanks for compiling the information about the file formats. That was very useful. A few comments below: I didn't know there existed two implementations of HDF5, one...

I think the new NetCDF C++ interface can write HDF5 files using MPI-IO. Either that or we can use the plain C interface to standard HDF5 (with HDF5 you have...

Comment by miguel: What do you mean with "same number of rows"? We don't know a priori for how many time steps a given cell will exist in the domain....

No. I had forgotten that each cell would have different timesteps that it is active in the simulation. None currently. For such a query the Python script would have to...

@schmie pointed out [this project](http://nongnu.org/h5md/) which seems to do the same as we are trying to do here.

After discussing with Mayeul yesterday, we have decided on the following: The output format will use H5MD as far as possible where it makes sense to do so. The only...

I have run tests against [devcontainers/features](https://github.com/devcontainers/features) using the version of the devcontainers CLI built from this PR. There are a few failures but they all seem to be because upstream...

I have forked the devcontainers/features repository and fixed most of the tests as they fail on the default branch with the current version of the devcontainers-cli. The latest test run...