MADNESS  0.10.1
Typedefs

Defines types used by the parallel runtime. More...

#include <stdint.h>
Include dependency graph for worldtypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int ProcessID
 Used to clearly identify process number/rank. More...
 
typedef int Tag
 Used to clearly identify message tag/type. More...
 

Detailed Description

Defines types used by the parallel runtime.

Typedef Documentation

◆ ProcessID

typedef int ProcessID

Used to clearly identify process number/rank.

◆ Tag

typedef int Tag

Used to clearly identify message tag/type.