Kai Germaschewski

Results 27 comments of Kai Germaschewski

If it's important to support, you could add an attribute to the hdf5 dataset that means "this is actually char". During read, adios2 could then present it as char even...

I update this PR to be more complete (unfortunately, as anticipated, also more complex). As a minor change, I changed `is_container` to `is_ndarray` since the former definitely has some pre-existing...

FWIW, I did remove the "Draft" status, but by no means do I think this is perfect. One thing in particular to work out, if this is going to be...

I agree that enforcing standard conforming code (ie, C++11) would be good. I'm not sure whether one still has to add `-pedantic-errors`, anyway. In practice, it might turn out that...

Let me also put in my two cents: An alternative is to think of this in generic programming terms. That is, instead of having a specific overload for Kokkos views,...

So I looked at this PR in some more detail now, and really all it needs from a `Kokkos::View` is the `.data()` method. I still think it'd be good for...

> > * all the user has to do is to specialize the corresponding traits to tell the standard library how to interface with them. > > The translation unit...

My 2 cents on this topic is that I don't think it's worth breaking the API over. It may be worth adding additional calls that don't take `debugMode` parameter where...

@ax3l, what has happened here is that the API still takes the debug mode argument to keep things compatible, but it doesn't have any effect anymore -- ADIOS2 does the...

Sorry, I don't follow the part about making deep copies in DeclareIO, do you mean making deep copies of the IO in Engine::Open? Anyway, that means a good amount of...