ADIOS2 icon indicating copy to clipboard operation
ADIOS2 copied to clipboard

BP5 on Windows

Open ax3l opened this issue 3 years ago • 6 comments
trafficstars

Updated: we need simple BP5 write and definitely read support on Windows, too.


Is it possible that BP5 support in ADIOS 2.8.0 is not (yet) available on Windows?

And if it's not, can you recommend a public ADIOS2 define/macro to check BP5 support at compile-time? Or a public ADIOS2 API that we can check at runtime?

cc @pnorbert @franzpoeschel @chuckatkins

Thanks a lot, Axel

ax3l avatar Apr 29 '22 00:04 ax3l

#ifdef ADIOS2_HAVE_BP5 should do the trick, as defined inside $INSTALL_PREFIX/include/adios2/common/ADIOSConfig.h.

franzpoeschel avatar Apr 29 '22 12:04 franzpoeschel

Awesome :+1:

Used in https://github.com/openPMD/openPMD-api/pull/1262

ax3l avatar May 02 '22 20:05 ax3l

As discussed with @pnorbert: we need simple BP5 write and definitely read support on Windows, too. There seems to be an issue with compilation of FFS on Windows.

ax3l avatar May 09 '22 17:05 ax3l

This needs FFS built on windows

pnorbert avatar May 09 '22 17:05 pnorbert

:anguished:

eisenhauer avatar May 09 '22 17:05 eisenhauer

I think that this is resolved since we build BP5 by default (we cannot disable it) adios2 in Windows in our CI and.

vicentebolea avatar Sep 04 '23 19:09 vicentebolea