Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.03 KB

Himeno Benchmark in Julia

This is a Julia program executing the Himeno Benchmark.

Descriptions

This program is Himeno benchmark problem written in Julia 1.5.3. Is the Julia really fast against engineering problems? How do I study Julia's optimization techniques? Himeno Benchmark is a good problem to study those. This program was simply rewritten into Julia from a program which is rewritten in Modern Fortran style. Currently, the maximum performance of this program is 25% of that of the Modern Fortran program.

Demo

Demo The execution performance have been significantly improved. (10th May 2018)

Requirement

Julia 1.5.3

Usage

  1. execute the .jl file like below:
> julia HimenoBMT.jl
  1. input Grid-size from a keyboard
  2. The program will be run during roughly 60 seconds
  3. Benchmark results will be displayed after an execution is successfully done

Installation

git clone or simply download .jl file

Licence

LGPL 2 or later