Blame test/mpi/cxx/coll/Makefile.am
|
Packit |
0848f5 |
# -*- Mode: Makefile; -*-
|
|
Packit |
0848f5 |
# vim: set ft=automake :
|
|
Packit |
0848f5 |
#
|
|
Packit |
0848f5 |
# (C) 2008 by Argonne National Laboratory.
|
|
Packit |
0848f5 |
# See COPYRIGHT in top-level directory.
|
|
Packit |
0848f5 |
#
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
include $(top_srcdir)/Makefile_cxx.mtest
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
EXTRA_DIST = testlist
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
noinst_PROGRAMS = \
|
|
Packit |
0848f5 |
arcomplex \
|
|
Packit |
0848f5 |
uallredx \
|
|
Packit |
0848f5 |
uallreduce \
|
|
Packit |
0848f5 |
ureduce \
|
|
Packit |
0848f5 |
ureducelocal \
|
|
Packit |
0848f5 |
uscan \
|
|
Packit |
0848f5 |
uexscan \
|
|
Packit |
0848f5 |
icbcastx \
|
|
Packit |
0848f5 |
icbarrierx \
|
|
Packit |
0848f5 |
icgatherx \
|
|
Packit |
0848f5 |
icgathervx \
|
|
Packit |
0848f5 |
icscatterx \
|
|
Packit |
0848f5 |
icscattervx \
|
|
Packit |
0848f5 |
icallgatherx \
|
|
Packit |
0848f5 |
icallgathervx \
|
|
Packit |
0848f5 |
icallreducex \
|
|
Packit |
0848f5 |
icreducex \
|
|
Packit |
0848f5 |
icalltoallx \
|
|
Packit |
0848f5 |
alltoallw2x \
|
|
Packit |
0848f5 |
reduceboolx \
|
|
Packit |
0848f5 |
redscatblk
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
arcomplex_SOURCES = arcomplex.cxx
|
|
Packit |
0848f5 |
uallredx_SOURCES = uallredx.cxx
|
|
Packit |
0848f5 |
uallreduce_SOURCES = uallreduce.cxx
|
|
Packit |
0848f5 |
ureduce_SOURCES = ureduce.cxx
|
|
Packit |
0848f5 |
ureducelocal_SOURCES = ureducelocal.cxx
|
|
Packit |
0848f5 |
uscan_SOURCES = uscan.cxx
|
|
Packit |
0848f5 |
uexscan_SOURCES = uexscan.cxx
|
|
Packit |
0848f5 |
icbcastx_SOURCES = icbcastx.cxx
|
|
Packit |
0848f5 |
icbarrierx_SOURCES = icbarrierx.cxx
|
|
Packit |
0848f5 |
icgatherx_SOURCES = icgatherx.cxx
|
|
Packit |
0848f5 |
icgathervx_SOURCES = icgathervx.cxx
|
|
Packit |
0848f5 |
icscatterx_SOURCES = icscatterx.cxx
|
|
Packit |
0848f5 |
icscattervx_SOURCES = icscattervx.cxx
|
|
Packit |
0848f5 |
icallgatherx_SOURCES = icallgatherx.cxx
|
|
Packit |
0848f5 |
icallgathervx_SOURCES = icallgathervx.cxx
|
|
Packit |
0848f5 |
icallreducex_SOURCES = icallreducex.cxx
|
|
Packit |
0848f5 |
icreducex_SOURCES = icreducex.cxx
|
|
Packit |
0848f5 |
icalltoallx_SOURCES = icalltoallx.cxx
|
|
Packit |
0848f5 |
alltoallw2x_SOURCES = alltoallw2x.cxx
|
|
Packit |
0848f5 |
reduceboolx_SOURCES = reduceboolx.cxx
|
|
Packit |
0848f5 |
redscatblk_SOURCES = redscatblk.cxx
|