Newer
Older
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
*
* Created on: Jan 9, 2017
* Author: wfg
*/
#include "ADIOS.h"
#include "core/Engine.h"
#include "core/Transform.h"
// Will allow to create engines directly (no polymorphism)
#ifdef ADIOS_HAVE_DATAMAN
#include "engine/dataman/DataManReader.h"
#include "engine/dataman/DataManWriter.h"
#ifdef ADIOS_HAVE_BZIP2