Skip to content

Himeno Benchmark program written in Modern Fortran (Fortran 2003 or later)

License

Notifications You must be signed in to change notification settings

degawa/Himeno-Benchmark-in-Modern-Fortran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Himeno Benchmark in Modern Fortran

This is a Modern Fortran program executing the Himeno Benchmark.

Descriptions

This program is Himeno benchmark problem written in Modern Fortran style, achieving the same execution performance as the original version.
In this program, global variables are eliminated and some variable names and subroutine names are refined.

Demo

Demo

Requirement

Fortran 2003 or later.
This program is tested using Intel Fortran compiler for windows only.

Usage

  1. compile the source code
  2. execute the created .exe file
  3. input Grid-size from a keyboard
  4. The program will be run during roughly 60 seconds
  5. Benchmark results will be displayed after an execution is successfully done

Installation

git clone or simply download .f90 file

Licence

LGPL 2 or later

About

Himeno Benchmark program written in Modern Fortran (Fortran 2003 or later)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published