From cc1bde60c978541f6e8bdef429b6869ac7756174 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 23 Jun 2009 11:57:25 +0200 Subject: [PATCH] commtech: Add fake_comm in lancement.sh script --- communication_techniques/lancement.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication_techniques/lancement.sh b/communication_techniques/lancement.sh index 5d86e2c..3dc7083 100755 --- a/communication_techniques/lancement.sh +++ b/communication_techniques/lancement.sh @@ -7,7 +7,7 @@ binDir="bin" thisScript="$0" # Param -binList="asm_cache_comm c_cache_comm pipe_comm shared_mem_comm shared_mem_opt_comm jikes_barrier_comm" # Type de communication +binList="asm_cache_comm c_cache_comm pipe_comm shared_mem_comm shared_mem_opt_comm jikes_barrier_comm fake_comm" # Type de communication nbProdList="1" # Nombre de cores producteurs typeProdList="none matrice" # Methode pour produire les valeurs typeCacheList="L2 mem" # Niveau de cache partage