Closed jbigot closed 2 months ago
Can you provide us with your full yaml & log in text format, please?
also, can you actually check the compression level of each datacheck as described in https://stackoverflow.com/questions/70202779/determine-if-a-hdf5-file-created-with-h5py-is-compressed-or-not
In GitLab by @mtrochon on Jul 2, 2024, 09:28
Good morning,
I checked the compression and indeed it works. The problem was that i compile gysela+GNU+PDI which gave a very bad compression (from 1.1T to 1.05T) So, I compare it with gysela+Intel+HDF5, where i got good results (from 1.1T to 500GB) Then, i checked gysela+GNU+HDF5, and I got the same result as the first tests.
So the problem is between GNU and HDF5_compression, and I will look more into it. Sorry for the trouble !
No worry, thanks for the feedback.
In GitLab by @mtrochon on Jun 17, 2024, 10:34
I am trying to use compression in Gysela. I modified the yaml file as the image shows, in the output log it's written that Decl'HDF5 does use deflate. But I don't see any changes regarding the time and the output file sizes. image