File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 2323 * using MPI_Allreduce with only 1 number, another one by
2424 * using MPI_Allreduce with n numbers. The total array is
2525 * deemed as the sum of local arrays with the same length.
26- * 1. ParaReduce.IntAll:
27- * Tests two variations reduce_int_all function.
26+ * 1. ReduceIntAll:
27+ * Tests two variations of reduce_int_all()
28+ * 2. ReduceDoubleAll:
29+ * Tests two variations of reduce_double_all()
30+ * 3. ReduceComplexAll:
31+ * Tests two variations of reduce_complex_all()
32+ * 4. GatherIntAll:
33+ * Tests gather_int_all() and gather_min_int_all()
34+ * 5. GatherDoubleAll:
35+ * Tests gather_min_double_all() and gather_max_double_all()
36+ * 6. ReduceIntDiag:
37+ * Tests reduce_int_diag()
38+ * 7. ReduceDoubleDiag:
39+ * Tests reduce_double_diag()
40+ * 8. ReduceIntGrid:
41+ * Tests reduce_int_grid()
42+ * 9. ReduceDoubleGrid:
43+ * Tests reduce_double_grid()
44+ * 10.ReduceDoublePool:
45+ * Tests two variations of reduce_double_pool()
46+ * and two variations of reduce_double_allpool()
47+ * 11.ReduceComplexPool:
48+ * Tests two variations of reduce_complex_double_pool()
49+ * 12.GatherDoublePool:
50+ * Tests gather_min_double_pool() and gather_max_double_pool()
2851 *
2952 *
3053 */
You can’t perform that action at this time.
0 commit comments