Next:
10.1.6 C++ Datatypes
Up:
10.1.5 Semantics
Previous:
10.1.5.0.3 Comparison
Contents:
Contents
10
.
1
.
5
.
0
.
4
Constants
Constants are singleton objects and are declared
const
. Note that not all globally defined
MPI-
/ objects are constant. For example,
MPI::COMM_WORLD
and
MPI::COMM_SELF
are not
const
.
Next:
10.1.6 C++ Datatypes
Up:
10.1.5 Semantics
Previous:
10.1.5.0.3 Comparison
Contents:
Contents
MPI-Standard for MARMOT