From 1867515152c046ed90481f4e96dc33cc218f0180 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Sun, 16 Jan 2011 17:27:21 +0100 Subject: [PATCH] [commtech] Remove pipe_comm to produce 50000000 l Multiply by 10 the number of cache line send from the producer to the consumer to have a more accurate mean. This require excluding pipe_comm as this bench is way too slow to send so much data. --- communication_techniques/Makefile | 2 +- communication_techniques/lancement.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/communication_techniques/Makefile b/communication_techniques/Makefile index b66efa7..60a74e3 100644 --- a/communication_techniques/Makefile +++ b/communication_techniques/Makefile @@ -20,7 +20,7 @@ LDFLAGS:=-L$(LIBDIR) -lpthread -ldl CC=gcc # Files -BINNAMES:=c_cache_comm pipe_comm lamport_comm shared_mem_opt_comm fake_comm csq_comm fast_forward_comm mcringbuffer_comm #jikes_barrier_comm asm_cache_comm +BINNAMES:=c_cache_comm lamport_comm shared_mem_opt_comm fake_comm csq_comm fast_forward_comm mcringbuffer_comm #pipe_comm jikes_barrier_comm asm_cache_comm CALCLIBSNAMES:=calc_mat calc_useless_loop BINS:=$(patsubst %,$(BINDIR)/%,$(BINNAMES)) CALCLIBS:=$(patsubst %,$(LIBDIR)/$(CALCDIR)/lib%.so.1,$(CALCLIBSNAMES)) diff --git a/communication_techniques/lancement.sh b/communication_techniques/lancement.sh index 1703794..86315c1 100755 --- a/communication_techniques/lancement.sh +++ b/communication_techniques/lancement.sh @@ -15,7 +15,7 @@ typeCacheList="L2 Memory" # Niveau de cache partage perfOpt="stat -r 10 -e cycles -e L1-dcache-loads -e L1-dcache-stores -e LLC-load-misses -e LLC-store-misses" # Const -nbIter="5000000" # Nb de lignes produites +nbIter="50000000" # Nb de lignes produites sizeBuf="1" # En nombre de lignes de cache # Nom generique des fichiers de log