void sendRecurrentInfo

( CONNECT* CD, char* MapBtoA,
  double* distanceMap,
  MPI_Comm &ConComm,
  MPI_Status &status )

For recurrent connections: If the clusters were on different nodes, node A calls this function to inform node B about the connection scheme.

Documentation

For recurrent connections: If the clusters were on different nodes, node A calls this function to inform node B about the connection scheme. That is, it sends the connection map (and distance map if applicable) so that node B can use that to generate synapses on the appropriate compartments.

Parameters:
CD - Connection Description contains information regarding source and destination
MapBtoA - Matrix of connections that will be created
distanceMap - Matrix of distances between connected cells
ConComm - MPI Communication object
status - MPI Status is stored here after a receive

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.