Axel Huebl

Results 1239 comments of Axel Huebl

I cannot say, don't see a change here: https://github.com/ComputationalRadiationPhysics/picongpu/tree/dev/include/picongpu/plugins/adios

@cbontoiu what is the PIConGPU `.cfg` script you used to write the file? What is the openPMD-api version & adios1 & 2 version in the conda environment you use for...

We can run these tests again after #916 was merged, maybe we see some improvement when setting striping with chunked data sets

Should also set `H5Pset_alignment` (and `H5Pset_sieve_buf_size`) here: https://github.com/openPMD/openPMD-api/issues/578#issuecomment-865377511

Next measurements we should try on Cori (Suren Byna): ## Option 1 - Set the alignment to 8 MB (in the `H5Pset_alignment()` call, threshold of `0` and alignment of `8MB`)...

temporarily moved into #840

MSYS2 migration needs #821

The id provider can be de-selected in the GUI in paraview at read-time, so it's not blocking the usage.

Missing manual example: ### ZFP Compression With ```C++ std::string options = R"END( { "adios2": { "dataset": { "operators": [ { "type": "zfp", "parameters": { "precision": "3" } } ] }...

Thank you for documenting this @lucafedeli88 ! cc @franzpoeschel As discussed elsewhere in the past, we want to address this generally by introducing an `Iteration::close()` method to release handles as...