freebsd-ports/benchmarks/himenobench/files/patch-himenobmtxps.c
Maho Nakata b45a3f0758 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
2004-08-16 08:14:12 +00:00

18 lines
385 B
C

--- 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 ;