OpenCMISS-Iron Internal API Documentation
CONSTANTS::ComputerSystemTypes

Computer system type parameters. More...

Variables

integer(intg), parameter constants::dec_computer =1
 Digital computer system type. More...
 
integer(intg), parameter constants::sgi_computer =2
 Silicon Graphics computer system type. More...
 
integer(intg), parameter constants::ibm_computer =3
 IBM system type. More...
 
integer(intg), parameter constants::cray_computer =4
 Cray computer system type. More...
 
integer(intg), parameter constants::pc_computer =5
 PC computer system type. More...
 
integer(intg), parameter constants::unknown_computer =255
 Unknown computer system type. More...
 

Detailed Description

Computer system type parameters.

See also
CONSTANTS

Variable Documentation

integer(intg), parameter constants::cray_computer =4

Cray computer system type.

See also
CONSTANTS::ComputerSystemTypes,CONSTANTS

Definition at line 138 of file constants.f90.

integer(intg), parameter constants::dec_computer =1

Digital computer system type.

See also
CONSTANTS::ComputerSystemTypes,CONSTANTS

Definition at line 135 of file constants.f90.

integer(intg), parameter constants::ibm_computer =3

IBM system type.

See also
CONSTANTS::ComputerSystemTypes,CONSTANTS

Definition at line 137 of file constants.f90.

integer(intg), parameter constants::pc_computer =5

PC computer system type.

See also
CONSTANTS::ComputerSystemTypes,CONSTANTS

Definition at line 139 of file constants.f90.

integer(intg), parameter constants::sgi_computer =2

Silicon Graphics computer system type.

See also
CONSTANTS::ComputerSystemTypes,CONSTANTS

Definition at line 136 of file constants.f90.

integer(intg), parameter constants::unknown_computer =255

Unknown computer system type.

See also
CONSTANTS::ComputerSystemTypes,CONSTANTS

Definition at line 140 of file constants.f90.