From 7b36e81b4084897ba8e9aa70a66b59a0871ae3b1 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 23 Jun 2009 11:56:22 +0200 Subject: [PATCH] commtech: Currently no L2 shared needs no -s --- 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 d6c5c06..5d86e2c 100755 --- a/communication_techniques/lancement.sh +++ b/communication_techniques/lancement.sh @@ -64,7 +64,7 @@ function_run () { * ) exit 1 ;; esac case $typeCache in - "mem" ) optTypeCache="-s 0" ;; + "mem" ) optTypeCache="" ;; "L2" ) optTypeCache="-s 2" ;; * ) exit 1 ;; esac