Skip to content
Snippets Groups Projects
Commit 16293d37 authored by guj's avatar guj Committed by Atkins, Charles Vernon
Browse files

added support to compile HDF5Common.*

parent 6a1095aa
No related branches found
No related tags found
1 merge request!101Hdf5
...@@ -106,6 +106,7 @@ if(ADIOS_USE_HDF5) ...@@ -106,6 +106,7 @@ if(ADIOS_USE_HDF5)
target_sources(adios2 PRIVATE target_sources(adios2 PRIVATE
engine/hdf5/HDF5ReaderP.cpp engine/hdf5/HDF5ReaderP.cpp
engine/hdf5/HDF5WriterP.cpp engine/hdf5/HDF5WriterP.cpp
engine/hdf5/HDF5Common.cpp
) )
target_link_libraries(adios2 PRIVATE ${HDF5_C_LIBRARIES}) target_link_libraries(adios2 PRIVATE ${HDF5_C_LIBRARIES})
endif() endif()
......
...@@ -8,9 +8,11 @@ ...@@ -8,9 +8,11 @@
* Author: Junmin * Author: Junmin
*/ */
#include "HDF5Common.h"
#include <iostream> //needs to go away, this is just for demo purposes #include <iostream> //needs to go away, this is just for demo purposes
#include "engine/hdf5/HDF5Common.h" #include "adios2/ADIOSMPI.h"
namespace adios namespace adios
{ {
......
/* /*
* Distributed under the OSI-approved Apache License, Version 2.0. See * Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details. * accompanying file Copyright.txt for details.
...@@ -12,8 +11,8 @@ ...@@ -12,8 +11,8 @@
#ifndef HDF5_COMMON_P_H_ #ifndef HDF5_COMMON_P_H_
#define HDF5_COMMON_P_H_ #define HDF5_COMMON_P_H_
#include "core/Engine.h" #include "adios2/core/Engine.h"
#include "ADIOS_MPI.h" #include "adios2/ADIOSMPICommOnly.h"
#include <hdf5.h> #include <hdf5.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment