Communication
PCJ.broadcast() - Sends data from one PCJ thraed to all other threads.
PCJ.put() - Sends data from one PCJ thraed to another PCJ threads (PCJ thread - sends data to PCJ thread 1)
PCJ.put() - Gets data from anether PCJ thraed (form PCJ thread 1)
PCJ.reduce() - Gathers values from all PCJ threads and performs reduction (eg. sum).
PCJ.collect() - Gathers values from all PCJ threads
Last updated
Was this helpful?