|
Packit Service |
c5cf8c |
# -*- Mode: Makefile; -*-
|
|
Packit Service |
c5cf8c |
# vim: set ft=automake :
|
|
Packit Service |
c5cf8c |
#
|
|
Packit Service |
c5cf8c |
# (C) 2011 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.mtest
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
EXTRA_DIST = testlist.in
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
## for all programs that are just built from the single corresponding source
|
|
Packit Service |
c5cf8c |
## file, we don't need per-target _SOURCES rules, automake will infer them
|
|
Packit Service |
c5cf8c |
## correctly
|
|
Packit Service |
c5cf8c |
noinst_PROGRAMS = \
|
|
Packit Service |
c5cf8c |
allgather2 \
|
|
Packit Service |
c5cf8c |
allgather3 \
|
|
Packit Service |
c5cf8c |
allgatherv2 \
|
|
Packit Service |
c5cf8c |
allgatherv3 \
|
|
Packit Service |
c5cf8c |
allgatherv4 \
|
|
Packit Service |
c5cf8c |
allgather_struct \
|
|
Packit Service |
c5cf8c |
allred \
|
|
Packit Service |
c5cf8c |
allred2 \
|
|
Packit Service |
c5cf8c |
allred3 \
|
|
Packit Service |
c5cf8c |
allred4 \
|
|
Packit Service |
c5cf8c |
allred5 \
|
|
Packit Service |
c5cf8c |
allred6 \
|
|
Packit Service |
c5cf8c |
allredmany \
|
|
Packit Service |
c5cf8c |
alltoall1 \
|
|
Packit Service |
c5cf8c |
alltoallv \
|
|
Packit Service |
c5cf8c |
alltoallv0 \
|
|
Packit Service |
c5cf8c |
alltoallw1 \
|
|
Packit Service |
c5cf8c |
alltoallw2 \
|
|
Packit Service |
c5cf8c |
alltoallw_zeros \
|
|
Packit Service |
c5cf8c |
bcasttest \
|
|
Packit Service |
c5cf8c |
bcastzerotype \
|
|
Packit Service |
c5cf8c |
coll2 \
|
|
Packit Service |
c5cf8c |
coll3 \
|
|
Packit Service |
c5cf8c |
coll4 \
|
|
Packit Service |
c5cf8c |
coll5 \
|
|
Packit Service |
c5cf8c |
coll6 \
|
|
Packit Service |
c5cf8c |
coll7 \
|
|
Packit Service |
c5cf8c |
coll8 \
|
|
Packit Service |
c5cf8c |
coll9 \
|
|
Packit Service |
c5cf8c |
coll10 \
|
|
Packit Service |
c5cf8c |
coll11 \
|
|
Packit Service |
c5cf8c |
coll12 \
|
|
Packit Service |
c5cf8c |
coll13 \
|
|
Packit Service |
c5cf8c |
exscan \
|
|
Packit Service |
c5cf8c |
exscan2 \
|
|
Packit Service |
c5cf8c |
gather \
|
|
Packit Service |
c5cf8c |
gather2 \
|
|
Packit Service |
c5cf8c |
gather_big \
|
|
Packit Service |
c5cf8c |
iallred \
|
|
Packit Service |
c5cf8c |
ibarrier \
|
|
Packit Service |
c5cf8c |
icallgather \
|
|
Packit Service |
c5cf8c |
icallgatherv \
|
|
Packit Service |
c5cf8c |
icallreduce \
|
|
Packit Service |
c5cf8c |
icalltoall \
|
|
Packit Service |
c5cf8c |
icalltoallv \
|
|
Packit Service |
c5cf8c |
icalltoallw \
|
|
Packit Service |
c5cf8c |
icbarrier \
|
|
Packit Service |
c5cf8c |
icbcast \
|
|
Packit Service |
c5cf8c |
icgather \
|
|
Packit Service |
c5cf8c |
icgatherv \
|
|
Packit Service |
c5cf8c |
icreduce \
|
|
Packit Service |
c5cf8c |
icscatter \
|
|
Packit Service |
c5cf8c |
icscatterv \
|
|
Packit Service |
c5cf8c |
longuser \
|
|
Packit Service |
c5cf8c |
nonblocking \
|
|
Packit Service |
c5cf8c |
nonblocking2 \
|
|
Packit Service |
c5cf8c |
nonblocking3 \
|
|
Packit Service |
c5cf8c |
op_commutative \
|
|
Packit Service |
c5cf8c |
opband \
|
|
Packit Service |
c5cf8c |
opbor \
|
|
Packit Service |
c5cf8c |
opbxor \
|
|
Packit Service |
c5cf8c |
opland \
|
|
Packit Service |
c5cf8c |
oplor \
|
|
Packit Service |
c5cf8c |
oplxor \
|
|
Packit Service |
c5cf8c |
opmax \
|
|
Packit Service |
c5cf8c |
opmaxloc \
|
|
Packit Service |
c5cf8c |
opmin \
|
|
Packit Service |
c5cf8c |
opminloc \
|
|
Packit Service |
c5cf8c |
opprod \
|
|
Packit Service |
c5cf8c |
opsum \
|
|
Packit Service |
c5cf8c |
red3 \
|
|
Packit Service |
c5cf8c |
red4 \
|
|
Packit Service |
c5cf8c |
red_scat_block \
|
|
Packit Service |
c5cf8c |
red_scat_block2 \
|
|
Packit Service |
c5cf8c |
redscat \
|
|
Packit Service |
c5cf8c |
redscat2 \
|
|
Packit Service |
c5cf8c |
redscat3 \
|
|
Packit Service |
c5cf8c |
redscatblk3 \
|
|
Packit Service |
c5cf8c |
redscatinter \
|
|
Packit Service |
c5cf8c |
redscatbkinter \
|
|
Packit Service |
c5cf8c |
reduce \
|
|
Packit Service |
c5cf8c |
reduce_local \
|
|
Packit Service |
c5cf8c |
scantst \
|
|
Packit Service |
c5cf8c |
scatter2 \
|
|
Packit Service |
c5cf8c |
scatter3 \
|
|
Packit Service |
c5cf8c |
scattern \
|
|
Packit Service |
c5cf8c |
scatterv \
|
|
Packit Service |
c5cf8c |
uoplong \
|
|
Packit Service |
c5cf8c |
nballtoall1 \
|
|
Packit Service |
c5cf8c |
nbredscat \
|
|
Packit Service |
c5cf8c |
nbredscat3 \
|
|
Packit Service |
c5cf8c |
nbredscatinter \
|
|
Packit Service |
c5cf8c |
nbcoll2 \
|
|
Packit Service |
c5cf8c |
nbicbarrier \
|
|
Packit Service |
c5cf8c |
nbicallgather \
|
|
Packit Service |
c5cf8c |
nbicallgatherv \
|
|
Packit Service |
c5cf8c |
nbicallreduce \
|
|
Packit Service |
c5cf8c |
nbicbcast \
|
|
Packit Service |
c5cf8c |
nbicalltoall \
|
|
Packit Service |
c5cf8c |
nbicalltoallw \
|
|
Packit Service |
c5cf8c |
nbicalltoallv \
|
|
Packit Service |
c5cf8c |
nbicgather \
|
|
Packit Service |
c5cf8c |
nbicgatherv \
|
|
Packit Service |
c5cf8c |
nbicreduce \
|
|
Packit Service |
c5cf8c |
nbicscatter \
|
|
Packit Service |
c5cf8c |
nbicscatterv \
|
|
Packit Service |
c5cf8c |
neighb_coll
|
|
Packit Service |
c5cf8c |
allgatherv4_LDADD = $(LDADD) -lm
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# Generate tests of the nonblocking collectives by reusing the blocking tests.
|
|
Packit Service |
c5cf8c |
nballtoall1_SOURCES = alltoall1.c
|
|
Packit Service |
c5cf8c |
nballtoall1_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
nbredscat_SOURCES = redscat.c
|
|
Packit Service |
c5cf8c |
nbredscat_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
nbredscat3_SOURCES = redscat3.c
|
|
Packit Service |
c5cf8c |
nbredscat3_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
nbredscatinter_SOURCES = redscatinter.c
|
|
Packit Service |
c5cf8c |
nbredscatinter_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
nbcoll2_SOURCES = coll2.c
|
|
Packit Service |
c5cf8c |
nbcoll2_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
nbicbarrier_SOURCES = icbarrier.c
|
|
Packit Service |
c5cf8c |
nbicbarrier_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
nbicallgather_SOURCES = icallgather.c
|
|
Packit Service |
c5cf8c |
nbicallgather_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
nbicallgatherv_SOURCES = icallgatherv.c
|
|
Packit Service |
c5cf8c |
nbicallgatherv_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
nbicallreduce_SOURCES = icallreduce.c
|
|
Packit Service |
c5cf8c |
nbicallreduce_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
nbicalltoall_SOURCES = icalltoall.c
|
|
Packit Service |
c5cf8c |
nbicalltoall_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
nbicalltoallv_SOURCES = icalltoallv.c
|
|
Packit Service |
c5cf8c |
nbicalltoallv_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
nbicalltoallw_SOURCES = icalltoallw.c
|
|
Packit Service |
c5cf8c |
nbicalltoallw_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
nbicbcast_SOURCES = icbcast.c
|
|
Packit Service |
c5cf8c |
nbicbcast_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
nbicgather_SOURCES = icgather.c
|
|
Packit Service |
c5cf8c |
nbicgather_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
nbicgatherv_SOURCES = icgatherv.c
|
|
Packit Service |
c5cf8c |
nbicgatherv_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
nbicreduce_SOURCES = icreduce.c
|
|
Packit Service |
c5cf8c |
nbicreduce_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
nbicscatter_SOURCES = icscatter.c
|
|
Packit Service |
c5cf8c |
nbicscatter_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
nbicscatterv_SOURCES = icscatterv.c
|
|
Packit Service |
c5cf8c |
nbicscatterv_CPPFLAGS = -DUSE_MTEST_NBC $(AM_CPPFLAGS)
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
include Makefile.dtp
|