On this page:
_  int?
_  MPI_  Datatype?
_  MPI_  Comm?
MPI_  Status
MPI_  Status?

2 Basic Types🔗ℹ

value

_int? : contract?

Identical to exact-integer?.
Identical to cpointer?.
Identical to cpointer?.

struct

(struct MPI_Status (MPI_SOURCE
    MPI_TAG
    MPI_ERROR
    count
    cancelled))
  MPI_SOURCE : _int?
  MPI_TAG : _int?
  MPI_ERROR : _int?
  count : _int?
  cancelled : _int?
A structure representing MPI statuses.

Identical to cpointer?.