1##
2## Copyright (C) by Argonne National Laboratory
3##     See COPYRIGHT in top-level directory
4##
5
6# mpi_sources includes only the routines that are MPI function entry points
7# The code for the MPI operations (e.g., MPI_SUM) is not included in
8# mpi_sources
9mpi_sources +=                             \
10    src/mpi/coll/reduce/reduce.c
11
12mpi_core_sources +=										\
13    src/mpi/coll/reduce/reduce_allcomm_nb.c				\
14    src/mpi/coll/reduce/reduce_intra_binomial.c				\
15    src/mpi/coll/reduce/reduce_intra_reduce_scatter_gather.c			\
16    src/mpi/coll/reduce/reduce_intra_smp.c			\
17    src/mpi/coll/reduce/reduce_inter_local_reduce_remote_send.c
18