( CONNECT* CD, char* map, double* distanceMap,
int nMade, TMPCELL* tCel,
MPI_Comm &ConComm,
MPI_Status &status,
MPI_Datatype &MsgType )
For recurrent connections: general purpose synapse creator for when clusters are on one or two nodes.
Documentation
For recurrent connections: general purpose synapse creator for when clusters
are on one or two nodes. Node B calls this function to create the synapses.
If node A and node B are the same node, the newly generated synapse info will
be directly added; otherwise, it will be communicated to the correct node.
- Parameters:
- CD - Connection Description contains information regarding source and destination
map - Matrix of connections that will be created
distanceMap - Matrix of distances between connected cells
nMade - Number of connections made between clusters
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++.