commtechs: Make legend looks nicer s/mem/Memory/

This commit is contained in:
Thomas Preud'homme 2009-07-08 18:33:32 +02:00 committed by Thomas Preud'homme
parent 5e3a7f6ce0
commit d38f9150b2
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ PAPIPFMDir="libpfm-3.y/lib"
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 useless_loop" # Methode pour produire les valeurs
typeCacheList="L2 mem" # Niveau de cache partage
typeCacheList="L2 Memory" # Niveau de cache partage
# Const
nbIter="5000000" # Nb de lignes produites
@ -75,7 +75,7 @@ function_run () {
* ) exit 1 ;;
esac
case $typeCache in
"mem" ) optTypeCache="" ;;
"Memory" ) optTypeCache="" ;;
"L2" ) optTypeCache="-s" ;;
* ) exit 1 ;;
esac