2013-02-06 01:52:55 +04:00
|
|
|
# Copyright (c) 2013 Oak Ridge National Laboratory. All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2013-02-06 01:52:55 +04:00
|
|
|
# Additional copyrights may follow
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2013-02-06 01:52:55 +04:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
headers += \
|
|
|
|
patterns/comm/coll_ops.h \
|
|
|
|
patterns/comm/commpatterns.h
|
|
|
|
|
|
|
|
libmpi_la_SOURCES += \
|
|
|
|
patterns/comm/allreduce.c \
|
|
|
|
patterns/comm/allgather.c \
|
|
|
|
patterns/comm/bcast.c
|