Skip to content

Avoid compilation issues when HYTEG_BUILD_WITH_ADIOS2=off

Marcus Mohr requested to merge mohr/adiosIsolation into master

ADIOS2 is an optional dependency, so we should be able to seamlessly build without it. The commit wraps the complete AdiosWriter.hpp inside a macro guard.

Merge request reports