FreeBSD benchmarks : himenobench4>
Himeno bench benchmark, solves Poisson eq. with Jacobi's method
Himeno Benchmark is 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
http://accc.riken.jp/HPC/HimenoBMT/index.html
|
himenobench history
v. 1.14
date: 2007/07/16 08:00:01; author: maho; state: Exp; lines: +2 -4
Fix pkg-plist.
Spotted by: pav
v. 1.13
date: 2007/07/14 21:36:44; author: maho; state: Exp; lines: +5 -9
Now we use USE_FORTRAN to use FORTRAN compiler.
v. 1.12
date: 2007/01/12 05:42:29; author: maho; state: Exp; lines: +6 -2
Using gfortran42, and not gcc42.
Bump portrevision.
v. 1.11
date: 2007/01/04 12:51:10; author: maho; state: Exp; lines: +1 -0
Add a dummy knob WANT_FORTRAN for future use.
v. 1.10
date: 2007/01/04 06:08:42; author: maho; state: Exp; lines: +42 -30
* Migrate to gfortran42.
* Add file/run_benchmark to do benchmark with different compilers.
* portlint.
v. 1.9
date: 2005/04/12 03:24:56; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.8
date: 2005/04/11 08:01:29; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.7
date: 2004/08/18 07:28:53; author: maho; state: Exp; lines: +2 -2
OPTIMIZED_FLAGS should be WITH_OPTMIZED_FLAGS
v. 1.6
date: 2004/08/18 07:21:58; author: maho; state: Exp; lines: +14 -25
Fix many things
Submitted by: kris (partially)
v. 1.5
date: 2004/08/16 13:56:07; author: maho; state: Exp; lines: +2 -2
Fix typo
v. 1.4
date: 2004/08/16 12:37:13; author: maho; state: Exp; lines: +1 -2
Marked as RESTRICTED.
v. 1.3
date: 2004/08/16 12:16:03; author: maho; state: Exp; lines: +12 -12
User settable USE_* -> WITH_*
Noticed by: portlint
v. 1.2
date: 2004/08/16 08:22:07; author: maho; state: Exp; lines: +12 -12
WITH_IFC, WITH_ICC -> USE_IFC, USE_ICC
v. 1.1
date: 2004/08/16 08:14:12; author: maho; state: Exp;
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
=============================================================================
|