struct prt_thread_s ** thread
Virtual Systolic Array (VSA) VSA contains global informationa about the system, a local communication...
void * prt_thread_run(void *thrd)
thread's production cycle Cycle through VDPs. Fire the ones that are ready. Remove the ones which bur...
void prt_thread_delete(prt_thread_t *thread)
thread object destructor
struct prt_thread_s prt_thread_t
VSA's worker thread Owns a number of VDPs. Knows the communication proxy.
prt_thread_t * prt_thread_new(int rank, int core)
thread object constructor
VSA's worker thread Owns a number of VDPs. Knows the communication proxy.