I don't quite understand *Fabian*. For the *h5 files* part, do you mean I
can interact with h5 files in the disk while the program is running?

Yi


On Mon, May 26, 2014 at 5:38 PM, Fabian Gans <[email protected]> wrote:

> Hi Yi,
>
> in this case I would suggest to use the HDF5 package
> https://github.com/timholy/HDF5.jl. It supports reading and writing julia
> data file (.jld) if you want to write whole variables. If you want
> something more portable that you can read from other applications you can
> use plain HDF5 files. It is possible to read and write slices of arrays to
> h5 files, so for your heat equation example you would have a 1D array in
> your julia memory that you iteratively update and write consecutive slices
> to the h5 file.
>
> Fabian
>

Reply via email to