This is a Julia program executing the Himeno Benchmark.
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.
The execution performance have been significantly improved. (10th May 2018)
Julia 1.5.3
- execute the .jl file like below:
> julia HimenoBMT.jl
- input Grid-size from a keyboard
- The program will be run during roughly 60 seconds
- Benchmark results will be displayed after an execution is successfully done
git clone or simply download .jl file
LGPL 2 or later