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