- eliminates nearly identical code between 'gather' and 'combineGather' * Normal gather updates by assigning the result of the binary operation. * Combine gather updates by using a binary operator that modifies its first parameter in-place By-product of this refactoring are these new variants: listGather(), listGatherReduce() mapGather(), mapGatherReduce() that mirror the previously existing ones listCombineGather(), listCombineReduce() mapCombineGather(), mapCombineReduce() except that they use the 'regular' binary operator
4 lines
55 B
Plaintext
4 lines
55 B
Plaintext
Test-Tuple2.cxx
|
|
|
|
EXE = $(FOAM_USER_APPBIN)/Test-Tuple2
|