Skip to content

Commit

Permalink
Merge pull request #2433 from eisenhauer/KillOldDPs
Browse files Browse the repository at this point in the history
Remove unused, bit-rotted data planes
  • Loading branch information
eisenhauer authored Aug 17, 2020
2 parents c81de7c + ffe50a4 commit 4e2d228
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,614 deletions.
5 changes: 0 additions & 5 deletions cmake/DetectOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,6 @@ if(ADIOS2_USE_SST AND NOT MSVC)
set(ADIOS2_SST_HAVE_CRAY_DRC TRUE)
endif()
endif()
find_package(NVStream)
if(NVStream_FOUND)
find_package(Boost OPTIONAL_COMPONENTS thread log filesystem system)
set(ADIOS2_SST_HAVE_NVStream TRUE)
endif()
endif()

#SysV IPC
Expand Down
60 changes: 0 additions & 60 deletions cmake/FindNVStream.cmake

This file was deleted.

6 changes: 0 additions & 6 deletions source/adios2/toolkit/sst/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ if(ADIOS2_SST_HAVE_LIBFABRIC)
endif()
endif()

if(ADIOS2_SST_HAVE_NVStream)
target_sources(sst PRIVATE dp/nvstream_dp.c dp/nvswrapper.cpp)
target_link_libraries(sst PRIVATE NVStream::NVStream ${Boost_LIBRARIES})
set(CMAKE_REQUIRED_INCLUDES ${NVSTREAM_INCLUDE_DIRS})
endif()

if(ADIOS2_HAVE_ZFP)
target_sources(sst PRIVATE cp/ffs_zfp.c)
target_link_libraries(sst PRIVATE zfp::zfp)
Expand Down
Loading

0 comments on commit 4e2d228

Please sign in to comment.