Skip to content

Commit 3c395c4

Browse files
author
Fei Yang
committed
Always build neighbor domain decomposition source
1 parent cee8be7 commit 3c395c4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

source/source_cell/module_neighlist/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
set(neighbor_search_sources
22
bin_manager.cpp
3+
domain_decomposition.cpp
34
neighbor_search.cpp
45
page_allocator.cpp
56
unitcell_lite.cpp
67
)
78

8-
if(ENABLE_MPI)
9-
list(APPEND neighbor_search_sources domain_decomposition.cpp)
10-
endif()
11-
129
add_library(
1310
neighbor_search
1411
OBJECT

0 commit comments

Comments
 (0)