Open
Description
Is your feature request related to a problem? Please describe.
The documentation rarely mentions any global variables, and they do not have their own entries.
For instance MPI_COMM_WORLD
is sparsely mentioned, but will not have its own entry.
Describe the solution you'd like
I would like a block called Constants
(or whatever) under section 7 man pages that describes some constants:
- MPI_COMM_WORLD
- MPI_COMM_SELF
- MPI_COMM_PARENT
- MPI_STATUS/STATUSES_IGNORE
- MPI_ANY_SOURCE/TAG
- ...
Additionally there are no default list of data-types:
- MPI_INT/INTEGER etc