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.
     1 AM_CPPFLAGS = -I$(top_srcdir)
     2 
     3 noinst_HEADERS = bench_tools.h
     4 
     5 noinst_PROGRAMS = graph-bench hcube bfs-bench radix_sort-bench
     6 
     7 graph_bench_SOURCES = graph-bench.cc
     8 
     9 hcube_SOURCES = hcube.cc
    10 
    11 bfs_bench_SOURCES = bfs-bench.cc
    12 
    13 radix_sort_bench_SOURCES = radix_sort-bench.cc