17 строки
352 B
Makefile
17 строки
352 B
Makefile
# Copyright (c) 2013 Oak Ridge National Laboratory. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $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
|