summaryrefslogtreecommitdiff
path: root/benchmarks/himenobench/files/patch-himenobmtxps.c
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-08-16 08:14:12 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-08-16 08:14:12 +0000
commitb45a3f075807de64415b4919850d060fc4d986b3 (patch)
tree77c7b7a1013dc158d3eaeac6fda3bc747210e2d8 /benchmarks/himenobench/files/patch-himenobmtxps.c
parentUpdate to 4.6.20 (diff)
Add Himeno Benchmark. this suite was made by HIMENO, Ryutaro,
for evaluation of performance of the calculation of incompressible flow analysis. This program solves Poisson equation by Jacobi's iterative method which have many loops
Diffstat (limited to 'benchmarks/himenobench/files/patch-himenobmtxps.c')
-rw-r--r--benchmarks/himenobench/files/patch-himenobmtxps.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/benchmarks/himenobench/files/patch-himenobmtxps.c b/benchmarks/himenobench/files/patch-himenobmtxps.c
new file mode 100644
index 000000000000..6ed389728ad5
--- /dev/null
+++ b/benchmarks/himenobench/files/patch-himenobmtxps.c
@@ -0,0 +1,18 @@
+--- himenobmtxps.c~ Thu Feb 21 09:27:59 2002
++++ himenobmtxps.c Mon Aug 16 16:13:42 2004
+@@ -37,6 +37,7 @@
+ ********************************************************************/
+
+ #include <stdio.h>
++#include <sys/time.h>
+
+ #ifdef SSMALL
+ #define MIMAX 33
+@@ -245,7 +246,6 @@
+ double
+ second()
+ {
+-#include <sys/time.h>
+
+ struct timeval tm;
+ double t ;