UMPIRE
Umpire: resource management and provision
genumpiresplicer Namespace Reference

Functions

def gen_bounds ()
 
def gen_methods ()
 
def gen_fortran ()
 

Variables

tuple types
 
int maxdims = 6
 

Function Documentation

◆ gen_bounds()

def genumpiresplicer.gen_bounds ( )

Referenced by gen_fortran().

◆ gen_methods()

def genumpiresplicer.gen_methods ( )

Referenced by gen_fortran().

◆ gen_fortran()

def genumpiresplicer.gen_fortran ( )

References gen_bounds(), and gen_methods().

Variable Documentation

◆ types

tuple genumpiresplicer.types
Initial value:
1 = (
2  ( 'int', 'integer(C_INT)' ),
3  ( 'long', 'integer(C_LONG)' ),
4  ( 'float', 'real(C_FLOAT)' ),
5  ( 'double', 'real(C_DOUBLE)' ),
6  ( 'bool', 'logical(C_BOOL)')
7 )

◆ maxdims

int genumpiresplicer.maxdims = 6