Skip to content

Commit

Permalink
h5vol: Restructure HDF5 VOL build
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Atkins committed Dec 29, 2020
1 parent b6f655f commit d41a8b9
Show file tree
Hide file tree
Showing 20 changed files with 58 additions and 865 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if(ADIOS2_HAVE_MPI)
endif()

set(ADIOS2_CONFIG_OPTS
Blosc BZip2 ZFP SZ MGARD PNG MPI DataMan Table SSC SST DataSpaces ZeroMQ HDF5 IME Python Fortran SysVShMem Profiling Endian_Reverse
Blosc BZip2 ZFP SZ MGARD PNG MPI DataMan Table SSC SST DataSpaces ZeroMQ HDF5 HDF5_VOL IME Python Fortran SysVShMem Profiling Endian_Reverse
)
GenerateADIOSHeaderConfig(${ADIOS2_CONFIG_OPTS})
configure_file(
Expand Down Expand Up @@ -318,6 +318,7 @@ foreach(opt IN LISTS ADIOS2_CONFIG_OPTS)
message("${label}: OFF")
endif()
endforeach()

if (ADIOS2_HAVE_SST AND ADIOS2_SST_HAVE_LIBFABRIC)
message(" RDMA Transport for Staging: Available")
else()
Expand Down
5 changes: 0 additions & 5 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ add_subdirectory(useCases)

if(ADIOS2_HAVE_MPI)
add_subdirectory(heatTransfer)
if(ADIOS2_HAVE_HDF5)
if(NOT (HDF5_VERSION VERSION_LESS 1.11))
add_subdirectory(h5vol)
endif()
endif()
endif()

if(ADIOS2_BUILD_EXAMPLES_EXPERIMENTAL)
Expand Down
63 changes: 0 additions & 63 deletions examples/h5vol/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit d41a8b9

Please sign in to comment.