Blame test/mpi/comm/Makefile.am
|
Packit |
0848f5 |
# -*- Mode: Makefile; -*-
|
|
Packit |
0848f5 |
# vim: set ft=automake :
|
|
Packit |
0848f5 |
#
|
|
Packit |
0848f5 |
# (C) 2011 by Argonne National Laboratory.
|
|
Packit |
0848f5 |
# See COPYRIGHT in top-level directory.
|
|
Packit |
0848f5 |
#
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
include $(top_srcdir)/Makefile.mtest
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
EXTRA_DIST = testlist
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
## for all programs that are just built from the single corresponding source
|
|
Packit |
0848f5 |
## file, we don't need per-target _SOURCES rules, automake will infer them
|
|
Packit |
0848f5 |
## correctly
|
|
Packit |
0848f5 |
noinst_PROGRAMS = \
|
|
Packit |
0848f5 |
commcreate1 \
|
|
Packit |
0848f5 |
dup \
|
|
Packit |
0848f5 |
dupic \
|
|
Packit |
0848f5 |
dup_with_info \
|
|
Packit |
0848f5 |
ic1 \
|
|
Packit |
0848f5 |
ic2 \
|
|
Packit |
0848f5 |
commname \
|
|
Packit |
0848f5 |
ctxalloc \
|
|
Packit |
0848f5 |
ctxsplit \
|
|
Packit |
0848f5 |
icgroup \
|
|
Packit |
0848f5 |
icsplit \
|
|
Packit |
0848f5 |
iccreate \
|
|
Packit |
0848f5 |
cmfree \
|
|
Packit |
0848f5 |
icm \
|
|
Packit |
0848f5 |
cmsplit \
|
|
Packit |
0848f5 |
cmsplit2 \
|
|
Packit |
0848f5 |
cmsplit_type \
|
|
Packit |
0848f5 |
comm_create_group \
|
|
Packit |
0848f5 |
comm_group_half \
|
|
Packit |
0848f5 |
comm_group_rand \
|
|
Packit |
0848f5 |
probe-intercomm \
|
|
Packit |
0848f5 |
comm_idup \
|
|
Packit |
0848f5 |
comm_idup_mul \
|
|
Packit |
0848f5 |
comm_idup_overlap \
|
|
Packit |
0848f5 |
comm_idup_isend \
|
|
Packit |
0848f5 |
comm_idup_nb \
|
|
Packit |
0848f5 |
comm_idup_iallreduce \
|
|
Packit |
0848f5 |
comm_idup_comm \
|
|
Packit |
0848f5 |
comm_idup_comm2 \
|
|
Packit |
0848f5 |
comm_create_group_idup \
|
|
Packit |
0848f5 |
comm_info
|