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

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Himeno Benchmark in Modern Fortran

This program is a Himeno benchmark problem written in Modern Fortran style.

Descriptions

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

Demo

Demo

Requirement

Fortran 2008 or later. This program is compiled using Intel oneAPI ver. 2021.1 and gfortran ver. 10.3.0 for windows.

Usage

  1. compile the source code
  2. execute the created .exe file
  3. input Grid-size from a keyboard
  4. The program will run for roughly 60 seconds
  5. Benchmark results will be displayed after 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