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/scatterv/scatterv.c
11
12mpi_core_sources +=							\
13    src/mpi/coll/scatterv/scatterv_allcomm_nb.c \
14    src/mpi/coll/scatterv/scatterv_allcomm_linear.c
15