Skip to content

Commit

Permalink
Merge pull request #357 from cniethammer/remove_compression_code
Browse files Browse the repository at this point in the history
Remove unused compression code
  • Loading branch information
cniethammer authored Dec 11, 2024
2 parents d5d1724 + 43f0ac1 commit be67309
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 551 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ include(autopas)
# ----- include mamico
include(mamico)

# ----- resilience plugin dependencies are set here
include(compression)

# ----- add adios2 dependency
include(adios2)

Expand Down
9 changes: 0 additions & 9 deletions cmake/modules/compression.cmake

This file was deleted.

39 changes: 0 additions & 39 deletions cmake/modules/lz4.cmake

This file was deleted.

50 changes: 0 additions & 50 deletions doc/compression.dox

This file was deleted.

5 changes: 0 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ else()
)
endif()

# dependencies for lz4
if (ENABLE_LZ4)
add_dependencies(MarDyn liblz4)
endif()

# find adios
if (NOT ENABLE_ADIOS2)
list(FILTER MY_SRC EXCLUDE REGEX "adios2")
Expand Down
117 changes: 0 additions & 117 deletions src/plugins/compression.cpp

This file was deleted.

Loading

0 comments on commit be67309

Please sign in to comment.