benchmark/Makefile.am
author deba
Mon, 03 Apr 2006 09:45:23 +0000
changeset 2031 080d51024ac5
parent 1435 8e85e6bbefdf
child 2084 59769591eb60
permissions -rw-r--r--
Correcting the structure of the graph's and adaptor's map.
The template assign operators and map iterators can be used for adaptors also.

Some bugfix in the adaptors

New class SwapBpUGraphAdaptor which swaps the two nodeset of the graph.
ladanyi@1435
     1
AM_CPPFLAGS = -I$(top_srcdir)
ladanyi@1351
     2
ladanyi@1351
     3
noinst_HEADERS = bench_tools.h
ladanyi@704
     4
deba@1833
     5
noinst_PROGRAMS = graph-bench hcube bfs-bench radix_sort-bench
ladanyi@704
     6
ladanyi@1351
     7
graph_bench_SOURCES = graph-bench.cc
alpar@708
     8
ladanyi@1351
     9
hcube_SOURCES = hcube.cc
alpar@742
    10
ladanyi@1351
    11
bfs_bench_SOURCES = bfs-bench.cc
deba@1833
    12
deba@1833
    13
radix_sort_bench_SOURCES = radix_sort-bench.cc