Skip to content

hinata152/Himeno-Benchmark-in-Julia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Himeno Benchmark program written in Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%