Skip to content

MPI reduction #12

@neapel

Description

@neapel

simple way: send data to master and reduce there; will not scale as well: O(n)

complex way: send data to node[my_index/2], reduce, repeat: O(log n).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions