aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/himenobench
Commit message (Collapse)AuthorAgeFilesLines
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* OPTIMIZED_FLAGS should be WITH_OPTMIZED_FLAGSMaho Nakata2004-08-181-2/+2
| | | | Notes: svn path=/head/; revision=116576
* Fix many thingsMaho Nakata2004-08-182-39/+24
| | | | | | | Submitted by: kris (partially) Notes: svn path=/head/; revision=116573
* Fix typoMaho Nakata2004-08-161-2/+2
| | | | Notes: svn path=/head/; revision=116403
* Marked as RESTRICTED.Maho Nakata2004-08-161-2/+1
| | | | Notes: svn path=/head/; revision=116396
* User settable USE_* -> WITH_*Maho Nakata2004-08-161-12/+12
| | | | | | | Noticed by: portlint Notes: svn path=/head/; revision=116391
* WITH_IFC, WITH_ICC -> USE_IFC, USE_ICCMaho Nakata2004-08-162-25/+25
| | | | Notes: svn path=/head/; revision=116368
* Add Himeno Benchmark. this suite was made by HIMENO, Ryutaro,Maho Nakata2004-08-169-0/+219
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 Notes: svn path=/head/; revision=116365