|
RepastHPC
2.3.1
|
The RankDatum struct stores the data that the ValueLayerND class will need for each of its 3^N - 1 neighboring ranks. More...
#include <ValueLayerND.h>
Public Attributes | |
| int | rank |
| MPI_Datatype | datatype |
| int | sendPtrOffset |
| int | receivePtrOffset |
| int | sendDir |
| int | recvDir |
The RankDatum struct stores the data that the ValueLayerND class will need for each of its 3^N - 1 neighboring ranks.
N.B.: We could use a map from rank to the rest of the data, but we will rarely need to index it that way, and instead can just loop through it
1.8.17