Skip to content

Commit f84b2d7

Browse files
committed
Test oneTBB preview feature of resource_limited_node and resource_provider
1 parent f1dd203 commit f84b2d7

File tree

11 files changed

+315
-323
lines changed

11 files changed

+315
-323
lines changed

phlex/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ cet_register_export_set(SET_NAME phlex NAMESPACE phlex SET_DEFAULT)
22

33
add_subdirectory(metaprogramming)
44
add_subdirectory(utilities)
5-
add_subdirectory(graph)
65
add_subdirectory(model)
76
add_subdirectory(core)
87

phlex/core/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ cet_make_library(
3737
phlex::model
3838
phlex::utilities
3939
PRIVATE
40-
phlex::graph
4140
Boost::json
4241
spdlog::spdlog
4342
)
@@ -101,7 +100,6 @@ cet_make_library(
101100
LIBRARIES
102101
phlex_core
103102
phlex::metaprogramming
104-
phlex::graph
105103
phlex::model
106104
phlex::utilities
107105
Boost::json

phlex/graph/CMakeLists.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

phlex/graph/serial_node.hpp

Lines changed: 0 additions & 82 deletions
This file was deleted.

phlex/graph/serializer_node.cpp

Lines changed: 0 additions & 17 deletions
This file was deleted.

phlex/graph/serializer_node.hpp

Lines changed: 0 additions & 56 deletions
This file was deleted.

phlex/model/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ cet_make_library(
1818
spdlog::spdlog
1919
fmt::fmt
2020
PRIVATE
21-
phlex::graph
2221
phlex::utilities
2322
TBB::tbb
2423
)

test/CMakeLists.txt

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -198,17 +198,7 @@ cet_test(
198198
phlex::utilities
199199
spdlog::spdlog
200200
)
201-
cet_test(
202-
serializer
203-
USE_CATCH2_MAIN
204-
SOURCE
205-
serializer.cpp
206-
LIBRARIES
207-
phlex::core
208-
TBB::tbb
209-
phlex::graph
210-
spdlog::spdlog
211-
)
201+
212202
cet_test(product_query USE_CATCH2_MAIN SOURCE product_query.cpp LIBRARIES
213203
phlex::core
214204
)
@@ -256,6 +246,7 @@ add_subdirectory(utilities)
256246
add_subdirectory(mock-workflow)
257247
add_subdirectory(demo-giantdata)
258248
# add_subdirectory(python)
249+
add_subdirectory(tbb-preview)
259250

260251
if(PHLEX_USE_FORM)
261252
add_subdirectory(form)

test/serializer.cpp

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)