static void AddToSendTo

(int num, int node, int SynIdx,
  CONNECTMSG* CMBuf)

After synapse connections are determined, the sending node (ie.

Documentation

After synapse connections are determined, the sending node (ie. the "From" node) acquires infomation from the receiving node (i.e. the "To" node). This includes telling the sender which of its cells are to become sources (Cell and Cmp), the memory addresses to send spikes to on the receiving node, and the time delay (because more time delay means the spike can be sent via MPI at a more convenient time)

Parameters:
num - Number of connections made between the two cell clusters
node - ID of the Sending Node
SynIdx - not used
CMBuf - Pointer to array of Connection Messages which contain the memory address and time delay of the synapses

Alphabetic index HTML hierarchy of classes or Java



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