summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-01-30 11:53:54 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2016-01-30 11:53:54 +0100
commitf573fe6bb3ac68dffbcca9da4c17c8bf0af178cf (patch)
treecc2b4b590bdcf66562f5c856ef7006168872402b /test
parent310d05d187b4b36413477e054d8f8dbc032dde1c (diff)
Fixed a bug in the graph scripts (thanks to Victor Pakhomov)
Diffstat (limited to 'test')
-rw-r--r--test/performance/graphs/common.r2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/graphs/common.r b/test/performance/graphs/common.r
index 34a59c43..5b3e6e52 100644
--- a/test/performance/graphs/common.r
+++ b/test/performance/graphs/common.r
@@ -63,7 +63,7 @@ main <- function(routine_name, precision, test_names, test_values,
if (precision == 64) { display_name <- gsub("^X","D",display_name); }
if (precision == 3232) { display_name <- gsub("^X","C",display_name); }
if (precision == 6464) { display_name <- gsub("^X","Z",display_name); }
- executable <- paste("./client_", routine_name, sep="")
+ executable <- paste("./clblast_client_", routine_name, sep="")
# Configures the outputfile
pdf(paste(display_name, ".pdf", sep=""), height=8, width=13)