Personal tools

Difference between revisions of "Fortran"

From MohidWiki

Jump to: navigation, search
(Other languages)
Line 1: Line 1:
 
[[Fortran|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.
 
[[Fortran|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.
 +
 +
==MOHID templates==
 +
===Module===
 +
===Program===
  
 
==Examples==
 
==Examples==

Revision as of 01:53, 21 May 2010

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.

MOHID templates

Module

Program

Examples

Hello World program

Hello world in a module

Subroutine

Function

Variables

Types

Interface procedure

Arrays

If

Do

Case

Other languages