[commtech] Rename c_cache to batch_queue

This commit is contained in:
Thomas Preud'homme 2011-03-02 12:10:48 +01:00
parent f1b3174af3
commit 90b7a8007b
4 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ LDFLAGS:=-L$(LIBDIR) -lpthread -ldl
CC=gcc
# Files
BINNAMES:=c_cache_comm lamport_comm shared_mem_opt_comm none_comm csq_2_comm
BINNAMES:=batch_queue_comm lamport_comm shared_mem_opt_comm none_comm csq_2_comm
BINNAMES+=csq_64_comm fast_forward_comm mcringbuffer_comm #pipe_comm jikes_barrier_comm asm_cache_comm
CALCLIBSNAMES:=calc_mat calc_line calc_useless_loop
BINS:=$(patsubst %,$(BINDIR)/%,$(BINNAMES))

View File

@ -6,7 +6,7 @@ init_bench_vars ()
{
local ourBenchs onlyWBBenchs comList com -
ourBenchs="asm_cache|c_cache"
ourBenchs="asm_cache|batch_queue"
onlyWBBenchs="jikes_barrier"
comList=`ls *.log | perl -ni -e '/-([^-]+)_comm/; $a{$1}=""; END { foreach ( sort keys %a ) {print "$_ "}}'`
if [ -z "${barriereList:-}" ]