Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions simulation/src/applications/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ build_lib(
model/udp-server.cc
model/udp-trace-client.cc
model/rdma-client.cc
model/simple-seq-ts-header.cc
${ASTRA_SIM_SOURCE_FILES}
HEADER_FILES
helper/bulk-send-helper.h
Expand Down Expand Up @@ -70,10 +69,10 @@ build_lib(
model/udp-server.h
model/udp-trace-client.h
model/rdma-client.h
model/simple-seq-ts-header.h
# ${ASTRA_SIM_HEADER_FILES}
LIBRARIES_TO_LINK ${libinternet}
${libstats}
${libpoint-to-point}
TEST_SOURCES
test/three-gpp-http-client-server-test.cc
test/bulk-send-application-test-suite.cc
Expand Down
4 changes: 4 additions & 0 deletions simulation/src/point-to-point/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ build_lib(
model/switch-mmu.cc
model/nvswitch-node.cc
model/point-to-point-remote-channel.cc
model/simple-seq-ts-header.cc
HEADER_FILES
${mpi_headers}
helper/point-to-point-helper.h
Expand All @@ -61,7 +62,10 @@ build_lib(
model/trace-format.h
model/nvswitch-node.h
model/point-to-point-remote-channel.h
model/simple-seq-ts-header.h
LIBRARIES_TO_LINK ${libnetwork}
${mpi_libraries}
${libinternet}
${libmtp}
TEST_SOURCES test/point-to-point-test.cc
)