lancement.sh: Send data in group

This commit is contained in:
Thomas Preud'homme 2012-02-21 18:06:47 +01:00
parent b0441d7a1c
commit 82d3c453e6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function_run () {
esac
make $binDir/$bin
cmdLineRun="eval perf $perfOpt $binDir/$bin $optTypeCache $optTypeProd $optNbNodes -d -n $nbIter"
cmdLineRun="eval perf $perfOpt $binDir/$bin $optTypeCache $optTypeProd $optNbNodes -n $nbIter"
echo "On lance : \"$cmdLineRun\""
beginingDate=`date +%s`