Skip to content

Reduce Packinfo Generation

Helen Schottenhamml requested to merge mr_reduce_packinfo_generation into master

Until now, the pystencils coupling only allows for standard push communication, i.e. ghost cells of the receiver are overwritten by the interior cells of the sender. This MR introduces the possibility to create also reduction communication with binary operators from Python's operator package. In addition, pull-type communication is enabled.

Edited by Helen Schottenhamml

Merge request reports