Personal tools

Fortran

From MohidWiki

Revision as of 01:50, 21 May 2010 by Guillaume (talk | contribs) (New page: Fortran95 is the language of choice to program in MOHID. Although a primitive form of language it proves to be the most efficient and performant in the area of scientific computing. St...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Fortran95 is the language of choice to program in MOHID. Although a primitive form of language it proves to be the most efficient and performant in the area of scientific computing. Still widely used in numerical computation.

Examples

Hello World program

Hello world in a module

Subroutine

Function

Variables

Types

Interface procedure

Arrays

If

Do

Case

Other languages