summaryrefslogtreecommitdiff
path: root/MPBenchmarks/appMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MPBenchmarks/appMain.cpp')
-rw-r--r--MPBenchmarks/appMain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/MPBenchmarks/appMain.cpp b/MPBenchmarks/appMain.cpp
index 2992859..3ddb725 100644
--- a/MPBenchmarks/appMain.cpp
+++ b/MPBenchmarks/appMain.cpp
@@ -103,6 +103,7 @@ int main(int argc,char ** argv)
int minLogSize = 10;
int maxLogSize = 29;
+
std::vector<TestResult> allTests;
// Run all CPU tests
@@ -179,7 +180,7 @@ int main(int argc,char ** argv)
char aux[200];
std::string usz;
getUserSize(ls,usz);
- _snprintf(aux,200,"NT=%3d SZ=%7s %6.0f MB/s",nt,usz.c_str(),mbps);
+ _snprintf(aux,200,"NTHREAD=%3d SZ=%7s %6.0f MB/s",nt,usz.c_str(),mbps);
log->append(aux);
tr.update(ls,mbps);
}
@@ -265,7 +266,6 @@ int main(int argc,char ** argv)
title.assign("Mul1 v1 32-bit");
g = new Mul1GPUTask(MUL1_V1,1,log);
break;
-
}
if (g == 0) continue; // nothing to do