( CONNECT* CD, char* map,
double* distanceMap,
TMPCELL* tCel,
MPI_Comm &ConComm,
MPI_Status &status,
MPI_Datatype &MsgType,
FILE* fout )
For recurrent connections: This function is called by the node B so that it may receive the secondary connection map created by node A.
Documentation
For recurrent connections: This function is called by the node B so that it
may receive the secondary connection map created by node A. This function is
only called if the clusters are on two different nodes. Once the map has been
received, the synapses can be created in the createSynapses function.
- Parameters:
- CD - Connection Description contains information regarding source and destination
map - Space to store the Matrix of connections that will be received
distanceMap - Space to store Matrix of distances between connected cells if option is turned on
tCel - Storage location of connection info for each Cell
ConComm - MPI Communication object
status - MPI Status is stored here after a receive
MsgType - Special Message Type created for the transmission of CONNECTMSG objects
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.