Skip to content

Commit

Permalink
remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Sep 26, 2023
1 parent 73ae0b2 commit 374a894
Show file tree
Hide file tree
Showing 13 changed files with 61 additions and 827 deletions.
17 changes: 0 additions & 17 deletions src/dla/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,19 @@ set(dla_SOURCES random.cc dla.cc)
add_executable(dla ${dla_SOURCES})
install(TARGETS dla RUNTIME DESTINATION bin)

# add_executable(dla_B ${dla_SOURCES})
# add_executable(dla_H ${dla_SOURCES})
# install(TARGETS dla_B RUNTIME DESTINATION bin)
# install(TARGETS dla_H RUNTIME DESTINATION bin)
# target_compile_definitions(dla_B PRIVATE MEASURE_BOSON=1)
# target_compile_definitions(dla_H PRIVATE MEASURE_SPIN=1)

if(CMAKE_CXX_COMPILER_ID STREQUAL "Intel")
target_link_libraries(dla rt)
endif(CMAKE_CXX_COMPILER_ID STREQUAL "Intel")

if(MPI_FOUND)
add_definitions(-DMULTI)
target_include_directories(dla PUBLIC ${MPI_CXX_INCLUDE_DIRS})
# target_include_directories(dla_H PUBLIC ${MPI_CXX_INCLUDE_DIRS})
# target_include_directories(dla_B PUBLIC ${MPI_CXX_INCLUDE_DIRS})
target_link_libraries(dla ${MPI_CXX_LIBRARIES})
# target_link_libraries(dla_H ${MPI_CXX_LIBRARIES})
# target_link_libraries(dla_B ${MPI_CXX_LIBRARIES})
endif(MPI_FOUND)

# set(dla_deps dla_H dla_B)
set(dla_deps dla)

if(BUILD_OLD_GENERATORS)
add_subdirectory(generators)
set(dla_deps ${dla_deps} dla_alg_old lattgene_C lattgene_T hamgen_H hamgen_B cfgene sfgene)
endif(BUILD_OLD_GENERATORS)

# add_custom_target(dla
# DEPENDS
# ${dla_deps}
# )
191 changes: 0 additions & 191 deletions src/dla/SPECIFIC/Boson/measure_specific.cc

This file was deleted.

82 changes: 0 additions & 82 deletions src/dla/SPECIFIC/Boson/measure_specific.h

This file was deleted.

Loading

0 comments on commit 374a894

Please sign in to comment.