Juan Ignacio Polanco
Juan Ignacio Polanco
Hi @chowland, thank you for your kind words. It would be great to have a comparison with `cuDecomp`. Right now I don't have a lot of time to look into...
I agree! And thanks for mentioning this. At some point I was planning to propose something like this for Julia base, but I wanted first to have a proper reference...
Hi, unfortunately right now there is no easy way to do this, simply because it has not yet been implemented. It would be great to have a slicing function in...
Looks great! I'll be very happy to include this in PencilArrays once this is ready to use. Let me know if I can be of any help.
Thinking about it, I'm not sure singleton dimensions are the best solution for broadcasting along dimensions that should behave like "constants". The problem is that a (locally) singleton dimension doesn't...
The `PHDF5Driver` (and the `MPIIODriver` for that matter) does not currently support writing grid objects returned by `localgrid`. This is definitely something which would be interesting to have.
I was able to run your script and generate the output file. I had no problem opening and visualising the file in ParaView 5.12. I also checked that the file...
Strange, I'm also on 64 bit Linux. If it's an endianness problem, I would expect to see the issue in big endian machines, since the binary data was written in...
> As an aside, I find the naming of the options to vtk_grid a little unfortunate: "Append" signals to me that data is appended to an existing file, which is...
@MarDiehl thanks for reporting this. Would you be able to provide a minimal working example to test the issue?