ADIOS: int16-type particle attributes do not compile #2928
Labels
affects latest release
a bug that affects the latest stable release
bug
a bug in the project's code
component: plugin
in PIConGPU plugin
component: third party
third party libraries that are shipped and/or linked
The
voronoiCellId
-attribute of the particle merger is anint16
, which is not (yet) implemented ininclude/picongpu/traits/AdiosToPIC.tpp
. For this reason, the currentdev
-branch does not compile with both particle merger and ADIOS on. It would be an easy fix to also includeint16
-types there. Is there any deeper reason why this should not be done?Alternatively, I could also modify the type of the
voronoiCellId
-attribute inspeciesAttributes.param
toint32
, which I have done as a quick workaround for a simulation.Before I open a pull request, I would like to hear your opinion on which route you prefer.
The text was updated successfully, but these errors were encountered: