Home
last modified time | relevance | path

Searched refs:shortpath (Results 1 – 6 of 6) sorted by relevance

/oneTBB/examples/concurrent_priority_queue/shortpath/
H A DCMakeLists.txt17 project(shortpath CXX) project
23 add_executable(shortpath shortpath.cpp) target
25 target_link_libraries(shortpath TBB::tbb Threads::Threads)
26 target_compile_options(shortpath PRIVATE ${TBB_CXX_STD_FLAG})
28 set(EXECUTABLE "$<TARGET_FILE:shortpath>")
32 add_execution_target(run_shortpath shortpath ${EXECUTABLE} "${ARGS}")
33 add_execution_target(perf_run_shortpath shortpath ${EXECUTABLE} "${PERF_ARGS}")
H A Dshortpath.cpp109 void shortpath() { in shortpath() function
316 shortpath(); in main()
H A DREADME.md28 shortpath [#threads=value] [verbose] [silent] [N=value] [start=value] [end=value] [-h] [#threads]
/oneTBB/examples/concurrent_priority_queue/
H A DREADME.md6 | shortpath | Solves the single source shortest path problem using a `concurrent_priority_queue` c…
/oneTBB/examples/
H A DCMakeLists.txt38 tbb_add_example(concurrent_priority_queue shortpath)
H A DREADME.md8 | concurrent_priority_queue/shortpath | Solves the single source shortest path problem using a `co…